aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-12 02:57:05 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-12 02:57:05 +0200
commit36b3fe5af761b7032a506808cf6ce6d37c297bfc (patch)
treedfe58edc693033677cc16988c59151315fbda27b /ChangeLog
parent46611f0710fa08f1a90134a84cfccec3a1e49f94 (diff)
downloadqpdf-36b3fe5af761b7032a506808cf6ce6d37c297bfc.tar.zst
Fix --newline-before-endstream option (fixes #133)
Add a newline unconditionally before endstream even if a newline was already written as part of the stream data.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34cf93ef..3d1b6fd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2017-08-11 Jay Berkenbilt <ejb@ql.org>
+ * Fix --newline-before-endstream to always add a newline before
+ endstream even if the last character was already a newline. This
+ is actually what's required by PDF/A. Fixes #133.
+
* Handle encrypted files whose encryption parameters are too
short. Fixes #96.