notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit d53f759456608005de929dde4b7692f54b9e05bf (patch)
   parent e8420308 version: bump to 0.18.2
     tree b55c67af1b6581800429c9b399396dce1fe9163b
   author David Bremner <david@tethera.net>  2014-10-25 18:23:33 +0200
committer David Bremner <david@tethera.net>  2014-10-25 18:23:33 +0200

debian: add changelog stanza for 0.18.2-1

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

diff --git a/debian/changelog b/debian/changelog
index d2dd25e1..37996ed8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+notmuch (0.18.2-1) unstable; urgency=medium
+
+  * Rebuild for unstable.
+  * Translate T380-atomicity to use gdb/python
+  * Emacs 24.4 related bug fixes
+  * Simplify T360-symbol-hiding, port to ppc64el
+
+ -- David Bremner <bremner@debian.org>  Sat, 25 Oct 2014 18:19:53 +0200
+
 notmuch (0.18.2~rc1-1) experimental; urgency=medium
 
   * Test suite bug and portability fix release.


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