[poppler] CMakeLists.txt cpp/Doxyfile NEWS qt5/src
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon Feb 1 21:48:11 UTC 2021
CMakeLists.txt | 4 ++--
NEWS | 19 +++++++++++++++++++
cpp/Doxyfile | 2 +-
qt5/src/Doxyfile | 2 +-
4 files changed, 23 insertions(+), 4 deletions(-)
New commits:
commit b876a31407279329c75bc7ddf541c8c5af07152b
Author: Albert Astals Cid <aacid at kde.org>
Date: Mon Feb 1 22:23:11 2021 +0100
poppler 21.02.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cf88eef1..860e3d0e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "21")
-set(POPPLER_MINOR_VERSION_STRING "01")
+set(POPPLER_MINOR_VERSION_STRING "02")
# We want the string version to have 08 but the integer version can't have a leading 0 since otherwise it's considered octal
# So strip a leading 0 if found in POPPLER_MINOR_VERSION_STRING and store the result in POPPLER_MINOR_VERSION
string(REGEX REPLACE "^0?(.+)$" "\\1" POPPLER_MINOR_VERSION "${POPPLER_MINOR_VERSION_STRING}")
@@ -570,7 +570,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else()
add_library(poppler ${poppler_SRCS})
endif()
-set_target_properties(poppler PROPERTIES VERSION 106.0.0 SOVERSION 106)
+set_target_properties(poppler PROPERTIES VERSION 107.0.0 SOVERSION 107)
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 39ee7265..60fbab25 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Release 21.02.0:
+ core:
+ * GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation
+ * Fix memory leak if saving the file fails
+ * Internal code improvements
+ * Fix various issues handling broken files
+ * Make checkedAdd work for long long in MSVC
+
+ qt5:
+ * Properly export NewSignatureData class
+ * Fix regression in QIODeviceOutStream + MSVC
+
+ qt6:
+ * Properly export NewSignatureData class
+ * Fix regression in QIODeviceOutStream + MSVC
+
+ utils:
+ * pdftohtml: Fix error() parameter type
+
Release 21.01.0:
core:
* Faster routines for jpeg decoding
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 498ff0b8..f180483c 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 = 21.01.0
+PROJECT_NUMBER = 21.02.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 9f67beec..331b2ad9 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 = 21.01.0
+PROJECT_NUMBER = 21.02.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