summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-src/CHANGES
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-05-03 04:51:31 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-05-03 04:51:31 +0000
commite203cb2b40427e96c870fbbe5c176b3cf17975f4 (patch)
tree7e3c875f5c19af41d1f0a9eb7e7e7fac2fe55c5d /Build/source/libs/xpdf/xpdf-src/CHANGES
parent31ad85f20058d3169309edc25fb1a7579c6e1556 (diff)
xpdf 4.01.01
git-svn-id: svn://tug.org/texlive/trunk@50962 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-src/CHANGES')
-rw-r--r--Build/source/libs/xpdf/xpdf-src/CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/libs/xpdf/xpdf-src/CHANGES b/Build/source/libs/xpdf/xpdf-src/CHANGES
index eef2a67940b..0114145987c 100644
--- a/Build/source/libs/xpdf/xpdf-src/CHANGES
+++ b/Build/source/libs/xpdf/xpdf-src/CHANGES
@@ -2539,3 +2539,14 @@ Handle a null font name in PSOutputDev::setupEmbeddedType1Font.
[Thanks to r4xis for the bug report.]
Check for invalid quant table indexes in the DCT decoder. [Thanks to
r4xis for the bug report.]
+
+4.01.01 (2019-mar-14)
+---------------------
+The PDFDoc(BaseStream) initializer wasn't working correctly.
+Fixed a missing array bounds check in PSOutputDev. [Thanks to
+ Loginsoft for the bug report.]
+If the "U" string used for RC4 decryption is short, Adobe apparently
+ zero-pads it, so Xpdf now does the same.
+Pdffonts now checks more carefully for loops between objects.
+Fixed a problem parsing large real numbers. [Thanks to Loginsoft for
+ the bug report.]