summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2019-05-25 00:41:38 +0200
committerAlbert Astals Cid <aacid@kde.org>2019-05-25 00:41:38 +0200
commit13eddb110671cb9809fc21558b45db2a775a172b (patch)
tree431a1b20008a0b16e565d82307fbeb5034d271d7
parent89a5367d49b2556a2635dbb6d48d6a6b182a2c6c (diff)
Poppler 0.77.0poppler-0.77.0
-rw-r--r--CMakeLists.txt6
-rw-r--r--NEWS17
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
4 files changed, 22 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4b107479..1eb39f36 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,8 +36,8 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "76")
-set(POPPLER_MICRO_VERSION "1")
+set(POPPLER_MINOR_VERSION "77")
+set(POPPLER_MICRO_VERSION "0")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
set (CMAKE_CXX_STANDARD 14)
@@ -491,7 +491,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else()
add_library(poppler ${poppler_SRCS})
endif()
-set_target_properties(poppler PROPERTIES VERSION 87.0.0 SOVERSION 87)
+set_target_properties(poppler PROPERTIES VERSION 88.0.0 SOVERSION 88)
if(MINGW AND BUILD_SHARED_LIBS)
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 e5199664..0727f29a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Release 0.77.0:
+ core:
+ * Fix crash on signature handling. Issue #766
+ * Fix small memory leak in SignatureHandler::getCertificateInfo
+ * Splash: Restrict filling of overlapping boxes. Issue #750
+ * Fix crash on malformed files
+
+ qt5:
+ * Fix optional content handling with exclusive layers
+
+ cpp:
+ * Make render_page thread-safe
+
+ utils:
+ * pdfsig: Fix small memory leak
+ * pdftotext: Fix typo in manpage
+
Release 0.76.1:
core:
* Make the mul tables be calculated at compile time with constexpr.
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 2d837771..15e58dd1 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.76.1
+PROJECT_NUMBER = 0.77.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 e1453c9d..991b604c 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.76.1
+PROJECT_NUMBER = 0.77.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.