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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 5 13:14:33 UTC 2022


 CMakeLists.txt   |    6 +++---
 NEWS             |   20 ++++++++++++++++++++
 cpp/Doxyfile     |    2 +-
 qt5/src/Doxyfile |    2 +-
 qt6/src/Doxyfile |    2 +-
 5 files changed, 26 insertions(+), 6 deletions(-)

New commits:
commit 16a34e9dfffa9ad1e32459bd05455f25b02a772f
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Jan 5 13:53:28 2022 +0100

    poppler 22.01.0

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c70eea5c..645560d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,8 +45,8 @@ if (ECM_FOUND)
     endif()
 endif()
 
-set(POPPLER_MAJOR_VERSION "21")
-set(POPPLER_MINOR_VERSION_STRING "12")
+set(POPPLER_MAJOR_VERSION "22")
+set(POPPLER_MINOR_VERSION_STRING "01")
 # 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 116.0.0 SOVERSION 116)
+set_target_properties(poppler PROPERTIES VERSION 117.0.0 SOVERSION 117)
 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 e01b3cf1..a065c5e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Release 22.01.0:
+        core:
+         * Allow local (relative to dll) fonts dir on Windows
+         * TextOutputDev: require more spacing between columns. Issue #1093
+         * Fix crash in Splash::gouraudTriangleShadedFill. Issue #1183
+         * Fix crash when calling Form::reset()
+         * GfxSeparationColorSpace: Check validity of colorspace and function. Issue #1184
+         * Minor code improvements
+
+        glib:
+         * Include glib.h before using defines from it
+         * Close file descriptors on error
+         * Plug some memory leaks
+         * Replace use of deprecated g_memdup/g_time_zone_new
+         * Remove FD-taking functions on windows
+
+        utils:
+         * pdfsig: Add support for documents with passwords
+         * pdfsig: Fix signing with -sign if nss password is needed
+
 Release 21.12.0:
         core:
          * Add API to add images
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 381881d0..1d814c5d 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.12.0
+PROJECT_NUMBER         = 22.01.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 364f2be5..bd8963e7 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.12.0
+PROJECT_NUMBER         = 22.01.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 8ec539d1..fb0ab853 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.12.0
+PROJECT_NUMBER         = 22.01.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