notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit b9effbba387924d51d9437ea8186d78d7825f5a7 (patch)
   parent 9d5f73db version: update to 0.13.2
     tree f6e961eed33bb599db6603a605d01df2fc378bfe
   author David Bremner <bremner@debian.org>  2012-06-02 18:15:06 -0300
committer David Bremner <bremner@debian.org>  2012-06-02 18:15:06 -0300

NEWS: update for 0.13.2

---
 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/NEWS b/NEWS
index 01067226..fb55efb7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Notmuch 0.13.2 (2012-06-02)
+===========================
+
+Bug-fix release
+---------------
+
+Update contrib/notmuch-deliver for API changes in 0.13. This fixes a
+compilation error for this contrib package.
+
 Notmuch 0.13.1 (2012-05-29)
 ===========================
 


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