From 87963f675f3532073c1d71c7ba298289485bc7f7 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Tue, 2 Jan 2024 22:40:38 +0100 Subject: poppler 24.01.0 --- CMakeLists.txt | 4 ++-- NEWS | 7 +++++++ cpp/Doxyfile | 2 +- qt5/src/Doxyfile | 2 +- qt6/src/Doxyfile | 2 +- 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. -- cgit v1.2.3