aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-10 17:23:10 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-10 17:23:10 +0100
commitd8371889d070d2f88636434ebd8412708a63e54e (patch)
tree249ac9e9f3bf0ed418fda2c30f063d1545eb1b0b /manual/release-notes.rst
parent414c83f767178467a5eca74d38b3e5562352162d (diff)
downloadqpdf-d8371889d070d2f88636434ebd8412708a63e54e.tar.zst
Prepare 11.6.4 releasev11.6.4
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst12
1 files changed, 11 insertions, 1 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index a03ce499..0ac5c005 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -38,6 +38,16 @@ Planned changes for future 12.x (subject to change):
.. x.y.z: not yet released
+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 +58,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.