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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 1 20:24:06 UTC 2020


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

New commits:
commit d288ac9675684fe6fd0e8536a2255b8d341a8ad5
Author: Albert Astals Cid <aacid at kde.org>
Date:   Thu Oct 1 21:44:58 2020 +0200

    Poppler 20.10.0

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b5428237..2f035b8d 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 "09")
+set(POPPLER_MINOR_VERSION_STRING "10")
 # 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}")
@@ -547,7 +547,7 @@ add_library(poppler STATIC ${poppler_SRCS})
 else()
 add_library(poppler ${poppler_SRCS})
 endif()
-set_target_properties(poppler PROPERTIES VERSION 102.0.0 SOVERSION 102)
+set_target_properties(poppler PROPERTIES VERSION 103.0.0 SOVERSION 103)
 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 4b270914..defff182 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Release 20.10.0:
+        core:
+         * Filter out repeated forms
+         * Implement EmbedStream::reset()
+         * CairoOutputDev: evict just font faces owned solely by cache.
+         * Splash: Rename Yd to Ydown, Xu to Xup, etc.
+         * Splash: fix crash in out-of-memory situation.
+         * Fix some undefined behaviour situation with forged files
+
 Release 20.09.0:
         core:
          * Compability fix for Forms
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 563ce4a5..35713260 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.09.0
+PROJECT_NUMBER         = 20.10.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 a07f6760..cb1a4dd2 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.09.0
+PROJECT_NUMBER         = 20.10.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