From: David Bremner Date: Wed, 13 Jun 2018 09:37:27 +0000 (-0300) Subject: Merge tag '0.27' X-Git-Tag: debian/0.28_rc0-1~46 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=b0b1fde0cbeb93209a135d2c6627edd70362999d;hp=e00e235e65a404315d06f70ec6066d259f8ee802 Merge tag '0.27' notmuch 0.27 release --- diff --git a/NEWS b/NEWS index d1bc73b8..fc77f532 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Notmuch 0.27 (UNRELEASED) +Notmuch 0.27 (2018-06-13) ========================= General @@ -17,6 +17,12 @@ Add the --full-scan option to `notmuch new` This option disables mtime based optimization of scanning for new mail. +Add new --decrypt=stash option for `notmuch show` + + This facilitates a workflow for encrypted messages where message + cleartext are indexed on first read, but the user's decryption key + does not have to be available during message receipt. + Documentation ------------- diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index c4e8a2d9..fbb282e3 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.27~rc1' +__VERSION__ = '0.27' SOVERSION = '5' diff --git a/debian/changelog b/debian/changelog index d3724958..8bac8a3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +notmuch (0.27-1) unstable; urgency=medium + + * New upstream feature release + - thread subqueries (match terms in different messages of same thread) + - notmuch new --full-scan (ignore mtimes) + - notmuch show --decrypt=stash (decrypt and stash on first read) + + -- David Bremner Tue, 12 Jun 2018 22:39:33 -0300 + notmuch (0.27~rc1-1) experimental; urgency=medium * New upstream release candidate diff --git a/version b/version index 2b1f2840..5a9e6bda 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.27~rc1 +0.27