summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2023-10-02 21:39:58 +0200
committerAlbert Astals Cid <aacid@kde.org>2023-10-02 21:55:54 +0200
commit48914b5d5fc12ae96d4f3ac3fc9c6fd08a1d6496 (patch)
treeb6e731bd2fce1907960d6c722c6db4a38467f586
parenta678acd1224e40140980ec05b117e3fcded36246 (diff)
poppler 23.10.0poppler-23.10.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS10
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
-rw-r--r--qt6/src/Doxyfile2
5 files changed, 15 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 51bee589..abf9f758 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 "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}")
@@ -614,7 +614,7 @@ ADD_GPERF_FILE(TimesItalicWidths)
ADD_GPERF_FILE(TimesRomanWidths)
ADD_GPERF_FILE(ZapfDingbatsWidths)
-set(POPPLER_SOVERSION_NUMBER "131")
+set(POPPLER_SOVERSION_NUMBER "132")
set(LINKER_SCRIPT "${CMAKE_BINARY_DIR}/libpoppler.map")
configure_file(
diff --git a/NEWS b/NEWS
index 7f3966b0..ef711417 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Release 23.10.0:
+ core:
+ * cairo: update type 3 fonts for cairo 1.18 api
+ * Fix crash on malformed files
+
+ build system:
+ * Make a few more dependencies soft-mandatory
+ * Add more supported gnupg releases
+ * Check if linker supports version scripts
+
Release 23.09.0:
core:
* Add Android-specific font matching functionality
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 03a8c071..9f546794 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.09.0
+PROJECT_NUMBER = 23.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/Doxyfile b/qt5/src/Doxyfile
index 815faf5d..8f624ccf 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.09.0
+PROJECT_NUMBER = 23.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/Doxyfile b/qt6/src/Doxyfile
index 6eb99cdc..7c1720c6 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.09.0
+PROJECT_NUMBER = 23.10.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.