From: Justus Winter <4winter@informatik.uni-hamburg.de>
Date: Mon, 23 Jan 2012 12:15:03 +0000 (+0100)
Subject: Add a NEWS section for 0.11.1 and document the python error handling bugfix
X-Git-Tag: 0.11.1~5
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c8410bce8ba4fb40672f997e66ac4f94072b6349;p=notmuch.git

Add a NEWS section for 0.11.1 and document the python error handling bugfix
---

diff --git a/NEWS b/NEWS
index bf21e644..3d2c2a84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Notmuch 0.11.1 (2012-mm-dd)
+===========================
+
+Bug-fix release.
+----------------
+
+Fix error handling in python bindings.
+
+  The python bindings in 0.11 failed to detect NULL pointers being
+  returned from libnotmuch functions and thus failed to raise
+  exceptions to indicate the error condition. Any subsequent calls
+  into libnotmuch caused segmentation faults.
+
+
 Notmuch 0.11 (2012-01-13)
 =========================