notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 877533ade5945fd396c916a81abe914e9de4800a (patch)
   parent b661b878 version: bump to 0.18
     tree cfe16062c4b1f25006bc64e1aa381bdbf10f9b9f
   author David Bremner <david@tethera.net>  2014-05-06 16:27:29 +0900
committer David Bremner <david@tethera.net>  2014-05-06 16:27:29 +0900

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 <bremner@debian.org>  Tue, 06 May 2014 16:20:39 +0900
+
 notmuch (0.18~rc1-1) experimental; urgency=low
 
   * 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