summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2019-07-16 00:34:02 +0200
committerAlbert Astals Cid <aacid@kde.org>2019-07-16 00:34:02 +0200
commit1f244751732f4036e23476cd169f1e1e564b4cd5 (patch)
treec963cb66a900a517951b5b9acdf608a7d95a5918
parent68ef84e5968a4249c2162b839ca6d7975048a557 (diff)
Poppler 0.79.0poppler-0.79.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS16
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/CMakeLists.txt2
-rw-r--r--qt5/src/Doxyfile2
5 files changed, 20 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 550bd339..265008a7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "78")
+set(POPPLER_MINOR_VERSION "79")
set(POPPLER_MICRO_VERSION "0")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
diff --git a/NEWS b/NEWS
index f6f5d083..4661b154 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Release 0.79.0:
+ core:
+ * Fix regression on TextSelectionPainter
+ * Fix parsing of DefaultAppearance
+ * Fix memory leak in PostScriptFunction
+ * Fix crashes in fuzzed files
+
+ qt5:
+ * Implemented support for setIcon by changing appearance
+ * Added option to set the form available to print
+ * QString::null is deprecated, use QString()
+ * Replace deprecated qStableSort with std::stable_sort
+
+ build system:
+ * Turn README into README.md and expand it
+
Release 0.78.0:
core:
* Fix line annotation arrows for usage in dimensioning
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 793bda52..11e271cc 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.78.0
+PROJECT_NUMBER = 0.79.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/CMakeLists.txt b/qt5/src/CMakeLists.txt
index 340a3e43..e3b60fcb 100644
--- a/qt5/src/CMakeLists.txt
+++ b/qt5/src/CMakeLists.txt
@@ -39,7 +39,7 @@ set(poppler_qt5_SRCS
poppler-version.cpp
)
add_library(poppler-qt5 ${poppler_qt5_SRCS})
-set_target_properties(poppler-qt5 PROPERTIES VERSION 1.19.0 SOVERSION 1)
+set_target_properties(poppler-qt5 PROPERTIES VERSION 1.20.0 SOVERSION 1)
if(MINGW AND BUILD_SHARED_LIBS)
get_target_property(POPPLER_QT5_SOVERSION poppler-qt5 SOVERSION)
set_target_properties(poppler-qt5 PROPERTIES SUFFIX "-${POPPLER_QT5_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index 9d03a027..8f27ee21 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.78.0
+PROJECT_NUMBER = 0.79.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.