aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst37
1 files changed, 36 insertions, 1 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index a03ce499..5e41fef7 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -38,6 +38,41 @@ 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
+ C API to enable custom C++ code to interoperate more easily with
+ the the C API. See ``examples/extend-c-api``.
+
+ - Add methods to ``Buffer`` to work more easily and efficiently
+ with ``std::string``.
+
+11.6.4: December 10, 2023
+ - Bug fixes:
+
+ - When running ``cmake --install --component dev``, install cmake
+ files, which were previously omitted from the ``dev`` component
+
+ - Fix the Linux binary build to use older libraries so it
+ continues to work in AWS Lambda and other older execution
+ environments.
+
11.6.3: October 15, 2023
- Bug fixes:
@@ -48,7 +83,7 @@ Planned changes for future 12.x (subject to change):
content streams with default settings.
- The linearization specification precludes linearized files that
- require offets past the 4 GB mark. A bug in qpdf was preventing
+ require offsets past the 4 GB mark. A bug in qpdf was preventing
it from working when offsets had to pass the 2 GB mark. This has
been corrected.