summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2015-07-08 23:22:13 +0200
committerAlbert Astals Cid <aacid@kde.org>2015-07-08 23:22:13 +0200
commitd1720740f3381f489f1ee83ce1ce53e73aafd537 (patch)
tree850f9ce5a75ab1790f4252ec735349812673a6db
parent2fc1f540754391ffa87d7fe9f3438e134d821207 (diff)
Poppler 0.34poppler-0.34.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
-rw-r--r--poppler/Makefile.am2
-rw-r--r--qt4/src/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
6 files changed, 19 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1618e1c7..b1435055 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "33")
+set(POPPLER_MINOR_VERSION "34")
set(POPPLER_MICRO_VERSION "0")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
@@ -476,7 +476,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else(MSVC)
add_library(poppler SHARED ${poppler_SRCS})
endif(MSVC)
-set_target_properties(poppler PROPERTIES VERSION 52.0.0 SOVERSION 52)
+set_target_properties(poppler PROPERTIES VERSION 53.0.0 SOVERSION 53)
target_link_libraries(poppler ${poppler_LIBS})
target_link_libraries(poppler LINK_INTERFACE_LIBRARIES "")
install(TARGETS poppler RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX})
diff --git a/NEWS b/NEWS
index 48f97fd1..a0f979a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Release 0.34.0
+ core:
+ * Splash: Fix crash in PDF with nested softmasks. Bug #91240
+ * Splash: Speed up of rendering icc based images. Bug #90171
+ * PSOutputDev: Embed Type1 fonts to PostScript files correctly. Bug #19747
+ * Fix pedantic memory leak
+
+ glib:
+ * update new symbols section
+
+ build system:
+ * cmake: Make sure ENABLE_LIBOPENJPEG is either 0 or 1
+
Release 0.33.0
core:
* Fix regression in pdftops parameter passing. Bug #89827
diff --git a/configure.ac b/configure.ac
index 67599c09..5e7222a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
m4_define([poppler_version_major],[0])
-m4_define([poppler_version_minor],[33])
+m4_define([poppler_version_minor],[34])
m4_define([poppler_version_micro],[0])
m4_define([poppler_version],[poppler_version_major.poppler_version_minor.poppler_version_micro])
diff --git a/poppler/Makefile.am b/poppler/Makefile.am
index fd75d1ad..04429292 100644
--- a/poppler/Makefile.am
+++ b/poppler/Makefile.am
@@ -296,7 +296,7 @@ libpoppler_la_LIBADD = \
$(win32_libs)
libpoppler_la_LDFLAGS = \
- -version-info 52:0:0 \
+ -version-info 53:0:0 \
@create_shared_lib@ \
@auto_import_flags@
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index d9fae9c6..23f15185 100644
--- a/qt4/src/Doxyfile
+++ b/qt4/src/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt4 "
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.33.0
+PROJECT_NUMBER = 0.34.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index 54384530..d1b0edb5 100644
--- a/qt5/src/Doxyfile
+++ b/qt5/src/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt5"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.33.0
+PROJECT_NUMBER = 0.34.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.