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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Nov 1 19:08:14 UTC 2020


 CMakeLists.txt         |    4 ++--
 NEWS                   |   22 ++++++++++++++++++++++
 cpp/Doxyfile           |    2 +-
 qt5/src/CMakeLists.txt |    2 +-
 qt5/src/Doxyfile       |    2 +-
 5 files changed, 27 insertions(+), 5 deletions(-)

New commits:
commit ef71527479bab01da0a8b7b7c6da3320d4bdffbe
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sun Nov 1 19:32:52 2020 +0100

    Poppler 20.11.0

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6c691ac2..96b7d0aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ if (ECM_FOUND)
 endif()
 
 set(POPPLER_MAJOR_VERSION "20")
-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}")
@@ -568,7 +568,7 @@ add_library(poppler STATIC ${poppler_SRCS})
 else()
 add_library(poppler ${poppler_SRCS})
 endif()
-set_target_properties(poppler PROPERTIES VERSION 103.0.0 SOVERSION 103)
+set_target_properties(poppler PROPERTIES VERSION 104.0.0 SOVERSION 104)
 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 defff182..77779c6e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Release 20.11.0:
+        core:
+         * More work on rendering of standalone Annot Widgets. Issue #806
+         * Fix crashes in embedded file handling on broken files. Issue #967
+         * Fix uninitialized memory read on broken files
+         * Save a bit of memory in Dict data
+
+        cpp:
+         * Fix crashes in embedded file handling on broken files. Issue #966
+
+        utils:
+         * pdftohtml: HTML and XML output includes font opacity.
+
+        qt5:
+         * Rename ArthurOutputDev to QPainterOutputDev
+
+        build system:
+         * Fix linker error when gtk is not in a default location
+         * Add some checks for gtk-doc support
+         * Reorganize GObject introspection config
+         * Enable CMAKE_LINK_DEPENDS_NO_SHARED
+
 Release 20.10.0:
         core:
          * Filter out repeated forms
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 35713260..6d4f74b3 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         = 20.10.0
+PROJECT_NUMBER         = 20.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/CMakeLists.txt b/qt5/src/CMakeLists.txt
index 403458e5..80f40fca 100644
--- a/qt5/src/CMakeLists.txt
+++ b/qt5/src/CMakeLists.txt
@@ -40,7 +40,7 @@ set(poppler_qt5_SRCS
   poppler-version.cpp
 )
 add_library(poppler-qt5 ${poppler_qt5_SRCS})
-set_target_properties(poppler-qt5 PROPERTIES VERSION 1.25.0 SOVERSION 1)
+set_target_properties(poppler-qt5 PROPERTIES VERSION 1.26.0 SOVERSION 1)
 if(MINGW AND BUILD_SHARED_LIBS)
     get_target_property(POPPLER_QT5_SOVERSION poppler-qt5 SOVERSION)
     set_target_properties(poppler-qt5 PROPERTIES SUFFIX "-${POPPLER_QT5_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index cb1a4dd2..a1bace12 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         = 20.10.0
+PROJECT_NUMBER         = 20.11.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