aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-01-23 13:15:03 +0100
committerGravatar David Bremner <bremner@debian.org>2012-01-23 14:38:40 -0400
commitc8410bce8ba4fb40672f997e66ac4f94072b6349 (patch)
treea40e153c77429d0cd8f818f0d76ea05bec0cf969 /NEWS
parent221c7e0b38177f5f1dbf0561580c15e8aaa49004 (diff)
Add a NEWS section for 0.11.1 and document the python error handling bugfix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
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)
=========================