From 6aa811e5cd138beb7dab3b2e5d93cd91461bcdaa Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 20 Dec 2023 14:16:39 -0500 Subject: Update documentation on zlib compatibility --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6b726fc5..6734cda3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2023-12-20 Jay Berkenbilt + * 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. -- cgit v1.2.3-54-g00ecf