poppler 22.06.0
diff --git a/CMakeLists.txt b/CMakeLists.txt index 11da7cf..5524f27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ 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 @@ 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 67e5362..e07228e 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 cf5f311..6b3a179 100644 --- a/cpp/Doxyfile +++ b/cpp/Doxyfile
@@ -31,7 +31,7 @@ # 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 b90d9f7..cd1fd54 100644 --- a/qt5/src/Doxyfile +++ b/qt5/src/Doxyfile
@@ -31,7 +31,7 @@ # 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 f210371..ab786a3 100644 --- a/qt6/src/Doxyfile +++ b/qt6/src/Doxyfile
@@ -31,7 +31,7 @@ # 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.