summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2018-08-19 23:37:51 +0200
committerAlbert Astals Cid <aacid@kde.org>2018-08-19 23:37:51 +0200
commitc666833e4163a93451eab27c675af9ca82d11593 (patch)
treef141f3dce7e3256a65a4c78902e0a21e9553f532 /NEWS
parent9492eeb6af75d691a2131fa8481556b1ac86795c (diff)
poppler 0.68poppler-0.68.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
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