summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2023-08-01 23:51:42 +0200
committerAlbert Astals Cid <aacid@kde.org>2023-08-01 23:51:42 +0200
commit6e96ac9d2f5003e27bb2772ea71d76f0d2c30ebe (patch)
tree341ee40723128123df63a465ff9bb176de5feca4
parent9f1885168bd380583390a805b580af1604a3990b (diff)
poppler 23.08.0poppler-23.08.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS16
-rw-r--r--cpp/Doxyfile2
-rw-r--r--glib/CMakeLists.txt2
-rw-r--r--qt5/src/Doxyfile2
-rw-r--r--qt6/src/Doxyfile2
6 files changed, 21 insertions, 5 deletions
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.