summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2017-11-03 11:25:02 +0100
committerAlbert Astals Cid <aacid@kde.org>2017-11-03 11:25:02 +0100
commitaaa9c5308766a88d0512b87051d7c7082f152a9f (patch)
treebe713a58011433424dd848871fdee1edc0bd0be7
parent79b704b4017cf66dc3c39b49425c8b02760e5165 (diff)
Poppler 0.61poppler-0.61
-rw-r--r--CMakeLists.txt6
-rw-r--r--NEWS20
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt4/src/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
5 files changed, 26 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3b0b9126..bb74c6a2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,8 +30,8 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "60")
-set(POPPLER_MICRO_VERSION "1")
+set(POPPLER_MINOR_VERSION "61")
+set(POPPLER_MICRO_VERSION "0")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
set (CMAKE_CXX_STANDARD 11)
@@ -544,7 +544,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else()
add_library(poppler ${poppler_SRCS})
endif()
-set_target_properties(poppler PROPERTIES VERSION 71.0.0 SOVERSION 71)
+set_target_properties(poppler PROPERTIES VERSION 72.0.0 SOVERSION 72)
if(MINGW)
get_target_property(POPPLER_SOVERSION poppler SOVERSION)
set_target_properties(poppler PROPERTIES SUFFIX "-${POPPLER_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/NEWS b/NEWS
index 018088ad..7211de13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Release 0.61.0
+ core:
+ * Fix crashes in broken files
+ * Cleanup unused functions from GlobalParams
+ * Tweak LZWStream::processNextCode error handling. Bug #103174
+ * Warning fixes
+ * Remove t1lib code
+
+ qt5:
+ * Clean up the remaining Splash code in Arthur backend. Bug #103117
+ * ArthurOutputDev: Properly implement saveState/restoreState. Bug #103118
+ * Fix leak in ArthurOutputDev::updateFont. Bug #103508
+
+ build system:
+ * Use GNUInstallDirs. Bug #103211
+ * mingw: Install pkg-config files
+ * mingw: change library names to include the soversion. Bug #103157
+ * Fix installing a .cc file as header
+ * Use -pthread flag instead of -lpthread
+
Release 0.60.1
qt5:
* ArthurOutputDev: Add missing 'return' in error paths
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index dde54a46..c1a05c0c 100644
--- a/cpp/Doxyfile
+++ b/cpp/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler CPP"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.60.1
+PROJECT_NUMBER = 0.61.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/qt4/src/Doxyfile b/qt4/src/Doxyfile
index a38057b8..9c46f272 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.60.1
+PROJECT_NUMBER = 0.61.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 6fa59360..06975f03 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.60.1
+PROJECT_NUMBER = 0.61.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.