From dc951683c3fdd585e0135d964255e2438f05355a Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 31 May 2015 11:12:13 +0200 Subject: [PATCH 1/4] drop mention of notmuch-emacs-mua --- NEWS | 5 ----- 1 file changed, 5 deletions(-) diff --git a/NEWS b/NEWS index eeaf0d4b..c90032bf 100644 --- a/NEWS +++ b/NEWS @@ -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 ----- From 4bc7fba31ba31f1db2770e467811d124cdddf7d7 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 31 May 2015 11:13:56 +0200 Subject: [PATCH 2/4] version: bump to 0.20 --- bindings/python/notmuch/version.py | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/version b/version index fa9b0efe..9f4eca25 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.20~rc2 +0.20 From 042b3cdd36b33d9b7b529a0d75eee76b65171550 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 31 May 2015 11:22:34 +0200 Subject: [PATCH 3/4] debian: changelog stanza for 0.20-1 --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 Sun, 31 May 2015 11:21:14 +0200 + notmuch (0.20~rc2-1) experimental; urgency=medium * New upstream release candidate. From be8e796fd51ffe956ac70b10868851ebbf56fcab Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 31 May 2015 11:26:41 +0200 Subject: [PATCH 4/4] NEWS: bump date --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c90032bf..463b6b62 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Notmuch 0.20 (UNRELEASED) +Notmuch 0.20 (2015-05-31) ========================= Command-Line Interface