aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-10-01 17:33:12 +0200
committerJay Berkenbilt <ejb@ql.org>2022-10-01 18:04:50 +0200
commit236a02d40267e3ed99a535b69b7a779bc0b09e80 (patch)
treee1ac63431dfd0e9d42f285931d9157cb496d9b6f /manual
parent5e122f145f3f7358c7fbdf60f1872cf065dc0200 (diff)
downloadqpdf-11.1.tar.zst
Prepare 11.1.1 releasev11.1.111.1
Diffstat (limited to 'manual')
-rw-r--r--manual/release-notes.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index a073fa18..d3e010d3 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -8,6 +8,31 @@ For a detailed list of changes, please see the file
.. x.y.z: not yet released
+11.1.1: October 1, 2022
+ - Bug fixes
+
+ - Fix edge case with character encoding for strings whose initial
+ characters happen to coincide with Unicode markers.
+
+ - Fix issue with AppImage discarding the first command-line
+ argument when invoked as the name of one of the embedded
+ executables. Also, fix-qdf, for unknown reasons, had the wrong
+ runpath and would use a qpdf library that was installed on the
+ system.
+
+ - Test improvements
+
+ - Exercise the case of ``char`` being ``unsigned`` by default in
+ automated tests.
+
+ - Add AppImage-specific tests to CI to ensure that the AppImage
+ works in the various ways it is intended to be invoked.
+
+ - Other changes
+
+ - Include more code tidying and performance improvements from M.
+ Holger.
+
11.1.0: September 14, 2022
- Build fixes