summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2020-02-29 00:26:55 +0100
committerAlbert Astals Cid <aacid@kde.org>2020-02-29 00:26:55 +0100
commita9ba550caaaf89d35f8206463e1fe0d4ecfaa161 (patch)
treee2b53122da2f7dab0a1cbbcb06e04bdd7655435e
parentbad6503c276f306170799cab2e98f53894c6e147 (diff)
Poppler 0.86.0poppler-0.86.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS19
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
4 files changed, 23 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index afad5c78..f39396a6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "85")
+set(POPPLER_MINOR_VERSION "86")
set(POPPLER_MICRO_VERSION "0")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
@@ -533,7 +533,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else()
add_library(poppler ${poppler_SRCS})
endif()
-set_target_properties(poppler PROPERTIES VERSION 95.0.0 SOVERSION 95)
+set_target_properties(poppler PROPERTIES VERSION 96.0.0 SOVERSION 96)
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 12a44d24..1380f67f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Release 0.86.0:
+ core:
+ * Fix link content exfiltration attack
+ * Splash: Implement gouraudTriangleShadedFill for some non parametrized shadings. Issue #881
+ * Fix case unsensitive search for Old Hungarian, Warang Citi, Medefaidrin and Adlam
+ * Internal code improvements
+
+ glib:
+ * Automatic handle of page's cropbox on annots. Issue #129
+ * Fix memory leak if poppler_document_new_from_file fails
+ * Minor speed optimization on poppler_page_get_annot_mapping
+
+ utils:
+ * pdfdetach: add 'savefile' option
+ * pdftoppm/pdftocairo: Fix more odd/even mismatch
+
+ qt5:
+ * Fix loading from iodevice
+
Release 0.85.0:
core:
* Fix case unsensitive search for Deseret and Osage. Issue #853
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 37f74e5f..6be90295 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.85.0
+PROJECT_NUMBER = 0.86.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 3a3b16d2..329d0ade 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.85.0
+PROJECT_NUMBER = 0.86.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.