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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 31 22:39:29 UTC 2022


 CMakeLists.txt     |    4 ++--
 NEWS               |   19 +++++++++++++++++++
 cpp/CMakeLists.txt |    2 +-
 cpp/Doxyfile       |    2 +-
 qt5/src/Doxyfile   |    2 +-
 qt6/src/Doxyfile   |    2 +-
 6 files changed, 25 insertions(+), 6 deletions(-)

New commits:
commit 4602cac96104b74037862e223bb774be26bfd67c
Author: Albert Astals Cid <aacid at kde.org>
Date:   Thu Sep 1 00:30:57 2022 +0200

    poppler 22.09.0

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b00618d8..ec36673d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ if (ECM_FOUND)
 endif()
 
 set(POPPLER_MAJOR_VERSION "22")
-set(POPPLER_MINOR_VERSION_STRING "08")
+set(POPPLER_MINOR_VERSION_STRING "09")
 # 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}")
@@ -579,7 +579,7 @@ add_definitions(-D_CRT_SECURE_NO_WARNINGS)
 endif()
 add_library(poppler ${poppler_SRCS})
 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 123.0.0 SOVERSION 123)
+set_target_properties(poppler PROPERTIES VERSION 124.0.0 SOVERSION 124)
 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 feac019f..87969c97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Release 22.09.0:
+        core:
+         * Splash: Do not truncate line dash patterns with more than 20 entries. Issue #1281
+         * Various signature related improvements
+         * Fix FormField::getFullyQualifiedName in some scenarios
+         * Splash: Small optimization on dash pattern handling
+         * JBIG2Stream::readHalftoneRegionSeg: Fix potential memory leak
+         * Fix crashes on malformed files. Including CVE-2022-38784
+         * Fix string formatting in error reporting
+
+        glib:
+         * Fix two potential memory leaks in poppler_document_create_dests_tree
+
+        utils:
+         * pdfsig: List signature field names when listing signature information
+         * pdfsig: Add support for specifying signature by field name
+         * pdfunite: Fix crashes on malformed files
+         * pdfunite: Fix potential memory leak of docs
+
 Release 22.08.0:
         core:
          * Fix rendering text on some forms
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index daf7e5c8..a878faf7 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -26,7 +26,7 @@ set(poppler_cpp_SRCS
 
 add_library(poppler-cpp ${poppler_cpp_SRCS})
 generate_export_header(poppler-cpp BASE_NAME poppler-cpp EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler_cpp_export.h")
-set_target_properties(poppler-cpp PROPERTIES VERSION 0.10.0 SOVERSION 0)
+set_target_properties(poppler-cpp PROPERTIES VERSION 0.11.0 SOVERSION 0)
 if(MINGW AND BUILD_SHARED_LIBS)
     get_target_property(POPPLER_CPP_SOVERSION poppler-cpp SOVERSION)
     set_target_properties(poppler-cpp PROPERTIES SUFFIX "-${POPPLER_CPP_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 0a85e5b4..51ed0317 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         = 22.08.0
+PROJECT_NUMBER         = 22.09.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 859d3221..b954407c 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         = 22.08.0
+PROJECT_NUMBER         = 22.09.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 7a9b2a71..9a340f2f 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         = 22.08.0
+PROJECT_NUMBER         = 22.09.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