aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 696a3567..c7bd1b2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+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.
+
+2023-12-16 Jay Berkenbilt <ejb@ql.org>
+
+ * Add new C++ functions "qpdf_c_get_qpdf" and "qpdf_c_wrap" to
+ qpdf-c.h that make it possible to write your own extern "C"
+ functions in C++ that interoperate with the C API. See
+ examples/extend-c-api for more information.
+
+ * Bug fix from M. Holger: the default for /Columns in PNG filter
+ is 1, but libqpdf was acting like it was 0.
+
+ * Enhancement from M. Holger: add methods to Buffer to work more
+ easily with std::string.
+
+2023-12-10 Jay Berkenbilt <ejb@ql.org>
+
+ * 11.6.4: release
+
+2023-12-09 Jay Berkenbilt <ejb@ql.org>
+
+ * Install fix: include cmake files with the dev component.
+
+2023-11-20 Jay Berkenbilt <ejb@ql.org>
+
+ * Build AppImage with an older Linux distribution to support AWS
+ Lambda. Fixes #1086.
+
2023-10-15 Jay Berkenbilt <ejb@ql.org>
* 11.6.3: release