notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit f38bc44653ad910abb95add6b09321da11f50581 (patch)
   parent c10b780b version: bump to 0.11.1
     tree 81c7b41b5741151bee932e8e4ceb5ab62238690b
   author David Bremner <bremner@debian.org>  2012-02-03 08:36:58 -0400
committer David Bremner <bremner@debian.org>  2012-02-03 08:36:58 -0400

debian: changelog for 0.11.1

mention the two bugfixes
---
 debian/changelog | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 26fff874..fad531ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+notmuch (0.11.1-1) unstable; urgency=low
+
+  * Upstream bugfix release
+    - Fix error handling bug in python bindings
+    - Fix vulnerability in emacs reply handling
+
+ -- David Bremner <bremner@debian.org>  Fri, 03 Feb 2012 08:35:41 -0400
+
 notmuch (0.11-1) unstable; urgency=low
 
   * New upstream 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