[poppler] CMakeLists.txt cpp/Doxyfile glib/CMakeLists.txt NEWS qt5/src qt6/src

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jul 4 18:39:11 UTC 2022


 CMakeLists.txt      |    2 +-
 NEWS                |   14 ++++++++++++++
 cpp/Doxyfile        |    2 +-
 glib/CMakeLists.txt |    2 +-
 qt5/src/Doxyfile    |    2 +-
 qt6/src/Doxyfile    |    2 +-
 6 files changed, 19 insertions(+), 5 deletions(-)

New commits:
commit bb1651334abc11495fa0326c8d562243d2a4b055
Author: Albert Astals Cid <aacid at kde.org>
Date:   Mon Jul 4 20:09:04 2022 +0200

    poppler 22.07.0

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.


More information about the poppler mailing list