summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS18
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
-rw-r--r--qt6/src/Doxyfile2
5 files changed, 23 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d054a23c..4768ac81 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,8 +39,8 @@ if (ECM_FOUND)
endif()
endif()
-set(POPPLER_MAJOR_VERSION "22")
-set(POPPLER_MINOR_VERSION_STRING "12")
+set(POPPLER_MAJOR_VERSION "23")
+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 b62f346b..17b175f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Release 23.01.0:
+ core:
+ * PDFDoc::sign: Fix crash if font can't be found
+ * PDFDoc::sign: Try Arial to sign if Helvetica isn't found
+ * FoFiType1::parse: Be more flexible parsing the encoding content. Issue #1324
+ * Gfx::opBeginMarkedContent: Support Span with Name. Issue #1327
+ * Splash: Avoid color issues due to implicit rounding
+ * Splash: Fix crash on malformed file.
+ * CairoOutputDev: Ignore text rendering mode for type3 fonts
+ * Remove unused FoFiType1::load function
+
+ build system:
+ * Increase minimum required versions of several dependencies
+ * Improve include path handling
+
+ qt6:
+ - Use less deprecated functions
+
Release 22.12.0:
core:
* Form::addFontToDefaultResources: Be stubborn in finding a font we can use. Issue #1272
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 2c6f0dac..e956a4c1 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 = 22.12.0
+PROJECT_NUMBER = 23.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 0a4b33e3..edd87ecc 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 = 22.12.0
+PROJECT_NUMBER = 23.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 6f5ee6b0..64450c43 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 = 22.12.0
+PROJECT_NUMBER = 23.01.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.