summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2022-07-04 20:09:04 +0200
committerAlbert Astals Cid <aacid@kde.org>2022-07-04 20:09:04 +0200
commitbb1651334abc11495fa0326c8d562243d2a4b055 (patch)
tree00ce4388555e74dd2cb592bc4a25358a51827739
parent16812b7f41ea2a7299449415aae89d3d812b6b47 (diff)
poppler 22.07.0poppler-22.07.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS14
-rw-r--r--cpp/Doxyfile2
-rw-r--r--glib/CMakeLists.txt2
-rw-r--r--qt5/src/Doxyfile2
-rw-r--r--qt6/src/Doxyfile2
6 files changed, 19 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 815c2a54..06e4b338 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "22")
-set(POPPLER_MINOR_VERSION_STRING "06")
+set(POPPLER_MINOR_VERSION_STRING "07")
# 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 e07228ed..caf08f02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Release 22.07.0:
+ core:
+ * Fix crash when filling in forms in some files. Issue #1258
+ * Fix first lines of Annotations sometimes being cut off. Issue #1246
+ * Signatures: Don't crash if the signature doesn't have a common name
+ * CairoFontEngine: increment font_face reference when retrieving from the cache
+ * Add ToUnicode support for lessorequalslant and greaterorequalslant
+
+ glib:
+ * Add support for stamp annotation
+
+ build system:
+ * Tweaks on how gperf is run
+
Release 22.06.0:
core:
* Forms: Fix crash in forms with their own DR
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 6b3a1792..c79e2a7d 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.06.0
+PROJECT_NUMBER = 22.07.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/glib/CMakeLists.txt b/glib/CMakeLists.txt
index 1fbfcf0a..e28d43ab 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
@@ -90,7 +90,7 @@ set(poppler_glib_generated_SRCS
)
add_library(poppler-glib ${poppler_glib_SRCS} ${poppler_glib_generated_SRCS})
generate_export_header(poppler-glib EXPORT_MACRO_NAME POPPLER_PUBLIC EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler-macros.h")
-set_target_properties(poppler-glib PROPERTIES VERSION 8.23.0 SOVERSION 8)
+set_target_properties(poppler-glib PROPERTIES VERSION 8.24.0 SOVERSION 8)
if(MINGW AND BUILD_SHARED_LIBS)
get_target_property(POPPLER_GLIB_SOVERSION poppler-glib SOVERSION)
set_target_properties(poppler-glib PROPERTIES SUFFIX "-${POPPLER_GLIB_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index cd1fd544..6b829b73 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.06.0
+PROJECT_NUMBER = 22.07.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 ab786a33..1e1c9ce9 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.06.0
+PROJECT_NUMBER = 22.07.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.