projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
221c7e0
)
Add a NEWS section for 0.11.1 and document the python error handling bugfix
author
Justus Winter
<4winter@informatik.uni-hamburg.de>
Mon, 23 Jan 2012 12:15:03 +0000
(13:15 +0100)
committer
David Bremner
<bremner@debian.org>
Mon, 23 Jan 2012 18:38:40 +0000
(14:38 -0400)
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index bf21e644c11e28d72e74449efee8f8acf55bf071..3d2c2a8484fe856d60b7bcb17b5fdb5e3dcd6dc9 100644
(file)
--- 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)
=========================