summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeorg <georg@riseup.net>2020-06-09 14:10:59 -0700
committergeorg <georg@riseup.net>2020-06-09 14:10:59 -0700
commit1156bb56888e69e76ac74b9bb7f73e05360fb8cf (patch)
tree596cd810e1e9408fad26d3eb1668b3bf738196ea
parentf8235dac0927ca1ed1451d2cb96e3eb0a03a43e9 (diff)
parent5048d0b6da447d7461be205a8dd86ae9daf57504 (diff)
Merge branch 'schleuder-version-3.5.2' into 'master'
Add docs about Schleuder version 3.5.2 See merge request schleuder/schleuder-website!88
-rw-r--r--_posts/2020-06-09-schleuder-3-5-2-released.md11
-rw-r--r--schleuder/docs/changes.md1
2 files changed, 12 insertions, 0 deletions
diff --git a/_posts/2020-06-09-schleuder-3-5-2-released.md b/_posts/2020-06-09-schleuder-3-5-2-released.md
new file mode 100644
index 0000000..f03e0bd
--- /dev/null
+++ b/_posts/2020-06-09-schleuder-3-5-2-released.md
@@ -0,0 +1,11 @@
+---
+layout: post
+title: "Schleuder 3.5.2 released"
+date: "2020-06-09"
+---
+
+This release ships a bug fix:
+
+* `x-add-key` is able to handle inline key material, followed by non-key material, like a signature included in the body.
+
+Please see the [user-relevant changes]({{ "schleuder/docs/changes.html" | absolute_url }}) and the [changelog](https://0xacab.org/schleuder/schleuder/blob/master/CHANGELOG.md#352-2020-06-09) for details.
diff --git a/schleuder/docs/changes.md b/schleuder/docs/changes.md
index 3ed11d7..94d2156 100644
--- a/schleuder/docs/changes.md
+++ b/schleuder/docs/changes.md
@@ -24,3 +24,4 @@ User-relevant changes in version 3.5 compared to version 3.4:
* 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.
+* `x-add-key` is able to handle inline key material, followed by non-key material, like a signature included in the body.