mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
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
This commit is contained in:
parent
ea7c2e54f0
commit
a7f8a7fb91
1 changed files with 12 additions and 0 deletions
12
NEWS
12
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. As a safeguard, a database dump will be created in the
|
||||||
`.notmuch` directory before upgrading.
|
`.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
|
Command Line Interface
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue