notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 45669fd647f14e0e1806182ecdb36a89ac4c02c9 (patch)
   parent a70efbc8 debian: build-depend on gdb
     tree 5e90601b86437dd2ee2ed2aac3c853cb723aa8f2
   author David Bremner <bremner@debian.org>  2011-09-25 11:27:03 -0300
committer David Bremner <bremner@debian.org>  2011-09-25 11:27:03 -0300

debian: add brief summary of changes since 0.8

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

diff --git a/debian/changelog b/debian/changelog
index d5ed866e..c903e0a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
 notmuch (0.9~rc1-1) experimental; urgency=low
 
   * Upstream release candidate
+    - Atomicity improvements, thanks to Austin Clements
+    - Add missing call to g_type_init, thanks to Aaron Ecay
   * notmuch-emacs: add versioned dependency on notmuch.  
     (Closes: #642240).
 
- -- David Bremner <bremner@debian.org>  Sat, 24 Sep 2011 23:12:55 -0300
+ -- David Bremner <bremner@debian.org>  Sun, 25 Sep 2011 11:26:01 -0300
 
 notmuch (0.8-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