summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2023-11-01 22:47:06 +0100
committerAlbert Astals Cid <aacid@kde.org>2023-11-01 22:47:06 +0100
commit975d6998b0ad979e81ea133be493bbf7be113fc7 (patch)
treecbf85fe4f9e0a431ecd2ce44e2af6fb555559f0f
parent3caa03d36f78ddeac1a8571a2e789afdfb5f154d (diff)
poppler 23.11.0poppler-23.11.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 abf9f758..766d1319 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 "10")
+set(POPPLER_MINOR_VERSION_STRING "11")
# 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 "132")
+set(POPPLER_SOVERSION_NUMBER "133")
set(LINKER_SCRIPT "${CMAKE_BINARY_DIR}/libpoppler.map")
configure_file(
diff --git a/NEWS b/NEWS
index ef711417..9ffaf173 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Release 23.11.0:
+ core:
+ * CairoOutputDev: Use internal downscaling algorithm if image exceeds Cairo's maximum dimensions.
+ * Internal code improvements
+ * Fix crash on malformed files
+
+ utils:
+ * pdftocairo: Add option to document logical structure if output is pdf
+ * pdftocairo: EPS output should not contain %%PageOrientation
+
Release 23.10.0:
core:
* cairo: update type 3 fonts for cairo 1.18 api
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 9f546794..fe372f90 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.10.0
+PROJECT_NUMBER = 23.11.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 8f624ccf..6dba4959 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.10.0
+PROJECT_NUMBER = 23.11.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 7c1720c6..52502ec4 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.10.0
+PROJECT_NUMBER = 23.11.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.