notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 9fce0e2c793a23b99517b10225c190b85f61e120 (patch)
   parent e387c085 NEWS: trim discussion of keybindings
     tree 9732c554e60a7515be847cdf7f6cf5c20954bf60
   author David Bremner <david@tethera.net>  2015-10-23 07:54:29 -0300
committer David Bremner <david@tethera.net>  2015-10-23 07:54:29 -0300

debian: start changelog entry for 0.21

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

diff --git a/debian/changelog b/debian/changelog
index d3f311c1..f39c7dbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+notmuch (0.21-1) unstable; urgency=medium
+
+  * New upstream release
+  * Bug fix: "reply-to encrypted messages in tree view fails to quote
+    and defaults to unencrypted message", thanks to Vagrant Cascadian
+    (Closes: #795243).
+
+ -- David Bremner <bremner@debian.org>  Fri, 23 Oct 2015 07:54:02 -0300
+
 notmuch (0.21~rc3-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