summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_posts/2020-04-15-schleuder-3-5-1-released.md11
-rw-r--r--schleuder/docs/changes.md1
2 files changed, 12 insertions, 0 deletions
diff --git a/_posts/2020-04-15-schleuder-3-5-1-released.md b/_posts/2020-04-15-schleuder-3-5-1-released.md
new file mode 100644
index 0000000..b0f2a37
--- /dev/null
+++ b/_posts/2020-04-15-schleuder-3-5-1-released.md
@@ -0,0 +1,11 @@
+---
+layout: post
+title: "Schleuder 3.5.1 released"
+date: "2020-04-15"
+---
+
+This release ships a bug fix:
+
+* `x-add-key` is able to handle mails with attached, quoted-printable encoded keys. Such mails might be produced by Thunderbird.
+
+Please see the [user-relevant changes]({{ "schleuder/docs/changes.html" | absolute_url }}) and the [changelog](https://0xacab.org/schleuder/schleuder/blob/master/CHANGELOG.md#351-2020-04-15) for details.
diff --git a/schleuder/docs/changes.md b/schleuder/docs/changes.md
index d22857d..3ed11d7 100644
--- a/schleuder/docs/changes.md
+++ b/schleuder/docs/changes.md
@@ -23,3 +23,4 @@ User-relevant changes in version 3.5 compared to version 3.4:
* The detection of the encoding of incoming mails is improved. This should reduce the amount of mails which were problematic in this regard, and lead to errors.
* Incoming mails encrypted to an absent key, using symmetric encryption or containing PGP-garbage are handled in a more graceful manner: No exception is thrown, admins aren't notified (and annoyed), instead the sender is informed how to do better.
* Notification mails sent to admins contain a List-Id header. This should help with filtering such messages, which wasn't easy to do in a reliable way.
+* `x-add-key` is able to handle mails with attached, quoted-printable encoded keys. Such mails might be produced by Thunderbird.