aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2011-04-30 23:46:09 +0200
committerJay Berkenbilt <ejb@ql.org>2011-04-30 23:46:09 +0200
commitaeb892f99bad9f6c24aef94a2d93d573c6de0382 (patch)
treec8f7afc1e0421233efe2d9b55d09e2ce3cf36d2a /ChangeLog
parentc551b972f6b9d365cb7f808a801dbfac409cc8b7 (diff)
downloadqpdf-aeb892f99bad9f6c24aef94a2d93d573c6de0382.tar.zst
accept stream keyword with CR onlyrelease-qpdf-2.2.3
git-svn-id: svn+q:///qpdf/trunk@1052 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01e43879..a81124bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
* 2.2.3: release
+ * libqpdf/QPDF.cc (readObjectInternal): Accept the case of the
+ stream keyword being followed by carriage return by itself. While
+ this is not permitted by the specification, there are PDF files
+ that do this, and other readers can read them.
+
* libqpdf/Pl_QPDFTokenizer.cc (processChar): When an inline image
is detected, suspend normalization only up to the end of the
inline image rather than for the remainder of the content stream.