aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2011-09-29 09:55:14 +0200
committerSebastian Spaeth <Sebastian@SSpaeth.de>2011-09-29 09:55:14 +0200
commit0ab5e13e1b12d6ea8e6cbc5df8f30acc00fdfa72 (patch)
tree284fe92772d095fdca3a88c837df9d6ce03d2bcf /NEWS
parent7e9ea686fa6bd490495888c2f9b75d7986056587 (diff)
NEWS: Note implementation bug for python binding
Make note that find_message_by_name currently crashes the python process if the Database is READ-ONLY. This should be fixed in the underlying libnotmuch. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 01e6a7f..ee84e9a 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,8 @@ Python bindings changes
libnotmuch.
- Support Database().begin_atomic()/end_atomic()
- Support Database().find_message_by_filename()
+ NB! This needs a db opened in READ-WRITE mode currently, or it will crash
+ the python process. The is a limitation (=bug) of the underlying libnotmuch.
- Fixes where we would not throw NotmuchErrors when we should (Justus Winter)
Ruby bindings changes