aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-30 20:14:46 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-31 15:26:37 +0100
commit31372edce0b60211c7af98340b3afa054f414ca4 (patch)
tree8c42952c531b1c665a02b20e4c17fd6b25950883 /ChangeLog
parentc136356378cb6fb240d0784b1787f77f8ab6aa96 (diff)
downloadqpdf-31372edce0b60211c7af98340b3afa054f414ca4.tar.zst
Inline image token value ends with EI, not delimiter
The inline image token erroneously included the delimiter that followed EI. The ObjectHandle created from it was correct.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 861ff64c..44396f55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2019-01-29 Jay Berkenbilt <ejb@ql.org>
+ * Bug fix: when returning an inline image token, the tokenizer no
+ longer includes the delimiter that follows EI. The
+ QPDFObjectHandle created from the token was correct.
+
* Handle files with direct page objects, which is not allowed by
the PDF spec but has been seen in the wild. Fixes #164.