summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi <tomi.ollila@iki.fi>2016-07-20 21:48:57 +0300
committerTomi <tomi.ollila@iki.fi>2016-07-20 21:48:57 +0300
commit79b31c279ae0f980ecf4e1bf55e69aa7b21be48d (patch)
treee121a284233c2306d21ca9f3788ba46bfea3eeab
parenta9c913c9820b8c43519e8eb808ebb346b8281669 (diff)
A news/release-0.22.1.mdwn
-rw-r--r--news/release-0.22.1.mdwn32
1 files changed, 32 insertions, 0 deletions
diff --git a/news/release-0.22.1.mdwn b/news/release-0.22.1.mdwn
new file mode 100644
index 0000000..657698a
--- /dev/null
+++ b/news/release-0.22.1.mdwn
@@ -0,0 +1,32 @@
+[[!meta date="2016-07-19"]]
+
+Notmuch 0.22.1 (2016-07-19)
+===========================
+
+Library
+-------
+
+Correct the definition of `LIBNOTMUCH_CHECK_VERSION`.
+
+Document the (lack of) operations permitted on a closed database.
+
+Test Suite
+----------
+
+Fix race condition in dump / restore tests.
+
+Notmuch-Mutt
+------------
+
+Use `env` to locate perl.
+
+Emacs
+-----
+
+### Tell `message-mode` mode that outgoing messages are mail
+
+This makes message-mode configuration behave more predictably.
+
+### Respect charset of MIME parts when reading them
+
+Fix previous assumption that everyone uses UTF-8.