aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-20 20:16:39 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-20 21:46:20 +0100
commit6aa811e5cd138beb7dab3b2e5d93cd91461bcdaa (patch)
tree1bbbf1e5e34f1683a96817931eff6f6ac3b8131a /ChangeLog
parent10fe5143f4c19fbea73158a4aecded1f9516ed52 (diff)
downloadqpdf-6aa811e5cd138beb7dab3b2e5d93cd91461bcdaa.tar.zst
Update documentation on zlib compatibility
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b726fc5..6734cda3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2023-12-20 Jay Berkenbilt <ejb@ql.org>
+ * Update code and tests so that qpdf's test suite no longer
+ depends on the output of any specific zlib implementation. This
+ makes it possible to get a fully passing test suite with any
+ API-compatible zlib library. CI tests with the default zlib as
+ well as zlib-ng (including verifying that zlib-ng is not the
+ default), but any zlib implementation should work. Fixes #774.
+
* Bug fix: with --compress-streams=n, don't compress object, XRef,
or linearization hint streams.