summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-src/NEWS
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-12-16 00:40:18 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-12-16 00:40:18 +0000
commit66588e866978865e82a41a9bd478c94b2c41e878 (patch)
tree9cc70886e2c3a0aeaaebc609fb07f3d1a0a3ab9f /Build/source/libs/poppler/poppler-src/NEWS
parent31cffd17fa4aba6ac69c867431506fff900eaf10 (diff)
poppler 0.50.0
git-svn-id: svn://tug.org/texlive/trunk@42718 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/NEWS')
-rw-r--r--Build/source/libs/poppler/poppler-src/NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/poppler-src/NEWS b/Build/source/libs/poppler/poppler-src/NEWS
index 619d7f40558..bc92685f668 100644
--- a/Build/source/libs/poppler/poppler-src/NEWS
+++ b/Build/source/libs/poppler/poppler-src/NEWS
@@ -1,3 +1,28 @@
+Release 0.50.0
+ core:
+ * PSOutputDev: Fix PS conversion for some files. Bug #63963
+ * Fix Outline parsing on broken documents. Bug #98732
+ * Fix PDFDoc::saveIncrementalUpdate()'s detection of document being modified. Bug #96561
+ * SplashOutputDev: Read softmask into memstrean in case of matte. Bug #97803
+ * Bail out if Hints nBitsNumObjects or nBitsDiffGroupLength are greater than 32. Bug #94941
+ * CairoOutputDev: initialize CairoOutputDev::antialias. Bug #98983
+ * Fix crash when loading some thumbnails. Bug #97870
+
+ utils:
+ * pdftoppm: Fix -tiff -gray/-mono incorrect output.
+ * pdftops: add -passlevel1customcolor. Bug #97193
+
+
+ build system:
+ * Default to libopenjpeg2 instead of libopenjpeg1
+
+ qt:
+ * Support OCG state change links
+
+ glib:
+ * Use g_slice_new0 for PopplerActionLayer. Bug #98786
+
+
Release 0.49.0
core:
* Merge type3 glyph handling from xpdf 3.04. Bug #96667