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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Dec 1 17:48:31 UTC 2021


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

New commits:
commit 4b6d5121830cee30278fe3c7c84685e3805eb14b
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Dec 1 15:48:56 2021 +0100

    poppler 21.12.0

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 88d6392c..c70eea5c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,7 @@ if (ECM_FOUND)
 endif()
 
 set(POPPLER_MAJOR_VERSION "21")
-set(POPPLER_MINOR_VERSION_STRING "11")
+set(POPPLER_MINOR_VERSION_STRING "12")
 # 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}")
@@ -591,7 +591,7 @@ else()
 add_library(poppler ${poppler_SRCS})
 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 115.0.0 SOVERSION 115)
+set_target_properties(poppler PROPERTIES VERSION 116.0.0 SOVERSION 116)
 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 1cf18984..e01b3cf1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Release 21.12.0:
+        core:
+         * Add API to add images
+         * CairoOutputDev: Fix de-duping of Flate images
+         * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393
+         * Minor code improvements
+
+        glib:
+         * Add API for validation of signatures
+         * Add API to read/save to file descriptor
+
+        utils:
+         * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117
+
+        build system:
+         * Increase C++ standard to 17
+
 Release 21.11.0:
         core:
          * Fix rendering of some non-standard confirming annotations
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 3b919fa6..381881d0 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         = 21.11.0
+PROJECT_NUMBER         = 21.12.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 007b2b98..45b275c8 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
@@ -87,7 +87,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.21.0 SOVERSION 8)
+set_target_properties(poppler-glib PROPERTIES VERSION 8.22.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}")
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index 7f8e48df..364f2be5 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         = 21.11.0
+PROJECT_NUMBER         = 21.12.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 be3b8b7f..8ec539d1 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         = 21.11.0
+PROJECT_NUMBER         = 21.12.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