diff options
| author | David Bremner <david@tethera.net> | 2014-11-15 08:47:00 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2014-11-15 08:47:00 +0100 |
| commit | cffa3cf76ff6d3735d26ac17ab3e56c123c33edf (patch) | |
| tree | 14e7ff79bfda985979dcb88ba7f20f47dd8be6ea | |
| parent | 0dfcb7f9bb09f41785ae0b02ef95814382ebd87c (diff) | |
| parent | 49aaea350f43bff2092bb7786223488f1b6312f3 (diff) | |
Merge tag '0.19'
notmuch 0.19 release
| -rw-r--r-- | NEWS | 22 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/NEWS | 10 | ||||
| -rw-r--r-- | debian/changelog | 14 | ||||
| -rw-r--r-- | version | 2 |
5 files changed, 46 insertions, 4 deletions
@@ -1,5 +1,16 @@ -Notmuch 0.19~rc2 (2014-11-09) -============================= +Notmuch 0.19 (2014-11-14) +========================= + +Overview +-------- + +This release improves the reliability of `notmuch dump` and the error +handling for `notmuch insert`. The new `notmuch address` command is +intended to make searching for email addresses more convenient. At the +library level the revised handling of missing messages fixes at least +one bug in threading. The release also includes several interface +improvements to the emacs interface, most notably the ability to bind +keyboard shortcuts to saved searches. Command-Line Interface ---------------------- @@ -28,6 +39,13 @@ Stopped `notmuch dump` failing if someone writes to the database `post-new`. There's also a new option `notmuch insert --no-hooks` to skip the hook. See the notmuch-hooks(1) man page for details. +`notmuch deliver` is deprecated + + With this release we believe that `notmuch insert` has reached + parity with `notmuch deliver`. We recommend that all users of + `notmuch deliver` switch to `notmuch insert` as the former is + currently unmaintained. + `notmuch search` now supports `--duplicate=N` option with `--output=messages` Complementing the `notmuch search --duplicate=N --output=files` diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 4e1408d9..f719fdf4 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,2 +1,2 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.19~rc2' +__VERSION__ = '0.19' diff --git a/debian/NEWS b/debian/NEWS index 0ae08198..81b6b0ad 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,13 @@ +notmuch (0.19-1) experimental; urgency=medium + + * This release of notmuch again requires a non-reversable database + upgrade to support database features. This upgrade will happen on + the first run of 'notmuch-new' after updating. Notmuch will backup + your tags for your before doing the upgrade, but it never hurts to + make your own backup with notmuch dump. + + -- David Bremner <bremner@debian.org> Fri, 14 Nov 2014 20:34:55 +0100 + notmuch (0.18~rc0-1) experimental; urgency=low * This release of notmuch requires a non-reversable database upgrade diff --git a/debian/changelog b/debian/changelog index 8d8685e1..fbd15b81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +notmuch (0.19-1) experimental; urgency=medium + + * New upstream release. + - Improvements to reliability of 'notmuch dump' and the error + handling for 'notmuch insert'. + - The new 'notmuch address' command is intended to make searching + for email addresses more convenient. + - At the library level the revised handling of missing messages + fixes at least one bug in threading. + - Interface improvements to the emacs interface, most notably the + ability to bindkeyboard shortcuts to saved searches. + + -- David Bremner <bremner@debian.org> Fri, 14 Nov 2014 19:34:12 +0100 + notmuch (0.19~rc2-1) experimental; urgency=medium * New upstream release candidate @@ -1 +1 @@ -0.19~rc2 +0.19 |
