summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-src/NEWS
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-10-08 23:17:38 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-10-08 23:17:38 +0000
commitafe79359dc247f3d58d44428e9e138eeb48e92e7 (patch)
tree118c45854878b54f5b506e2f11178d58e258a5d4 /Build/source/libs/poppler/poppler-src/NEWS
parent5f297e49f154edc427ed45a19cb16705a4c81fc0 (diff)
poppler 0.48.0
git-svn-id: svn://tug.org/texlive/trunk@42233 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/NEWS')
-rw-r--r--Build/source/libs/poppler/poppler-src/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/poppler-src/NEWS b/Build/source/libs/poppler/poppler-src/NEWS
index 3ae7b349b84..6d98bbf1490 100644
--- a/Build/source/libs/poppler/poppler-src/NEWS
+++ b/Build/source/libs/poppler/poppler-src/NEWS
@@ -1,3 +1,15 @@
+Release 0.48.0
+ core:
+ * Fix crashes and memory leaks in invalid files.
+ * Small memory usage improvements.
+ * TextOutputDev: Remove null characters from PDF text. Bug #97144
+ * TextOutputDev: Break words on all whitespace characters. Bug #97399
+ * Fix UTF16 decoding of document outline title. Bug #97156
+ * Add functions for named destination name in name-tree/dict
+
+ glib:
+ * Increase glib requirement to 2.41
+
Release 0.47.0
core:
* Fix abort on documents where the docinfo obj is not a dict. Bug #97134