summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2019-05-01 00:05:14 +0200
committerAlbert Astals Cid <aacid@kde.org>2019-05-01 00:05:28 +0200
commit248540fbe44886f7ede290c216822df21ad06d7d (patch)
treed3e4221ebdce9a3657741fe814daef9c62aed454
parentfe744fedb2757c6a6b69a5a7a30cab8b7e448cc5 (diff)
Poppler 0.76.1poppler-0.76.1
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS12
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
4 files changed, 15 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d187f4e2..4b107479 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,7 @@ endif()
set(POPPLER_MAJOR_VERSION "0")
set(POPPLER_MINOR_VERSION "76")
-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 14)
diff --git a/NEWS b/NEWS
index cfe930a4..e5199664 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Release 0.76.1:
+ core:
+ * Make the mul tables be calculated at compile time with constexpr.
+ * splash: Fix compile with SPLASH_CMYK enabled
+ * Some typo fixing in error messages
+
+ qt5:
+ * Fix regression in annotation handling
+
+ build system:
+ * Fix some typos in build system output and comments
+
Release 0.76.0:
core:
* Fix regression on case-insensitive search. Issue #743
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index b08d58ee..2d837771 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.76.0
+PROJECT_NUMBER = 0.76.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 5b691f81..e1453c9d 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.76.0
+PROJECT_NUMBER = 0.76.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.