Poppler 0.86.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index afad5c7..f39396a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@
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 @@
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 12a44d2..1380f67 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 37f74e5..6be9029 100644
--- a/cpp/Doxyfile
+++ b/cpp/Doxyfile
@@ -31,7 +31,7 @@
# 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 3a3b16d..329d0ad 100644
--- a/qt5/src/Doxyfile
+++ b/qt5/src/Doxyfile
@@ -31,7 +31,7 @@
# 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.