aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
parent5e122f145f3f7358c7fbdf60f1872cf065dc0200 (diff)
downloadqpdf-236a02d40267e3ed99a535b69b7a779bc0b09e80.tar.zst
Prepare 11.1.1 releasev11.1.111.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c1840e4..25358ca8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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