Commit 236a02d40267e3ed99a535b69b7a779bc0b09e80
1 parent
5e122f14
Prepare 11.1.1 release
Showing
2 changed files
with
41 additions
and
0 deletions
ChangeLog
| 1 | +2022-10-01 Jay Berkenbilt <ejb@ql.org> | |
| 2 | + | |
| 3 | + * 11.1.1: release | |
| 4 | + | |
| 5 | +2022-09-27 Jay Berkenbilt <ejb@ql.org> | |
| 6 | + | |
| 7 | + * Bug fix: avoid having the AppImage discard the first argument | |
| 8 | + when renamed to one of the embedded executables. Fixes #789. | |
| 9 | + | |
| 10 | + * Add AppImage-specific tests to CI. These test different | |
| 11 | + invocation styles and loading of the proper shared library. | |
| 12 | + | |
| 1 | 13 | 2022-09-26 Jay Berkenbilt <ejb@ql.org> |
| 2 | 14 | |
| 3 | 15 | * Bug fix: avoid using PDF Doc encoding for strings whose PDF Doc |
| 4 | 16 | encoding representation starts with UTF-16 or UTF-8 markers. Fixes |
| 5 | 17 | #778. |
| 6 | 18 | |
| 19 | +2022-09-27 Jay Berkenbilt <ejb@ql.org> | |
| 20 | + | |
| 21 | + * Add tests to CI for char being unsigned by default. | |
| 22 | + | |
| 7 | 23 | 2022-09-14 Jay Berkenbilt <ejb@ql.org> |
| 8 | 24 | |
| 9 | 25 | * 11.1.0: release | ... | ... |
manual/release-notes.rst
| ... | ... | @@ -8,6 +8,31 @@ For a detailed list of changes, please see the file |
| 8 | 8 | |
| 9 | 9 | .. x.y.z: not yet released |
| 10 | 10 | |
| 11 | +11.1.1: October 1, 2022 | |
| 12 | + - Bug fixes | |
| 13 | + | |
| 14 | + - Fix edge case with character encoding for strings whose initial | |
| 15 | + characters happen to coincide with Unicode markers. | |
| 16 | + | |
| 17 | + - Fix issue with AppImage discarding the first command-line | |
| 18 | + argument when invoked as the name of one of the embedded | |
| 19 | + executables. Also, fix-qdf, for unknown reasons, had the wrong | |
| 20 | + runpath and would use a qpdf library that was installed on the | |
| 21 | + system. | |
| 22 | + | |
| 23 | + - Test improvements | |
| 24 | + | |
| 25 | + - Exercise the case of ``char`` being ``unsigned`` by default in | |
| 26 | + automated tests. | |
| 27 | + | |
| 28 | + - Add AppImage-specific tests to CI to ensure that the AppImage | |
| 29 | + works in the various ways it is intended to be invoked. | |
| 30 | + | |
| 31 | + - Other changes | |
| 32 | + | |
| 33 | + - Include more code tidying and performance improvements from M. | |
| 34 | + Holger. | |
| 35 | + | |
| 11 | 36 | 11.1.0: September 14, 2022 |
| 12 | 37 | - Build fixes |
| 13 | 38 | ... | ... |