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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Nov 27 22:38:12 UTC 2019


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

New commits:
commit dc429f039fe9db5989e14f57b4cc7395be4d506d
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Nov 27 23:29:05 2019 +0100

    Poppler 0.83.0

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 36f65874..9e4ecd7b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ if (ECM_FOUND)
 endif()
 
 set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "82")
+set(POPPLER_MINOR_VERSION "83")
 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 92.0.0 SOVERSION 92)
+set_target_properties(poppler PROPERTIES VERSION 93.0.0 SOVERSION 93)
 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 973f9691..3cb85423 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Release 0.83.0:
+        core:
+         * Improve when a file is recognized as Linearized
+         * Improve const-ness of the code
+         * Make code a bit more readable/maintanable
+         * Fix uninitialized memory uses in broken files
+
+        utils:
+         * pdffonts: Make code a bit more readable/maintanable
+         * pdftohtml: Make code a bit more readable/maintanable
+
+        qt5:
+         * Remove a bunch of unused internal functions
+         * trUtf8 -> tr (less warnings)
+
+        build system:
+         * make-glib-api-docs: switch to python3
+
 Release 0.82.0:
         core:
          * Fix not being able to open some files. Issue #832
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index c97315cf..a9e3926a 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.82.0
+PROJECT_NUMBER         = 0.83.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 7f8fc599..91adc2c0 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.82.0
+PROJECT_NUMBER         = 0.83.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