notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 83f266136369452b859393429b8530efac2e09fb (patch)
   parent 42871517 version: bump to 0.25.2
     tree a34e675087cbcf3156e6851894a0a4d402ff8799
   author David Bremner <david@tethera.net>  2017-11-05 20:06:23 -0400
committer David Bremner <david@tethera.net>  2017-11-05 20:06:23 -0400

debian: changelog for 0.25.2-1

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

diff --git a/debian/changelog b/debian/changelog
index d67d84f1..67282a07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+notmuch (0.25.2-1) unstable; urgency=medium
+
+  * New upstream bugfix release: fix for segfault when compiled
+    against gmime-2.6
+
+ -- David Bremner <bremner@debian.org>  Sun, 05 Nov 2017 20:05:49 -0400
+
 notmuch (0.25.1-1) unstable; urgency=medium
 
   * new upstream bugfix release: mitigation for emacs bug 28350


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