summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2018-10-31 22:13:17 +0100
committerAlbert Astals Cid <aacid@kde.org>2018-10-31 22:13:17 +0100
commitce774021d8330814f10d80b060b2870db5860641 (patch)
treeec913b4713a1536ada1eba58255bea787c2de350
parent8a971633e8b61afeed8edbc89be590a7c8a477dc (diff)
Poppler 0.71.0poppler-0.71.0
-rw-r--r--CMakeLists.txt6
-rw-r--r--NEWS23
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
4 files changed, 28 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9c4753e3..88a53c47 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,8 +36,8 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "70")
-set(POPPLER_MICRO_VERSION "1")
+set(POPPLER_MINOR_VERSION "71")
+set(POPPLER_MICRO_VERSION "0")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
set (CMAKE_CXX_STANDARD 14)
@@ -484,7 +484,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else()
add_library(poppler ${poppler_SRCS})
endif()
-set_target_properties(poppler PROPERTIES VERSION 81.0.0 SOVERSION 81)
+set_target_properties(poppler PROPERTIES VERSION 82.0.0 SOVERSION 82)
if(MINGW)
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 e9190700..dac411a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Release 0.71.0:
+ core:
+ * Replace the implementation of GooString by std::string but keep the exact interface intact.
+ * Replace GBool, gTrue, and gFalse by bool, true, false, resp.
+ * Splash: Fix crash if document is malformed (too wide)
+
+ qt5:
+ * Fix crash when adding Highlight Annotations
+ * Default to hidden symbols
+ * Fix two leaks in a test
+
+ glib:
+ * demo: Fix build on Windows
+ * demo: Align property labels to top of cell
+
+ cpp:
+ * Fix typos in documentation
+
+ build system:
+ * Enable searching for GTK on Windows
+ * Remove unused files
+ * Add fuzzer target from oss-fuzz project
+
Release 0.70.1
glib:
* Install missing file
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 2e468f9c..ac16cf3d 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.70.1
+PROJECT_NUMBER = 0.71.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 0d91486b..9c967499 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.70.1
+PROJECT_NUMBER = 0.71.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.