aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
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 /manual/release-notes.rst
parent10fe5143f4c19fbea73158a4aecded1f9516ed52 (diff)
downloadqpdf-6aa811e5cd138beb7dab3b2e5d93cd91461bcdaa.tar.zst
Update documentation on zlib compatibility
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 7388f17d..6fb88e93 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -39,6 +39,21 @@ Planned changes for future 12.x (subject to change):
.. x.y.z: not yet released
11.7.0: not yet released
+ - Bug fixes:
+
+ - With ``--compress-streams=n``, qpdf was still compressing cross
+ reference streams, linearization hint streams, and object
+ streams. This has been fixed.
+
+ - Build Enhancements:
+
+ - The qpdf test suite now passes when qpdf is linked with an
+ alternative ``zlib`` implementation. There are no dependencies
+ anywhere in the qpdf test suite on any particular ``zlib``
+ output. Consult the ``ZLIB COMPATIBILITY`` section of
+ ``README-maintainer.md`` for a detailed explanation of how to
+ maintain this.
+
- Library Enhancements:
- Add C++ functions ``qpdf_c_wrap`` and ``qpdf_c_get_qpdf`` to the