X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=70bce78825df54cdc06f7ae15f5b11a4cf8e9d6d;hp=5cf73ef2e81e26429aa65b6e390ba4c28faaaa02;hb=ab022657776af0bb47e72caf2517464ca59e7d48;hpb=8f35cb889acd82a631cc7277ee3f97cf2f50e928 diff --git a/NEWS b/NEWS index 5cf73ef2..70bce788 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,47 @@ -Notmuch 0.24 (UNRELEASED) +Notmuch 0.24.2 (2017-06-01) +=========================== + +Command Line Interface +---------------------- + +Fix output from `notmuch dump --include=properties` to not include tags. + +Emacs +----- + +Fix filename stashing in tree view. + +Notmuch 0.24.1 (2017-04-01) +=========================== + +General +------- + +Fix regressions in non-regexp search for `from:` and `subject:`. + + The regexp search code in 0.24 introduced a regression in the + handling of empty queries and wildcards. These are both corrected in + this release. + +Command Line Interface +---------------------- + +Fix several memory leaks in `notmuch show`. + +Update NEWS for 0.24 to mention schema changes. + +Fix bug in dump header. + + The previous version of the dump header failed to mention the + inclusion of tags. This fix bumps the version number of the dump + format to 3. There are no other changes to the format. + +Library Changes +--------------- + +Fix a read-after-free in the library. + +Notmuch 0.24 (2017-03-12) ========================= General @@ -18,6 +61,13 @@ Run external `notmuch-` prefixed commands as subcommands have notmuch run them as if they were notmuch commands. See the `notmuch(1)` man page for details +New default output format to 3 + + See devel/schemata for details. Users of the structured output + format are reminded of the `--format-version` argument to `notmuch + show` and `notmuch search` which can prevent breakage when the + default format changes. + Emacs -----