summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2019-03-21 00:05:10 +0100
committerAlbert Astals Cid <aacid@kde.org>2019-03-21 00:05:10 +0100
commite68916fca85e497d73327625d72fcf8879ed67b2 (patch)
tree1d69adaac720e48572e29479aff89362019d2b13
parentcb1e3809e3c5329ca4dbd29313c5c2241332874b (diff)
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS17
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
4 files changed, 21 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bf187ab4..e3b8e8d9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "74")
+set(POPPLER_MINOR_VERSION "75")
set(POPPLER_MICRO_VERSION "0")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
@@ -491,7 +491,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else()
add_library(poppler ${poppler_SRCS})
endif()
-set_target_properties(poppler PROPERTIES VERSION 85.0.0 SOVERSION 85)
+set_target_properties(poppler PROPERTIES VERSION 86.0.0 SOVERSION 86)
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 5f128a65..93d15b21 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Release 0.75.0:
+ core:
+ * Fix rendering of some annotations
+ * Fix crashes in broken files
+ * Small internal code improvements
+
+ cpp:
+ * Improve documentation
+ * tests: Add showing version information to poppler-dump
+
+ utils:
+ * pdfattach: new util
+ * pdftohtml: add -dataurls parameter
+ * pdftoppm: add -sep and -forcenum parameters
+ * pdftohtml: make singleHtml and stout not mutually exclusive
+ * pdfsig: fix use after free
+
Release 0.74.0:
core:
* Remove support for obsolete systems. Issue #709
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 0c3244bd..a0ac36a4 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.74.0
+PROJECT_NUMBER = 0.75.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 f34d7bca..b9959cb6 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.74.0
+PROJECT_NUMBER = 0.75.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.