X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=d35b8cdad57009cb2042fac31670bf43a63e61c2;hp=3593ded71bd7fdac4d912ec4561fcb73a3ac094b;hb=a7f8a7fb915b8d8d835ffbb6fef784f85ebebc0b;hpb=005c2f0df17de8afdf9f67b923d26f2358236171 diff --git a/NEWS b/NEWS index 3593ded7..d35b8cda 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,43 @@ General Notmuch now requires gmime >= 2.6.7. The gmime 2.4 series is no longer supported. +Database revision tracking: `lastmod:` queries + + Each message now has a metadata revision number that increases with + every tagging operation. See the discussion of `lastmod:` in + `notmuch-search-terms(7)` for more information. + +Notmuch database upgrade to support `lastmod:` queries + + The above mentioned `lastmod:` prefix. This will be done + automatically, without prompting on the next time `notmuch new` is + run after the upgrade. The upgrade is not reversible, and the + upgraded database will not be readable by older versions of + Notmuch. As a safeguard, a database dump will be created in the + `.notmuch` directory before upgrading. + +Build System +------------ + +The ruby bindings are now built as part of the main notmuch build +process. This can be disabled with the `--without-ruby` option to +configure. + +Building the documentation can be disabled with the `--without-docs` +option to configure. + +Skipped individual tests are no longer considered as failures. + +Command Line Interface +---------------------- + +Database revision tracking + + Two new options were added to support revision tracking. A global + option "--uuid" (`notmuch(1)`) was added for to detect counter + rollover and reinitialization, and `notmuch-count(1)` gained a + `--lastmod` option to query database revision tracking data. + Emacs Interface --------------- @@ -27,6 +64,12 @@ Library The use of absolute paths is now enforced when calling `notmuch_database_{open, create}`. +Database revision tracking + + Revision tracking is supported via a new prefix "lastmod:" in the + query parser and the new function + `notmuch_database_get_revision`. For the latter, see `notmuch(3)`. + Notmuch 0.20.2 (2015-06-27) ===========================