summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2019-06-27 00:36:41 +0200
committerAlbert Astals Cid <aacid@kde.org>2019-06-27 00:36:41 +0200
commit6a9b1f794e7c86e61f2b642f401788659c5a93d6 (patch)
tree1074199fd33ce33efe70482176e0bc05fb8fc79f
parent67c6f6025fd441e60b3bdcedcfae7121d6f80b30 (diff)
Poppler 0.78.0poppler-0.78.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS21
-rw-r--r--cpp/Doxyfile2
-rw-r--r--glib/CMakeLists.txt2
-rw-r--r--qt5/src/Doxyfile2
5 files changed, 26 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae7ff4ca..550bd339 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "77")
+set(POPPLER_MINOR_VERSION "78")
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 88.0.0 SOVERSION 88)
+set_target_properties(poppler PROPERTIES VERSION 89.0.0 SOVERSION 89)
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 0727f29a..f6f5d083 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Release 0.78.0:
+ core:
+ * Fix line annotation arrows for usage in dimensioning
+ * Handle Ink annots without an InkList but with an AP
+ * Fix typos preventing parsing of Movie start and duration
+ * Fix crash on malformed files
+
+ glib:
+ * Add poppler_document_create_dests_tree()
+ * Don't use the deprecated g_type_class_add_private()
+ * Document the differences between render() and render_for_printing()
+ * Fix introspection for poppler_document_new_from_data
+ * Don't create PopplerInputStream with length 0. Issue #414
+ * Document G_IO_ERROR as a possible error condition
+ * docs: Add index for API new in 0.78
+
+ build system:
+ * Fixes cross compilation of gir in Void Linux
+ * Add -Wshadow to the default warning flags
+ * install pkg-config pc files if pkg-config is found
+
Release 0.77.0:
core:
* Fix crash on signature handling. Issue #766
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 15e58dd1..793bda52 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.77.0
+PROJECT_NUMBER = 0.78.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/glib/CMakeLists.txt b/glib/CMakeLists.txt
index ca5021f7..97d5d5ac 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
@@ -86,7 +86,7 @@ set(poppler_glib_generated_SRCS
${CMAKE_SOURCE_DIR}/poppler/CairoRescaleBox.cc
)
add_library(poppler-glib ${poppler_glib_SRCS} ${poppler_glib_generated_SRCS})
-set_target_properties(poppler-glib PROPERTIES VERSION 8.12.0 SOVERSION 8)
+set_target_properties(poppler-glib PROPERTIES VERSION 8.13.0 SOVERSION 8)
set_target_properties(poppler-glib PROPERTIES C_VISIBILITY_PRESET hidden)
set_target_properties(poppler-glib PROPERTIES CXX_VISIBILITY_PRESET hidden)
set_target_properties(poppler-glib PROPERTIES VISIBILITY_INLINES_HIDDEN 1)
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index 991b604c..9d03a027 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.77.0
+PROJECT_NUMBER = 0.78.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.