notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit ec16ceeea5f90b3973b7ed50be6bd35de22f4fa0 (patch)
   parent 5d5628e1 debian: set distribution to experimental
     tree 99a80cf6fa19c355455ee0c21bef2da93b1ae830
   author David Bremner <bremner@debian.org>  2012-08-21 10:41:39 +0200
committer David Bremner <bremner@debian.org>  2012-08-21 10:43:50 +0200

debian: mention some upstream news in changelog

---
 debian/changelog | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ef620928..483fbd3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,11 @@ notmuch (0.14-1) experimental; urgency=low
   * Do a better job of cleaning up after configuration and testing
     (Closes: #683505)
   * Alternately depend on emacs24 instead of emacs23 (Closes: #677900).
+  * New upstream version
+    - incompatible changes to dump/restore syntax
+    - bug fixes for maildir synchronization
 
- -- David Bremner <bremner@debian.org>  Mon, 20 Aug 2012 13:55:25 +0200
+ -- David Bremner <bremner@debian.org>  Tue, 21 Aug 2012 10:39:33 +0200
 
 notmuch (0.13.2-1) unstable; urgency=low
 


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