summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2019-11-27 23:29:05 +0100
committerAlbert Astals Cid <aacid@kde.org>2019-11-27 23:29:05 +0100
commitdc429f039fe9db5989e14f57b4cc7395be4d506d (patch)
treec398d937fafce67d6816193efb473b58c87ad790
parent7bd2d1b9db89af824d3be7ee2bbfd1ba7be5d408 (diff)
Poppler 0.83.0poppler-0.83.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS18
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
4 files changed, 22 insertions, 4 deletions
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.