summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2024-03-03 12:16:11 +0100
committerAlbert Astals Cid <aacid@kde.org>2024-03-03 18:30:22 +0100
commit481ee336d15bdf6b2b6084dddcd1617b032d2cd5 (patch)
tree0168446e465fffa72b3c16e2052a9ccb9ef775cf
parent23a3e5144e9fe5329b99b26879856e9ca3db769d (diff)
poppler 24.03.0poppler-24.03.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS12
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
-rw-r--r--qt6/src/Doxyfile2
5 files changed, 17 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4afb638c..1c52b538 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "24")
-set(POPPLER_MINOR_VERSION_STRING "02")
+set(POPPLER_MINOR_VERSION_STRING "03")
# 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 "134")
+set(POPPLER_SOVERSION_NUMBER "135")
set(LINKER_SCRIPT "${CMAKE_BINARY_DIR}/libpoppler.map")
configure_file(
diff --git a/NEWS b/NEWS
index 6c10aecc..6bce616d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Release 24.03.0:
+ core:
+ * Fix opening some malformed files. Issue #1447
+ * Skip drawing image when it has singular matrix. Issue #1114
+ * Fix crash on malformed files
+ * Small internal code cleanup
+
+ utils:
+ * pdfdetach: Fix potential directory traversal
+ * pdfimages: Enable to print filenames to stdout.
+ * pdfsig: Add visible name/date when signing an existing form signature field
+
Release 24.02.0:
core:
* Fix reading some JBIG2 streams. Issue #1319
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index e9ac5abf..d04ab98d 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 = 24.02.0
+PROJECT_NUMBER = 24.03.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 f733d0a9..f8ae14f6 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 = 24.02.0
+PROJECT_NUMBER = 24.03.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 4d52a599..923e11bf 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 = 24.02.0
+PROJECT_NUMBER = 24.03.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.