summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2021-09-02 00:04:17 +0200
committerAlbert Astals Cid <aacid@kde.org>2021-09-02 00:04:17 +0200
commitf70e352429e3b565262251b1150e77e8638bed6c (patch)
tree7e5c5ed3c0991833eaefc637bac6ad16e0048e86
parent3cbd833a560eaa8f2d284c3de2033247777b2e6a (diff)
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS12
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
-rw-r--r--qt6/src/Doxyfile2
5 files changed, 17 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f1785286..07f754f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "21")
-set(POPPLER_MINOR_VERSION_STRING "08")
+set(POPPLER_MINOR_VERSION_STRING "09")
# 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}")
@@ -588,7 +588,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 112.0.0 SOVERSION 112)
+set_target_properties(poppler PROPERTIES VERSION 113.0.0 SOVERSION 113)
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 f6c75f08..18387883 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Release 21.09.0:
+ core:
+ * Splash: Massive spped improvement on files that use lots of save/restore (q/Q) operators
+ * Correct decoding of signature properties Reason & Location when they are Unicode
+ * Fix issues with malformed files
+ * MSVC build fixes
+
+ build system:
+ * Call cmake_minium_required() before project()
+ * Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE}
+ * correctly forward user-provided flags to try_compile()
+
Release 21.08.0:
core:
* Add API to allow addition and modification of outlines into a PDF
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index d19afb48..cde7de0e 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.08.0
+PROJECT_NUMBER = 21.09.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 35183798..25667417 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.08.0
+PROJECT_NUMBER = 21.09.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 0401a535..ea375bcc 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.08.0
+PROJECT_NUMBER = 21.09.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.