diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-11-15 08:21:51 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-11-15 08:21:51 +0000 |
commit | 6e827fd56d868ddcce6e5a27a5deb6163b3c73ae (patch) | |
tree | aece51431fda5048f14beca7366eddc0a2913fd9 /Build/source/libs/poppler/poppler-src/NEWS | |
parent | 0d673e8552b2a33c39cd1bfa5f36b0fc92f2ffdf (diff) |
poppler 0.49.0
git-svn-id: svn://tug.org/texlive/trunk@42513 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/NEWS')
-rw-r--r-- | Build/source/libs/poppler/poppler-src/NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/poppler-src/NEWS b/Build/source/libs/poppler/poppler-src/NEWS index 6d98bbf1490..619d7f40558 100644 --- a/Build/source/libs/poppler/poppler-src/NEWS +++ b/Build/source/libs/poppler/poppler-src/NEWS @@ -1,3 +1,19 @@ +Release 0.49.0 + core: + * Merge type3 glyph handling from xpdf 3.04. Bug #96667 + * Continue rendering in case of 'Singular matrix in shading pattern fill. Bug #98623 + * Fix memory leak in parametrized gouraudTriangleShadedFill + * Fix crash on broken files + * PDFDoc::setDocInfoStringEntry(): treat value consisting of just the unicode marker as an empty string + * Fix UBSAN warning + * Misc compile fixes + + utils: + * pdfseparate: remove extra '%' in error message + + build system: + * configure: Fix typo in disable nss help string + Release 0.48.0 core: * Fix crashes and memory leaks in invalid files. |