diff options
| author | David Bremner <david@tethera.net> | 2015-10-17 09:57:40 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-10-17 10:08:45 -0300 |
| commit | a7f8a7fb915b8d8d835ffbb6fef784f85ebebc0b (patch) | |
| tree | dfe9d5fdb79087164b6a01d03658de0fff282783 /NEWS | |
| parent | ea7c2e54f008a49d6d62bdbd8c2281edfd082b03 (diff) | |
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
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 ---------------------- |
