aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-07-29 18:07:19 +0200
committerJay Berkenbilt <ejb@ql.org>2017-07-29 18:19:04 +0200
commit6a7d53ad2bc9c7eb5964b5c0424616e8b3f068cd (patch)
treeedc61faa65a5f967e4dc229549b407eff65f99ad /ChangeLog
parent07d6f770b2a1c731cdf4f981ddc01466dbbc4ba0 (diff)
downloadqpdf-6a7d53ad2bc9c7eb5964b5c0424616e8b3f068cd.tar.zst
Handle zlib data errors better (fixes #106)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1291515..f2e4551e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2017-07-29 Jay Berkenbilt <ejb@ql.org>
+ * Handle zlib data errors when decoding streams. Fixes #106.
+
* Improve handling of files where the "stream" keyword is not
followed by proper line terminators. Fixes #104.