diff options
| author | David Bremner <david@tethera.net> | 2015-05-31 12:06:40 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-05-31 12:06:40 +0200 |
| commit | b271763152a5638b99cb282518ad1aa90fadbd9a (patch) | |
| tree | 626a56880c1fab1b7cac9e66aba6158a5876b313 | |
| parent | 11de429824da2c33cd3f2460f521bd201484242f (diff) | |
| parent | be8e796fd51ffe956ac70b10868851ebbf56fcab (diff) | |
Merge tag '0.20'
notmuch 0.20 release
| -rw-r--r-- | NEWS | 7 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 11 | ||||
| -rw-r--r-- | version | 2 |
4 files changed, 14 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Notmuch 0.20 (UNRELEASED) +Notmuch 0.20 (2015-05-31) ========================= Command-Line Interface @@ -15,11 +15,6 @@ Path to gpg is now configurable On systems with multiple versions of gpg, you can tell notmuch which one to use by setting `crypto.gpg_path` -New command, `notmuch-emacs-mua` - - This new wrapper script is intended to be a drop in replacement for - mutt to compose and send mail using `notmuch-emacs` - Emacs ----- diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 0377dae1..55014249 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,3 +1,3 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.20~rc2' +__VERSION__ = '0.20' SOVERSION = '4' diff --git a/debian/changelog b/debian/changelog index b0d035ca..9300dddc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +notmuch (0.20-1) unstable; urgency=medium + + * New upstream release + - new mimetype search prefix + - improvements to emacs, vim, and mutt front-ends + - undeprecate single message mboxes. + - reduced noise on stderr from the library + - improved API for notmuch_query_search_{messages, thread} + + -- David Bremner <bremner@debian.org> Sun, 31 May 2015 11:21:14 +0200 + notmuch (0.20~rc2-1) experimental; urgency=medium * New upstream release candidate. @@ -1 +1 @@ -0.20~rc2 +0.20 |
