[poppler] CMakeLists.txt cpp/Doxyfile NEWS qt5/src qt6/src
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Oct 1 08:09:20 UTC 2021
CMakeLists.txt | 4 ++--
NEWS | 28 ++++++++++++++++++++++++++++
cpp/Doxyfile | 2 +-
qt5/src/CMakeLists.txt | 2 +-
qt5/src/Doxyfile | 2 +-
qt6/src/CMakeLists.txt | 2 +-
qt6/src/Doxyfile | 2 +-
7 files changed, 35 insertions(+), 7 deletions(-)
New commits:
commit c7f3f602f8aa648feed2aee8f17c540c19dc1cca
Author: Albert Astals Cid <aacid at kde.org>
Date: Fri Oct 1 09:51:25 2021 +0200
Poppler 21.10.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c32c05e6..f757ac42 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 "09")
+set(POPPLER_MINOR_VERSION_STRING "10")
# 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}")
@@ -589,7 +589,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 113.0.0 SOVERSION 113)
+set_target_properties(poppler PROPERTIES VERSION 114.0.0 SOVERSION 114)
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 18387883..7ee9ce80 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Release 21.10.0:
+ core:
+ * Add support for setting custom stamp annotations
+ * Add default appearance for the well known stamp names
+ * Correct encoding of signature's properties Reason & Location
+ * Splash: Fix rendering of some odd patterns
+ * SignatureHandler::validateCertificate: Add option to not do OCSP revocation check
+ * SignatureHandler::validateCertificate: Add support for AIA fetching to verify certificates
+ * greallocn: if memory allocation fails, free the previous pointer to avoid memory leak
+ * Fix issues with malformed files
+ * Internal code improvements
+
+ utils:
+ * pdfsig: Add a way to list certificate nicknames
+ * pdfsig: You can now add signatures from pdfsig
+ * pdfsig: Add option to not do OCSP revocation check
+ * pdfsig: Add option for AIA fetching to verify certificates
+ * pdfinfo: Add -custom option to print custom metadata
+ * pdfinfo: add metadata flags
+
+ qt:
+ * Add support for setting custom stamp annotations
+ * Add getters for signature's properties Reason & Location
+ * Internal code improvements
+
+ glib:
+ * Remove incorrect PopplerAttachment deprecation
+
Release 21.09.0:
core:
* Splash: Massive spped improvement on files that use lots of save/restore (q/Q) operators
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index cde7de0e..6828895e 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.09.0
+PROJECT_NUMBER = 21.10.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/CMakeLists.txt b/qt5/src/CMakeLists.txt
index d80c81f3..625aa759 100644
--- a/qt5/src/CMakeLists.txt
+++ b/qt5/src/CMakeLists.txt
@@ -38,7 +38,7 @@ set(poppler_qt5_SRCS
)
add_library(poppler-qt5 ${poppler_qt5_SRCS})
generate_export_header(poppler-qt5 BASE_NAME poppler-qt5 EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler-export.h")
-set_target_properties(poppler-qt5 PROPERTIES VERSION 1.29.0 SOVERSION 1)
+set_target_properties(poppler-qt5 PROPERTIES VERSION 1.30.0 SOVERSION 1)
if(MINGW AND BUILD_SHARED_LIBS)
get_target_property(POPPLER_QT5_SOVERSION poppler-qt5 SOVERSION)
set_target_properties(poppler-qt5 PROPERTIES SUFFIX "-${POPPLER_QT5_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index 25667417..af5d0bd7 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.09.0
+PROJECT_NUMBER = 21.10.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/CMakeLists.txt b/qt6/src/CMakeLists.txt
index d7b85d98..1ebc7904 100644
--- a/qt6/src/CMakeLists.txt
+++ b/qt6/src/CMakeLists.txt
@@ -38,7 +38,7 @@ set(poppler_qt6_SRCS
)
add_library(poppler-qt6 ${poppler_qt6_SRCS})
generate_export_header(poppler-qt6 BASE_NAME poppler-qt6 EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler-export.h")
-set_target_properties(poppler-qt6 PROPERTIES VERSION 3.0.0 SOVERSION 3)
+set_target_properties(poppler-qt6 PROPERTIES VERSION 3.1.0 SOVERSION 3)
if(MINGW AND BUILD_SHARED_LIBS)
get_target_property(POPPLER_QT6_SOVERSION poppler-qt6 SOVERSION)
set_target_properties(poppler-qt6 PROPERTIES SUFFIX "-${POPPLER_QT6_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/qt6/src/Doxyfile b/qt6/src/Doxyfile
index ea375bcc..e540e6ac 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.09.0
+PROJECT_NUMBER = 21.10.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