poppler 24.11.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3497ff2..bb1c73a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,7 @@
endif()
set(POPPLER_MAJOR_VERSION "24")
-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}")
@@ -616,7 +616,7 @@
ADD_GPERF_FILE(TimesRomanWidths)
ADD_GPERF_FILE(ZapfDingbatsWidths)
-set(POPPLER_SOVERSION_NUMBER "142")
+set(POPPLER_SOVERSION_NUMBER "143")
set(LINKER_SCRIPT "${CMAKE_BINARY_DIR}/libpoppler.map")
configure_file(
diff --git a/NEWS b/NEWS
index 621b013..78c0f07 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Release 24.11.0:
+ core:
+ * Fix rendering of some buttons
+ * Fix selecting fonts in TTC font collections
+ * CairoOutputDev: prevent infinite loop in functionShadedFill()
+ * Fix some unstable headers not being usable on their own
+ * Fix some headers not being usable on their own
+
+ glib:
+ * Fix some headers not being usable on their own
+ * add INSTALL_GLIB_DEMO option to install poppler-glib-demo
+ * Fix Launch action with unicode encoded filenames
+
+ qt6:
+ * Fix memory handling issue on signature creation
+ * Fix Launch action with unicode encoded filenames
+
+ qt5:
+ * Fix Launch action with unicode encoded filenames
+
+ build system:
+ * Remove duplicate definitions
+ * cmake: Set CMAKE_C_STANDARD to 17
+
Release 24.10.0:
core:
* Add support for SubmitForms Links
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 13da449..c8de804 100644
--- a/cpp/Doxyfile
+++ b/cpp/Doxyfile
@@ -31,7 +31,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 24.10.0
+PROJECT_NUMBER = 24.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 1b1e1d6..652bdb7 100644
--- a/qt5/src/Doxyfile
+++ b/qt5/src/Doxyfile
@@ -31,7 +31,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 24.10.0
+PROJECT_NUMBER = 24.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 04a0bbf..792772e 100644
--- a/qt6/src/Doxyfile
+++ b/qt6/src/Doxyfile
@@ -31,7 +31,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 24.10.0
+PROJECT_NUMBER = 24.11.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.