summaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-11-20 21:33:13 +0100
committerJay Berkenbilt <ejb@ql.org>2022-11-20 21:33:13 +0100
commitddd889af9d21c4cb6b3cf74ec750a3340217567c (patch)
tree4676ea954b49faa950c179a07f7f8d443be46ea4 /manual/release-notes.rst
parent4325e6e4a79da854157c1ef3b95fe2c925f68194 (diff)
downloadqpdf-ddd889af9d21c4cb6b3cf74ec750a3340217567c.tar.zst
Fix release notes and ChangeLog for 11.2
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst18
1 files changed, 17 insertions, 1 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index d946dd37..aaf78f3d 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -8,18 +8,34 @@ For a detailed list of changes, please see the file
.. x.y.z: not yet released
-11.2.0: not yet released
+11.2.0: November 20, 2022
- Build changes
- A C++-17 compiler is now required.
+ - Library enhancements
+
+ - Move stream creation functions in the ``QPDF`` object where they
+ belong. The ones in ``QPDFObjectHandle`` are not deprecated and
+ will stick around.
+
+ - Add some convenience methods to ``QPDFTokenizer::Token`` for
+ testing token types. This is part of qpdf's lexical layer and
+ will not be needed by most developers.
+
- Bug fixes
+ - Fix issue with missing symbols in the mingw build.
+
- Fix major performance bug with the OpenSSL crypto provider. This
bug was causing a 6x to 12x slowdown for encrypted files when
OpenSSL 3 was in use. This includes the default Windows builds
distributed with the qpdf release.
+ - Fix obscure bug involving appended files that reuse an object
+ number that was used as a cross reference stream in an earlier
+ stage of the file.
+
11.1.1: October 1, 2022
- Bug fixes