[poppler] CMakeLists.txt cpp/CMakeLists.txt cpp/Doxyfile glib/CMakeLists.txt NEWS qt5/src
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed May 27 21:32:13 UTC 2020
CMakeLists.txt | 4 ++--
NEWS | 17 +++++++++++++++++
cpp/CMakeLists.txt | 2 +-
cpp/Doxyfile | 2 +-
glib/CMakeLists.txt | 2 +-
qt5/src/Doxyfile | 2 +-
6 files changed, 23 insertions(+), 6 deletions(-)
New commits:
commit 9d996ed8218c33f616856389f6e252c7596350e8
Author: Albert Astals Cid <aacid at kde.org>
Date: Wed May 27 23:23:59 2020 +0200
0.89.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 45d89346..5d94d5fc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "88")
+set(POPPLER_MINOR_VERSION "89")
set(POPPLER_MICRO_VERSION "0")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
@@ -534,7 +534,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else()
add_library(poppler ${poppler_SRCS})
endif()
-set_target_properties(poppler PROPERTIES VERSION 99.0.0 SOVERSION 99)
+set_target_properties(poppler PROPERTIES VERSION 100.0.0 SOVERSION 100)
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 27abe7a8..5f428ba0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Release 0.89.0:
+ core:
+ * Add support for ResetForm action. Issue #225
+ * Fix crash in PDFDoc::getSignatureFields when there's no Forms at all
+ * Fix exporting to PS of some files with CID fonts
+ * Use ICC profiles in PS output (if new enough lcms is used)
+ * Allow almost-singular tiling pattern matrices. Issue #894
+ * Fix memory leak when failing to load some fonts
+ * CairoOutputDev: Use stroke opacity when clipping to a stroke path
+ * CairoOutputDev: Fix tiling patterns when pattern cell is too far. Issue #190
+
+ glib:
+ * Add poppler_movie_get_aspect
+
+ cpp:
+ * Add the font infos to the text_box object
+
Release 0.88.0:
core:
* Support Widget Annotation Buttons not linked to any Form
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 32b3ef88..5d351979 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -25,7 +25,7 @@ set(poppler_cpp_SRCS
)
add_library(poppler-cpp ${poppler_cpp_SRCS})
-set_target_properties(poppler-cpp PROPERTIES VERSION 0.8.0 SOVERSION 0)
+set_target_properties(poppler-cpp PROPERTIES VERSION 0.9.0 SOVERSION 0)
if(MINGW AND BUILD_SHARED_LIBS)
get_target_property(POPPLER_CPP_SOVERSION poppler-cpp SOVERSION)
set_target_properties(poppler-cpp PROPERTIES SUFFIX "-${POPPLER_CPP_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index b6076914..939f1fa4 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.88.0
+PROJECT_NUMBER = 0.89.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 42e2151b..a368eded 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
@@ -87,7 +87,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.16.0 SOVERSION 8)
+set_target_properties(poppler-glib PROPERTIES VERSION 8.17.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 b3c32667..b56c87d3 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.88.0
+PROJECT_NUMBER = 0.89.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
More information about the poppler
mailing list