aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2011-04-30 20:20:35 +0200
committerJay Berkenbilt <ejb@ql.org>2011-04-30 20:20:35 +0200
commit6405d3928f78bc227587b87b8e2c2d46502796e0 (patch)
tree88753b44f945b0860eb7c40d4290022bfcff374f /ChangeLog
parenta8f224872995e3b90297693cfe1f381f01c555c8 (diff)
downloadqpdf-6405d3928f78bc227587b87b8e2c2d46502796e0.tar.zst
be less conservative when skipping over inline images in content normalization
git-svn-id: svn+q:///qpdf/trunk@1050 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcf8e9f8..46afbfed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-04-30 Jay Berkenbilt <ejb@ql.org>
+
+ * 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.
+ (Fixes qpdf-Bugs 3152169.)
+
2011-01-31 Jay Berkenbilt <ejb@ql.org>
* libqpdf/QPDF.cc (readObjectAtOffset): use -1 rather than 0 when