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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 1 17:35:19 UTC 2021


 CMakeLists.txt      |    4 ++--
 NEWS                |   32 ++++++++++++++++++++++++++++++++
 cpp/Doxyfile        |    2 +-
 glib/CMakeLists.txt |    2 +-
 qt5/src/Doxyfile    |    2 +-
 qt6/src/Doxyfile    |    2 +-
 6 files changed, 38 insertions(+), 6 deletions(-)

New commits:
commit 83a39c7be2148acdb267ba9a03aba991b50c3437
Author: Albert Astals Cid <aacid at kde.org>
Date:   Thu Apr 1 19:14:48 2021 +0200

    Poppler 21.04.0

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 487d42c1..377ea0d0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ if (ECM_FOUND)
 endif()
 
 set(POPPLER_MAJOR_VERSION "21")
-set(POPPLER_MINOR_VERSION_STRING "03")
+set(POPPLER_MINOR_VERSION_STRING "04")
 # 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}")
@@ -571,7 +571,7 @@ else()
 add_library(poppler ${poppler_SRCS})
 endif()
 generate_export_header(poppler BASE_NAME poppler-private EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler_private_export.h")
-set_target_properties(poppler PROPERTIES VERSION 108.0.0 SOVERSION 108)
+set_target_properties(poppler PROPERTIES VERSION 109.0.0 SOVERSION 109)
 if(MINGW AND BUILD_SHARED_LIBS)
     get_target_property(POPPLER_SOVERSION poppler SOVERSION)
     set_target_properties(poppler PROPERTIES SUFFIX "-${POPPLER_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/NEWS b/NEWS
index 80ff11ac..c37ca2ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Release 21.04.0:
+        core:
+         * Hide symbols by default
+         * TextSelectionDumper: fix word order for RTL text
+         * Fix rendering of text in some files. Issue #1052
+         * Implement rendering of Masks of Image subtype. Issue #1058
+         * Forms: fix unclicking standalone form buttons. Issue #1034
+
+        glib:
+         * Expose more fields from MediaRendition in PopplerMedia
+         * Use stock glib macro to define boxed type
+         * Remove incorrecly used volatile from enum type registration code
+
+        qt5:
+         * Fix crash in files with malformed signatures
+         * Fix memory leak when QImage constructor "fails"
+
+        qt6:
+         * Fix crash in files with malformed signatures
+         * Fix memory leak when QImage constructor "fails"
+
+        utils:
+         * pdfsig: New paragraph for "-sign" in manpage
+         * pdfimages: Do not assert in "too big images". Issue #1061
+
+        build system:
+         * Require cmake >= 3.10
+         * Require Qt 5 >= 5.9
+         * Require glib >= 2.56
+         * Require gtk 3 >= 3.22
+         * Require gdk-pixbuf >= 2.36
+
 Release 21.03.0:
         core:
          * Fix parsing text in some broken pdf files. Issue #1040
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 712a8da7..2c999488 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         = 21.03.0
+PROJECT_NUMBER         = 21.04.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 fd26a5d9..953d7ecd 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
@@ -87,7 +87,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.19.0 SOVERSION 8)
+set_target_properties(poppler-glib PROPERTIES VERSION 8.20.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 f1f4c658..68175125 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         = 21.03.0
+PROJECT_NUMBER         = 21.04.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 8394abe0..5aecc10f 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         = 21.03.0
+PROJECT_NUMBER         = 21.04.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