]> git.notmuchmail.org Git - notmuch/commitdiff
Merge tag '0.27'
authorDavid Bremner <david@tethera.net>
Wed, 13 Jun 2018 09:37:27 +0000 (06:37 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 13 Jun 2018 09:37:27 +0000 (06:37 -0300)
notmuch 0.27 release

NEWS
bindings/python/notmuch/version.py
debian/changelog
version

diff --git a/NEWS b/NEWS
index d1bc73b8ef2479dcf5328d4039f379ce07a4d9ed..fc77f5323ea96f55094e62074dbb109fb2c25a91 100644 (file)
--- 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
 -------------
 
index c4e8a2d95b28b7f89449564724261a6e3963a8bb..fbb282e32e4a9bbcc3712808d4d866d3b7bee6e3 100644 (file)
@@ -1,3 +1,3 @@
 # this file should be kept in sync with ../../../version
-__VERSION__ = '0.27~rc1'
+__VERSION__ = '0.27'
 SOVERSION = '5'
index d37249584d32a27dbc20f93338131af7d81d0e3c..8bac8a3d6e4d6479f4e8e6593aeca181d954ef11 100644 (file)
@@ -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 <bremner@debian.org>  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 2b1f28403f54ff999d3d022067d03d1d88e50d9f..5a9e6bda259d91234404902623fbf7367f54f350 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.27~rc1
+0.27