summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-src/NEWS
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2018-09-22 07:01:59 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2018-09-22 07:01:59 +0000
commit1fa3ba5e9aa828ac78227ed1da56617b43d20fad (patch)
tree20cc1b8c357744ee92f277e71142132c50e0c58a /Build/source/libs/poppler/poppler-src/NEWS
parent0aa8705fa7f8522ebfd037ec9f971850db08aa09 (diff)
poppler 0.69.0
git-svn-id: svn://tug.org/texlive/trunk@48730 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/NEWS')
-rw-r--r--Build/source/libs/poppler/poppler-src/NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/poppler-src/NEWS b/Build/source/libs/poppler/poppler-src/NEWS
index 485f89ea57a..e38866e2c8a 100644
--- a/Build/source/libs/poppler/poppler-src/NEWS
+++ b/Build/source/libs/poppler/poppler-src/NEWS
@@ -1,3 +1,34 @@
+Release 0.69.0
+ core:
+ * Add annotation font color
+ * Splash: Some speed improvements
+ * PSOutputDev: add native support for type 7 shadings when using level 3
+ * Add support for PDF subtype property
+ * Link: Fix memory leak regarding next actions
+ * Fix handling of Signature Info Location and Reason
+ * Fix errors in computation of type3 glyphs transformation matrix
+ * Reimplement Dict class in a more modern way
+ * Fix security issues found by oss-fuzz
+ * Fix memory issues in GfxImageColorMap copy ctor
+ * Don't abort if the SampleFunction has too many samples. Issue #634
+ * Document the OutputDev::clip and OutputDev::oeClip methods
+ * fix macOS compilation due to boolean define in jpeglib
+ * Split GDir and GDirEntry out of gfile.h. Issue #370
+
+ qt5:
+ * Add annotation font color
+
+ cpp:
+
+ utils:
+ * pdfinfo: Show PDF subtype
+ * pdftotext: Fix only outputs first page content with -bbox-layout option. Issue #88
+ * pdftotext: Fix memory leak in printLine
+
+
+ build system:
+ * Require C++14
+
Release 0.68.0
core:
* Add Reason and Location to SignatureInfo. Bug #107299