notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 2ef24acf03fdd73e39d2c233016e71f194affbcf (patch)
   parent b9effbba NEWS: update for 0.13.2
     tree 559ccb5ffbac0ed51f088f74ec7706adf8f75771
   author David Bremner <bremner@debian.org>  2012-06-02 18:17:42 -0300
committer David Bremner <bremner@debian.org>  2012-06-02 18:17:42 -0300

debian: changelog stanza for 0.13.2-1

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

diff --git a/debian/changelog b/debian/changelog
index d00f2387..0a57e7d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+notmuch (0.13.2-1) unstable; urgency=low
+
+  * Upstream bugfix release. No changes to binary packages.
+
+ -- David Bremner <bremner@debian.org>  Sat, 02 Jun 2012 18:16:01 -0300
+
 notmuch (0.13.1-1) unstable; urgency=low
 
   * Upstream bugfix 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