summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2022-06-01 17:00:51 +0200
committerAlbert Astals Cid <aacid@kde.org>2022-06-01 17:00:51 +0200
commit32fa2888eaaaaf80e5d2338cb8cb8b773ccfd4d3 (patch)
tree1549a1b34e59f80bfa34071e66b05858c537d9d2
parentb4a961ecdaeb66daf603980cc294e17968ef5037 (diff)
poppler 22.06.0poppler-22.06.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS15
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
-rw-r--r--qt6/src/Doxyfile2
5 files changed, 20 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 11da7cfb..5524f272 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "22")
-set(POPPLER_MINOR_VERSION_STRING "05")
+set(POPPLER_MINOR_VERSION_STRING "06")
# 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}")
@@ -577,7 +577,7 @@ add_definitions(-D_CRT_SECURE_NO_WARNINGS)
endif()
add_library(poppler ${poppler_SRCS})
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 121.0.0 SOVERSION 121)
+set_target_properties(poppler PROPERTIES VERSION 122.0.0 SOVERSION 122)
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 67e53622..e07228ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Release 22.06.0:
+ core:
+ * Forms: Fix crash in forms with their own DR
+ * Refactor CairoFontEngine caching
+ * CairoOutputDev: preserve text color when drawing type 3 glyphs
+ * Windows: font code simplification
+ * Minor code improvements
+
+ cpp:
+ * Add missing header
+
+ utils:
+ * pdfattach: Assume filename is utf8 encoded
+ * pdftohtml: Fix type 3 font size calculation
+
Release 22.05.0:
core:
* Annotations: Make sure we embed fonts for the FreeText annots
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index cf5f311b..6b3a1792 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 = 22.05.0
+PROJECT_NUMBER = 22.06.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 b90d9f74..cd1fd544 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 = 22.05.0
+PROJECT_NUMBER = 22.06.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 f210371b..ab786a33 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 = 22.05.0
+PROJECT_NUMBER = 22.06.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.