aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-07-28 00:18:18 +0200
committerJay Berkenbilt <ejb@ql.org>2017-07-28 00:43:07 +0200
commita4fd4b91c6f7f732536bd113cd7b4e23a08ca599 (patch)
tree3e617732b8feff546373150d69afe9ac493a230f /ChangeLog
parent40f00122b811ca5c8788856f5baf4e5e088926eb (diff)
downloadqpdf-a4fd4b91c6f7f732536bd113cd7b4e23a08ca599.tar.zst
Convert stream filtering errors to warnings
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bff50287..119a4c6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2017-07-27 Jay Berkenbilt <ejb@ql.org>
+ * Recover gracefully from streams that aren't filterable because
+ the filter parameters are invalid in the stream dictionary or the
+ dictionary itself is invalid.
+
* Significantly improve recoverability from invalid qpdf objects.
Most conditions in basic object parsing that used to cause qpdf to
exit are now warnings. There are still many more opportunities for