summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2020-03-01 20:52:52 +0100
committerAlbert Astals Cid <aacid@kde.org>2020-03-01 20:52:52 +0100
commitf1480aa0720b3f2d4d12b6e1b4370e2ced4c06f2 (patch)
tree2d15d7fbe6e926be3f0e5e0795b55f6d40d043d3
parent84c52530992f28fc0623747ee505baad7a9bb287 (diff)
Poppler 0.86.1poppler-0.86.1
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS5
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
4 files changed, 9 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f39396a6..e359288b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,7 @@ endif()
set(POPPLER_MAJOR_VERSION "0")
set(POPPLER_MINOR_VERSION "86")
-set(POPPLER_MICRO_VERSION "0")
+set(POPPLER_MICRO_VERSION "1")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
set (CMAKE_CXX_STANDARD 14)
@@ -533,7 +533,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else()
add_library(poppler ${poppler_SRCS})
endif()
-set_target_properties(poppler PROPERTIES VERSION 96.0.0 SOVERSION 96)
+set_target_properties(poppler PROPERTIES VERSION 97.0.0 SOVERSION 97)
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 1380f67f..4482dfb8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Release 0.86.1:
+ core:
+ * Fix regression in Browse Link handling
+ * Internal code improvements
+
Release 0.86.0:
core:
* Fix link content exfiltration attack
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 6be90295..13e1b1eb 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.86.0
+PROJECT_NUMBER = 0.86.1
# 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 329d0ade..eca401af 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.86.0
+PROJECT_NUMBER = 0.86.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.