]> git.notmuchmail.org Git - notmuch-wiki/commitdiff
A news/release-0.22.1.mdwn
authorTomi <tomi.ollila@iki.fi>
Wed, 20 Jul 2016 18:48:57 +0000 (21:48 +0300)
committerTomi <tomi.ollila@iki.fi>
Wed, 20 Jul 2016 18:48:57 +0000 (21:48 +0300)
news/release-0.22.1.mdwn [new file with mode: 0644]

diff --git a/news/release-0.22.1.mdwn b/news/release-0.22.1.mdwn
new file mode 100644 (file)
index 0000000..657698a
--- /dev/null
@@ -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.