]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
Add a NEWS section for 0.11.1 and document the python error handling bugfix
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index 85ff65bc7502c5e267ba15d9dfda7290971883a7..3d2c2a8484fe856d60b7bcb17b5fdb5e3dcd6dc9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,22 @@
-Notmuch 0.11 (201x-xx-xx)
+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)
 =========================
 
-New command-line features
--------------------------
+Command-Line Interface
+----------------------
 
 Hooks
 
@@ -11,6 +25,12 @@ Hooks
   supports "pre-new" and "post-new" hooks that are run before and after
   importing new messages into the database.
 
+notmuch reply --decrypt bugfix
+
+  The "notmuch reply" command with --decrypt argument had a rarely
+  occurring bug that caused an encrypted message not to be decrypted
+  sometimes. This is now fixed.
+
 Performance
 -----------