CMakeLists.txt   |    4 ++--
 NEWS             |    5 +++++
 cpp/Doxyfile     |    2 +-
 qt5/src/Doxyfile |    2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit f1480aa0720b3f2d4d12b6e1b4370e2ced4c06f2
Author: Albert Astals Cid <aa...@kde.org>
Date:   Sun Mar 1 20:52:52 2020 +0100

    Poppler 0.86.1

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.
_______________________________________________
poppler mailing list
poppler@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to