summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-09 23:19:07 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-09 23:19:49 +0200
commit31bde2f9d7517d3cf2433c2ea787eb9542532496 (patch)
treee471fe49dc981b87a7f25462a324c74c3a086697 /ChangeLog
parent74cc3440df7606c1e48bdbcb0ac5051fe0df0149 (diff)
downloadqpdf-31bde2f9d7517d3cf2433c2ea787eb9542532496.tar.zst
Handle empty DecodeParams array for (fixes #331)
On read, ignore /DecodeParms when empty list; on write, delete it. Some files have been found that include an empty list for /DecodeParms, but this is not technically compliant with the spec, and the only sensible interpretation is to treat it as if there are no decode parameters.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96e7f82f..deece77c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-06-09 Jay Berkenbilt <ejb@ql.org>
+
+ * When /DecodeParms is an empty list, ignore it on read and delete
+ it on write. Fixes #331.
+
2019-05-18 Jay Berkenbilt <ejb@ql.org>
* 8.4.2: release