summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2022-01-05 13:53:28 +0100
committerAlbert Astals Cid <aacid@kde.org>2022-01-05 13:53:41 +0100
commit16a34e9dfffa9ad1e32459bd05455f25b02a772f (patch)
treed56a42f37de9a20e56e4054044217d93ca233ddd
parent5f52816b85c82eb41fdd4f4bf4020f8a679e931d (diff)
poppler 22.01.0poppler-22.01.0
-rw-r--r--CMakeLists.txt6
-rw-r--r--NEWS20
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
-rw-r--r--qt6/src/Doxyfile2
5 files changed, 26 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c70eea5c..645560d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,8 +45,8 @@ if (ECM_FOUND)
endif()
endif()
-set(POPPLER_MAJOR_VERSION "21")
-set(POPPLER_MINOR_VERSION_STRING "12")
+set(POPPLER_MAJOR_VERSION "22")
+set(POPPLER_MINOR_VERSION_STRING "01")
# 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}")
@@ -591,7 +591,7 @@ else()
add_library(poppler ${poppler_SRCS})
endif()
generate_export_header(poppler BASE_NAME poppler-private EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler_private_export.h")
-set_target_properties(poppler PROPERTIES VERSION 116.0.0 SOVERSION 116)
+set_target_properties(poppler PROPERTIES VERSION 117.0.0 SOVERSION 117)
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 e01b3cf1..a065c5e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Release 22.01.0:
+ core:
+ * Allow local (relative to dll) fonts dir on Windows
+ * TextOutputDev: require more spacing between columns. Issue #1093
+ * Fix crash in Splash::gouraudTriangleShadedFill. Issue #1183
+ * Fix crash when calling Form::reset()
+ * GfxSeparationColorSpace: Check validity of colorspace and function. Issue #1184
+ * Minor code improvements
+
+ glib:
+ * Include glib.h before using defines from it
+ * Close file descriptors on error
+ * Plug some memory leaks
+ * Replace use of deprecated g_memdup/g_time_zone_new
+ * Remove FD-taking functions on windows
+
+ utils:
+ * pdfsig: Add support for documents with passwords
+ * pdfsig: Fix signing with -sign if nss password is needed
+
Release 21.12.0:
core:
* Add API to add images
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 381881d0..1d814c5d 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.12.0
+PROJECT_NUMBER = 22.01.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 364f2be5..bd8963e7 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.12.0
+PROJECT_NUMBER = 22.01.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/qt6/src/Doxyfile b/qt6/src/Doxyfile
index 8ec539d1..fb0ab853 100644
--- a/qt6/src/Doxyfile
+++ b/qt6/src/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt6"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 21.12.0
+PROJECT_NUMBER = 22.01.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.