summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2019-12-28 13:18:51 +0100
committerAlbert Astals Cid <aacid@kde.org>2019-12-28 13:18:51 +0100
commit3f306b50f78e6e6d9ba9733fabff8e6c5567038a (patch)
treed9502736b71d157d10e2e86f93a26d3b94d4fba0
parent4c98b692962e49846d91e5c6673392f6ba2b8d61 (diff)
Poppler 0.84.0poppler-0.84.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS25
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
4 files changed, 29 insertions, 4 deletions
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.