[poppler] 2 commits - CMakeLists.txt cpp/Doxyfile NEWS qt5/src utils/HtmlFonts.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Sun Aug 19 21:48:20 UTC 2018
CMakeLists.txt | 4 ++--
NEWS | 25 +++++++++++++++++++++++++
cpp/Doxyfile | 2 +-
qt5/src/Doxyfile | 2 +-
utils/HtmlFonts.cc | 1 +
5 files changed, 30 insertions(+), 4 deletions(-)
New commits:
commit c666833e4163a93451eab27c675af9ca82d11593
Author: Albert Astals Cid <aacid at kde.org>
Date: Sun Aug 19 23:37:51 2018 +0200
poppler 0.68
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b814c62c..cf3a5423 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,7 @@ if (ECM_FOUND)
endif()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "67")
+set(POPPLER_MINOR_VERSION "68")
set(POPPLER_MICRO_VERSION "0")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
@@ -489,7 +489,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else()
add_library(poppler ${poppler_SRCS})
endif()
-set_target_properties(poppler PROPERTIES VERSION 78.0.0 SOVERSION 78)
+set_target_properties(poppler PROPERTIES VERSION 79.0.0 SOVERSION 79)
if(MINGW)
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 8df78369..485f89ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Release 0.68.0
+ core:
+ * Add Reason and Location to SignatureInfo. Bug #107299
+ * Fix memory misuse on signature handling
+ * Fix security issues found by oss-fuzz
+ * Don't give a warning when Marked value is false. Bug #107430
+
+ qt5:
+ * Add Reason and Location to SignatureInfo. Bug #107299
+
+ cpp:
+ * Add rotation() to text_box. Bug #106562
+ * Fix build with MSVC
+
+ utils:
+ * pdftoppm: Add -jpegopt optimize option support
+ * pdftocairo: Add -jpegopt optimize option support
+ * pdftohtml: Add option to not round coordinates
+ * pdftohtml: Fix possible crash. Bug #107316
+
+ build system:
+ * Use OpenJpeg cmake config file instead of pkgconfig
+ * Remove wchar_t- on MSVC
+
+
Release 0.67.0
core:
* Fix lots of security/leak issues found by oss-fuzz
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index ba372f6f..c5e6c707 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.67.0
+PROJECT_NUMBER = 0.68.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 74010416..4997ad4b 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.67.0
+PROJECT_NUMBER = 0.68.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
commit 9492eeb6af75d691a2131fa8481556b1ac86795c
Author: Albert Astals Cid <aacid at kde.org>
Date: Sun Aug 19 23:29:10 2018 +0200
Update (C)
diff --git a/utils/HtmlFonts.cc b/utils/HtmlFonts.cc
index 97478c3c..9f0bc674 100644
--- a/utils/HtmlFonts.cc
+++ b/utils/HtmlFonts.cc
@@ -28,6 +28,7 @@
// Copyright (C) 2013 Julien Nabet <serval2412 at yahoo.fr>
// Copyright (C) 2017 Jason Crain <jason at inspiresomeone.us>
// Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <info at kdab.com>. Work sponsored by the LiMux project of the city of Munich
+// Copyright (C) 2018 Steven Boswell <ulatekh at yahoo.com>
//
// To see a description of the changes please see the Changelog file that
// came with your tarball or type make ChangeLog if you are building from git
More information about the poppler
mailing list