summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2021-06-03 22:42:20 +0200
committerAlbert Astals Cid <aacid@kde.org>2021-06-03 22:42:20 +0200
commitb782d4be006c184c49c6b46bec1d23dd28f1683a (patch)
treed7e124591f9554dc715cd482fc2449d6ae905f00
parentb9314b06c7e458f26e7ca0d55b071f4eb1dced58 (diff)
poppler 21.06.1poppler-21.06.1
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS4
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
-rw-r--r--qt6/src/Doxyfile2
5 files changed, 8 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7517f3c1..51676ec8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ 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}")
-set(POPPLER_MICRO_VERSION "0")
+set(POPPLER_MICRO_VERSION "1")
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 69ae33ea..c1ad2472 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Release 21.06.1:
+ glib:
+ * fix poppler_rectangle_free() regression. Issue #1087
+
Release 21.06.0:
core:
* Fix rendering of some extended latin1 characters in annotations. Issue #1070
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 8aa1dc81..d6643bb5 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.0
+PROJECT_NUMBER = 21.06.1
# 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 02a75f37..85c9f6e5 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.0
+PROJECT_NUMBER = 21.06.1
# 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 1c709466..9140be6e 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.0
+PROJECT_NUMBER = 21.06.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.