From b661b878010441d9d7434a245bff02b4231c4a2c Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 6 May 2014 16:24:17 +0900 Subject: [PATCH 1/2] version: bump to 0.18 debian changelog to be done seperately. --- NEWS | 4 ++-- bindings/python/notmuch/version.py | 2 +- version | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 983db2b5..5d857335 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -Notmuch 0.18~rc1 (2014-05-04) -============================= +Notmuch 0.18 (2014-05-06) +========================= Overview -------- diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index a10ecd93..c3e96d2e 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.18~rc1' +__VERSION__ = '0.18' diff --git a/version b/version index 9f565a42..a4d2acee 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.18~rc1 +0.18 From 877533ade5945fd396c916a81abe914e9de4800a Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 6 May 2014 16:27:29 +0900 Subject: [PATCH 2/2] debian: changelog stanza for 0.18 plagiariaze my own summary from upstream NEWS --- debian/changelog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 15fc994e..00738a90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +notmuch (0.18-1) unstable; urgency=medium + + * New upstream release. For detailed release notes see + see /usr/share/doc/notmuch/NEWS.gz. Some highlights: + - Changes/enhancements to searching for messages by filesystem + location ('folder:' and 'path:' prefixes). + - Saved searches in Emacs have also been enhanced to allow + distinct search orders for each one. + - Another enhancement to the Emacs interface is that replies to + encrypted messages are now encrypted, reducing the risk of + unintentional information disclosure. + - The default dump output format has changed to the more robust + 'batch-tag' format. + - The previously deprecated parsing of single message mboxes has + been removed. + + -- David Bremner Tue, 06 May 2014 16:20:39 +0900 + notmuch (0.18~rc1-1) experimental; urgency=low * Upstream release candidate