summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2021-07-02 23:07:57 +0200
committerAlbert Astals Cid <aacid@kde.org>2021-07-02 23:07:57 +0200
commit77e545351b7ac359e19422e8158ff00f6dd597d3 (patch)
tree37ab0b1cb3274106b2d99904db6b1c9d65e474ca
parenta822ba0e4f7240309eaa180230facbceb6d0e08a (diff)
poppler 21.07.0poppler-21.07.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS10
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
-rw-r--r--qt6/src/Doxyfile2
5 files changed, 15 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 215283dc..d1d3653a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,11 +35,11 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "21")
-set(POPPLER_MINOR_VERSION_STRING "06")
+set(POPPLER_MINOR_VERSION_STRING "07")
# 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}")
-set(POPPLER_MICRO_VERSION "1")
+set(POPPLER_MICRO_VERSION "0")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION_STRING}.${POPPLER_MICRO_VERSION}")
set(CMAKE_CXX_STANDARD 14)
diff --git a/NEWS b/NEWS
index c1ad2472..2cf040a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Release 21.07.0:
+ core:
+ * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535
+ * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088
+ * CairoOutputDev: Fix memory leak on broken files
+ * Minor code improvements
+
+ build system:
+ * set C standard to 11 without extensions
+
Release 21.06.1:
glib:
* fix poppler_rectangle_free() regression. Issue #1087
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index d6643bb5..6f622298 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.06.1
+PROJECT_NUMBER = 21.07.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 85c9f6e5..86345a19 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.06.1
+PROJECT_NUMBER = 21.07.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 9140be6e..75fb2688 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.06.1
+PROJECT_NUMBER = 21.07.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.