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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jul 3 21:20:19 UTC 2023


 CMakeLists.txt      |    4 ++--
 NEWS                |   26 ++++++++++++++++++++++++++
 cpp/Doxyfile        |    2 +-
 glib/CMakeLists.txt |    4 ++--
 qt5/src/Doxyfile    |    2 +-
 qt6/src/Doxyfile    |    2 +-
 6 files changed, 33 insertions(+), 7 deletions(-)

New commits:
commit 639efb3d3b08fb10fb84976cb6db98ea929e9486
Author: Albert Astals Cid <aacid at kde.org>
Date:   Mon Jul 3 23:05:08 2023 +0200

    poppler 23.07.0

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 768ae268..48c5b6e3 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 "06")
+set(POPPLER_MINOR_VERSION_STRING "07")
 # 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}")
@@ -629,7 +629,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 129.0.0 SOVERSION 129)
+set_target_properties(poppler PROPERTIES VERSION 130.0.0 SOVERSION 130)
 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 92887bc2..be70b143 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Release 23.07.0:
+        core:
+         * Fix reading of utf8-with-bom files
+         * Fix crash if CERT_ExtractPublicKey doesn't return a public key
+         * Fix rendering of some malformed documents. Issue #1395
+         * Allow for stream compression and compress font streams in forms
+         * Remove method Hints::getPageRanges
+
+        qt5:
+         * Fix crash when overprint preview is enabled
+         * Don't fail signature basics tests if backend is not configured
+
+        qt6:
+         * Fix crash when overprint preview is enabled
+         * Don't fail signature basics tests if backend is not configured
+
+        utils:
+         * pdfsig: Allow showung and selecting signature backend
+         * pdfsig: Describe signature dump format in manual page
+
+        glib:
+         * Add signing API
+
+        build system:
+         * zlib is now mandatory
+
 Release 23.06.0:
         core:
          * CairoOutputDev: Fix crash when doing type3 rendering
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index d44c6993..6eeabe0a 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.06.0
+PROJECT_NUMBER         = 23.07.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/glib/CMakeLists.txt b/glib/CMakeLists.txt
index 4e17440c..7100a8c4 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
@@ -90,7 +90,7 @@ set(poppler_glib_generated_SRCS
 )
 add_library(poppler-glib ${poppler_glib_SRCS} ${poppler_glib_generated_SRCS})
 generate_export_header(poppler-glib EXPORT_MACRO_NAME POPPLER_PUBLIC EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler-macros.h")
-set_target_properties(poppler-glib PROPERTIES VERSION 8.24.0 SOVERSION 8)
+set_target_properties(poppler-glib PROPERTIES VERSION 8.25.0 SOVERSION 8)
 if(MINGW AND BUILD_SHARED_LIBS)
     get_target_property(POPPLER_GLIB_SOVERSION poppler-glib SOVERSION)
     set_target_properties(poppler-glib PROPERTIES SUFFIX "-${POPPLER_GLIB_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
@@ -155,4 +155,4 @@ if(ENABLE_GTK_DOC)
   add_subdirectory(reference)
 endif()
 
-check_function_exists(explicit_bzero HAVE_EXPLICIT_BZERO)
\ No newline at end of file
+check_function_exists(explicit_bzero HAVE_EXPLICIT_BZERO)
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index 971b5768..74ec24f8 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.06.0
+PROJECT_NUMBER         = 23.07.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 d2b44a71..e306c834 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.06.0
+PROJECT_NUMBER         = 23.07.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