notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 7174904529da2bd6225a76dd050eda3c05ab6f09 (patch)
   parent b4303a1a version: bump to 0.27
     tree 2feb76f76aba27ab3d945341463f5137f88017ae
   author David Bremner <david@tethera.net>  2018-06-12 22:40:28 -0300
committer David Bremner <david@tethera.net>  2018-06-12 22:40:28 -0300

debian: changelog for 0.27-1

---
 debian/changelog | 9 +++++++++
 1 file changed, 9 insertions(+)

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 <bremner@debian.org>  Tue, 12 Jun 2018 22:39:33 -0300
+
 notmuch (0.27~rc1-1) experimental; urgency=medium
 
   * New upstream release candidate


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git