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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Dec 28 12:33:22 UTC 2019


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

New commits:
commit 3f306b50f78e6e6d9ba9733fabff8e6c5567038a
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sat Dec 28 13:18:51 2019 +0100

    Poppler 0.84.0

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4f6b4300..ef987a86 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ if (ECM_FOUND)
 endif()
 
 set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "83")
+set(POPPLER_MINOR_VERSION "84")
 set(POPPLER_MICRO_VERSION "0")
 set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
 
@@ -497,7 +497,7 @@ add_library(poppler STATIC ${poppler_SRCS})
 else()
 add_library(poppler ${poppler_SRCS})
 endif()
-set_target_properties(poppler PROPERTIES VERSION 93.0.0 SOVERSION 93)
+set_target_properties(poppler PROPERTIES VERSION 94.0.0 SOVERSION 94)
 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 3cb85423..c8a71e0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Release 0.84.0:
+        core:
+         * Fix crash when converting from Unicode to ASCII-7
+         * Splash::scaleImageYdXu: Protect against crash if srcWidth is too big
+         * JBIG2Stream: fix potential crash in malformed documents
+         * JBIG2Stream: fix leak in reset() if called several times
+         * Internal code improvements
+
+        utils:
+         * pdfimages: Add error message if first page is larger then number of pages.
+         * pdfinfo: Improved paper size recognition
+         * pdfsig: Fix exit code when dumping signatures
+         * pdftocairo: Error out when even/odd selects 0 pages
+         * pdftohtml: Fix memory leak
+         * pdftoppm: Add an option to scale before rotate
+         * pdftoppm: Add -hide-annotations option
+         * pdftoppm: Error out when even/odd selects 0 pages
+         * pdftops: Improve -optimizecolorspace
+
+        qt5:
+         * Code cleanups
+
+        glib:
+         * Fix compiler warrnings
+
 Release 0.83.0:
         core:
          * Improve when a file is recognized as Linearized
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index a9e3926a..8f41064d 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         = 0.83.0
+PROJECT_NUMBER         = 0.84.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 91adc2c0..41b00a2c 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         = 0.83.0
+PROJECT_NUMBER         = 0.84.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