summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2024-01-02 22:40:38 +0100
committerAlbert Astals Cid <aacid@kde.org>2024-01-02 22:40:38 +0100
commit87963f675f3532073c1d71c7ba298289485bc7f7 (patch)
treefd12bf23cc7a943ed3ac444b8e8365c0d5ac1c35
parent38b471d3796efd4a7a01c5a31c1e40606f355213 (diff)
poppler 24.01.0poppler-24.01.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS7
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
-rw-r--r--qt6/src/Doxyfile2
5 files changed, 12 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e1e8d138..2a23c9b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,8 +39,8 @@ if (ECM_FOUND)
endif()
endif()
-set(POPPLER_MAJOR_VERSION "23")
-set(POPPLER_MINOR_VERSION_STRING "12")
+set(POPPLER_MAJOR_VERSION "24")
+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}")
diff --git a/NEWS b/NEWS
index 950c674e..a76f411f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Release 24.01.0:
+ core:
+ * Don't crash on certain documents on the NSS signature backend
+ * Fix infinite loop in some annotation code if there's not space for even one character
+ * Fix build on Android with generic font configuration
+ * Small internal code cleanup
+
Release 23.12.0:
core:
* Rewrite FoFiType1::parse to be more flexible. Issue #1422
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 6cca9bb6..bf266d9d 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.12.0
+PROJECT_NUMBER = 24.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 b09b48e8..8f50f08a 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.12.0
+PROJECT_NUMBER = 24.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 40c56177..ef811c4c 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.12.0
+PROJECT_NUMBER = 24.01.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.