X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=d35b8cdad57009cb2042fac31670bf43a63e61c2;hp=019da55a5d0aff513167ea57a2710082b0d8a312;hb=a7f8a7fb915b8d8d835ffbb6fef784f85ebebc0b;hpb=ea7c2e54f008a49d6d62bdbd8c2281edfd082b03 diff --git a/NEWS b/NEWS index 019da55a..d35b8cda 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,18 @@ Notmuch database upgrade to support `lastmod:` queries 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 ----------------------