[poppler] CMakeLists.txt cpp/Doxyfile glib/CMakeLists.txt NEWS qt5/src qt6/src
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Aug 1 22:02:05 UTC 2023
CMakeLists.txt | 2 +-
NEWS | 16 ++++++++++++++++
cpp/Doxyfile | 2 +-
glib/CMakeLists.txt | 2 +-
qt5/src/Doxyfile | 2 +-
qt6/src/Doxyfile | 2 +-
6 files changed, 21 insertions(+), 5 deletions(-)
New commits:
commit 6e96ac9d2f5003e27bb2772ea71d76f0d2c30ebe
Author: Albert Astals Cid <aacid at kde.org>
Date: Tue Aug 1 23:51:42 2023 +0200
poppler 23.08.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a468bf81..f0887a8c 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 "07")
+set(POPPLER_MINOR_VERSION_STRING "08")
# 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}")
diff --git a/NEWS b/NEWS
index be70b143..07b775b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Release 23.08.0:
+ core:
+ * Fix GWG 19.2 - DeviceN Overprint (White)
+ * Splash: avoid bogus memory allocation size in doTilingPatternFill
+ * Fix use-of-uninitialized-value in XRef
+ * Fix float-cast-overflow error in Catalog
+ * Cleanup gpgme backend code
+ * Version symbols in poppler core
+
+ glib:
+ * Improve poppler_get_available_signing_certificates
+ * Add new members to PopplerCertificateInfo
+
+ utils:
+ * pdftotext: small improvement to man page
+
Release 23.07.0:
core:
* Fix reading of utf8-with-bom files
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 6eeabe0a..3e82d3e9 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.07.0
+PROJECT_NUMBER = 23.08.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 7100a8c4..df799292 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.25.0 SOVERSION 8)
+set_target_properties(poppler-glib PROPERTIES VERSION 8.26.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 74ec24f8..a4efffd5 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.07.0
+PROJECT_NUMBER = 23.08.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 e306c834..2db90da5 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.07.0
+PROJECT_NUMBER = 23.08.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