[poppler] CMakeLists.txt cpp/Doxyfile NEWS qt5/src qt6/src

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 2 20:34:58 UTC 2023


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

New commits:
commit adf710eecf475dd7c64d7b904f7414ec3098491f
Author: Albert Astals Cid <aacid at kde.org>
Date:   Tue May 2 21:43:28 2023 +0200

    poppler 23.05.0

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 63a0970b..04696499 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,7 @@ if (ECM_FOUND)
 endif()
 
 set(POPPLER_MAJOR_VERSION "23")
-set(POPPLER_MINOR_VERSION_STRING "04")
+set(POPPLER_MINOR_VERSION_STRING "05")
 # We want the string version to have 08 but the integer version can't have a leading 0 since otherwise it's considered octal
 # So strip a leading 0 if found in POPPLER_MINOR_VERSION_STRING and store the result in POPPLER_MINOR_VERSION
 string(REGEX REPLACE "^0?(.+)$" "\\1" POPPLER_MINOR_VERSION "${POPPLER_MINOR_VERSION_STRING}")
@@ -633,7 +633,7 @@ if(USE_CMS)
   target_include_directories(poppler SYSTEM PRIVATE ${LCMS2_INCLUDE_DIR})
 endif()
 generate_export_header(poppler BASE_NAME poppler-private EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler_private_export.h")
-set_target_properties(poppler PROPERTIES VERSION 127.0.0 SOVERSION 127)
+set_target_properties(poppler PROPERTIES VERSION 128.0.0 SOVERSION 128)
 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 5a60b1a6..1e37a38f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Release 23.05.0:
+        core:
+         * Fix crash when filling some forms
+         * Set SigFlags when signing unsigned signature
+         * Add some infrastructure code to support multiple signing backends
+         * Fix potential stack overflow in PostScriptFunction::parseCode
+         * Fix some minor uninitialised memory reads
+
 Release 23.04.0:
         core:
          * Fix memory issue when signing fails. Issue #1372
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 24cf2161..27c73d03 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         = 23.04.0
+PROJECT_NUMBER         = 23.05.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 f1e609d1..dcb45b52 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         = 23.04.0
+PROJECT_NUMBER         = 23.05.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/qt6/src/Doxyfile b/qt6/src/Doxyfile
index 0f3a3413..138f2119 100644
--- a/qt6/src/Doxyfile
+++ b/qt6/src/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME           = "Poppler Qt6"
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 23.04.0
+PROJECT_NUMBER         = 23.05.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.


More information about the poppler mailing list