From: David Bremner Date: Sat, 17 Oct 2015 12:57:40 +0000 (-0300) Subject: NEWS: note some build system changes for 0.21 X-Git-Tag: 0.21_rc2~8 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=a7f8a7fb915b8d8d835ffbb6fef784f85ebebc0b NEWS: note some build system changes for 0.21 The ruby bindings changes in particular will be user visible. The skipped tests status may also be interesting for packagers --- 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 ----------------------