summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_posts/2021-05-18-schleuder-4-0-1-released.md11
-rw-r--r--schleuder/docs/changes.md1
2 files changed, 12 insertions, 0 deletions
diff --git a/_posts/2021-05-18-schleuder-4-0-1-released.md b/_posts/2021-05-18-schleuder-4-0-1-released.md
new file mode 100644
index 0000000..4768333
--- /dev/null
+++ b/_posts/2021-05-18-schleuder-4-0-1-released.md
@@ -0,0 +1,11 @@
+---
+layout: post
+title: "Schleuder 4.0.1 released"
+date: "2021-05-18"
+---
+
+This release ships one bug fix:
+
+* `x-add-key` is able to handle attached, binary key material.
+
+Please see the [user-relevant changes]({{ "schleuder/docs/changes.html" | absolute_url }}) and the [changelog](https://0xacab.org/schleuder/schleuder/blob/main/CHANGELOG.md#401-2021-05-18) for details.
diff --git a/schleuder/docs/changes.md b/schleuder/docs/changes.md
index 37bd815..f67b219 100644
--- a/schleuder/docs/changes.md
+++ b/schleuder/docs/changes.md
@@ -12,4 +12,5 @@ User-relevant changes in version 4.0 compared to version 3.6:
* It is now mandatory to use a blank line to separate keywords from email content. This change allows looking for keyword arguments in the following lines, too. If you omit the blank line, the start of your email content will be interpreted as keyword argument (which probably will result in an error). There is no need to use blank lines between multiple keywords.
* Please only use `X-LIST-NAME` from now on, `X-LISTNAME` has been removed.
* `X-DELETE-KEY` may only be given fingerprints in order to identify keys. No fuzzy matching of strings happens anymore in order to avoid accidental destructive actions.
+* `X-ADD-KEY` is able to handle attached, binary key material.