aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-23 12:40:27 +0200
committerJay Berkenbilt <ejb@ql.org>2020-10-23 14:00:04 +0200
commitb30deaeeaba3941d7615bc2cc89c664b1273e5df (patch)
treea8dd4f2bec49e4a3e149f263a43d0dea2e8f9dc4 /ChangeLog
parent0dea2769978d52e56e270fdc5ca868e0f2223cb0 (diff)
downloadqpdf-b30deaeeaba3941d7615bc2cc89c664b1273e5df.tar.zst
Avoid merging adjacent tokens when concatenating contents (fixes #444)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7ba4f6a..fd057636 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2020-10-23 Jay Berkenbilt <ejb@ql.org>
+ * Bug fix: when concatenating content streams, insert a newline if
+ needed to prevent the last token from the old stream from being
+ merged with the first token of the new stream. Qpdf was mistakenly
+ concatenating the streams without regard to the specification that
+ content streams are to be broken on token boundaries. Fixes #444.
+
* Bug fix: fix-qdf: properly handle empty streams with ignore
newline.