Prepare 11.1.1 release

This commit is contained in:
Jay Berkenbilt 2022-10-01 11:33:12 -04:00
parent 5e122f145f
commit 236a02d402
2 changed files with 41 additions and 0 deletions

View File

@ -1,9 +1,25 @@
2022-10-01 Jay Berkenbilt <ejb@ql.org>
* 11.1.1: release
2022-09-27 Jay Berkenbilt <ejb@ql.org>
* Bug fix: avoid having the AppImage discard the first argument
when renamed to one of the embedded executables. Fixes #789.
* Add AppImage-specific tests to CI. These test different
invocation styles and loading of the proper shared library.
2022-09-26 Jay Berkenbilt <ejb@ql.org>
* Bug fix: avoid using PDF Doc encoding for strings whose PDF Doc
encoding representation starts with UTF-16 or UTF-8 markers. Fixes
#778.
2022-09-27 Jay Berkenbilt <ejb@ql.org>
* Add tests to CI for char being unsigned by default.
2022-09-14 Jay Berkenbilt <ejb@ql.org>
* 11.1.0: release

View File

@ -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