diff options
| author | David Bremner <david@tethera.net> | 2016-07-13 19:48:13 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-07-13 19:55:24 -0300 |
| commit | 713f7d0c0c2859e4e5d84d2564c7ec1bd506c73c (patch) | |
| tree | 553c4409b542b2d032d54719f675883b73d22098 | |
| parent | 09b18ae8f459ccdb1e5706818b4bf45ceea65e23 (diff) | |
NEWS: initial NEWS for 0.22.1
| -rw-r--r-- | NEWS | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +Notmuch 0.22.1 (UNRELEASED) +=========================== + +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. + Notmuch 0.22 (2016-04-26) ========================= |
