summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2017-11-12 19:14:32 +0100
committerAlbert Astals Cid <aacid@kde.org>2017-11-12 19:14:32 +0100
commitfaeb48920d64a776911a259bcf1bb6231ac1d24c (patch)
treea24eed8233e395bdaf31095ece0ab2fc5e61cb38
parent155597a09b2c7fcbd0eea2b5a2021a5b65476e4c (diff)
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS11
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt4/src/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
5 files changed, 15 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bb74c6a2..f181fdec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,7 +31,7 @@ endif()
set(POPPLER_MAJOR_VERSION "0")
set(POPPLER_MINOR_VERSION "61")
-set(POPPLER_MICRO_VERSION "0")
+set(POPPLER_MICRO_VERSION "1")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
set (CMAKE_CXX_STANDARD 11)
diff --git a/NEWS b/NEWS
index 7211de13..733e470c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Release 0.61.1
+ core:
+ * CairoOutputDev: don't overflow y * stride when accessing image data
+
+ cpp:
+ * Fix for corrupted image files on Windows. Bug #102494
+
+ build system:
+ * Fix incorrect paths in .pc files. Bug #103578
+ * add the custom buildtests target only once. Bug #103003
+
Release 0.61.0
core:
* Fix crashes in broken files
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index c1a05c0c..2c8adb03 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 = 0.61.0
+PROJECT_NUMBER = 0.61.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/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 9c46f272..e68690ac 100644
--- a/qt4/src/Doxyfile
+++ b/qt4/src/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt4 "
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.61.0
+PROJECT_NUMBER = 0.61.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 06975f03..3055468f 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 = 0.61.0
+PROJECT_NUMBER = 0.61.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.