X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=e57e9708a26826f5c854a4e28ca0185a7e446985;hp=687154dc9f87d69135b02ee3fec30015b311d6f6;hb=f38bc44653ad910abb95add6b09321da11f50581;hpb=fb846f57ef2a7cbf7b3613c6f005d85caeee23d3 diff --git a/NEWS b/NEWS index 687154dc..e57e9708 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,29 @@ -Notmuch 0.11 (201x-xx-xx) +Notmuch 0.11.1 (2012-02-03) +=========================== + +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. + +Quote MML tags in replies + + MML tags are text codes that Emacs uses to indicate attachments + (among other things) in messages being composed. The Emacs + interface did not quote MML tags in the quoted text of a reply. + User could be tricked into replying to a maliciously formatted + message and not editing out the MML tags from the quoted text. This + could lead to files from the user's machine being attached to the + outgoing message. The Emacs interface now quotes these tags in + reply text, so that they do not effect outgoing messages. + + +Notmuch 0.11 (2012-01-13) ========================= Command-Line Interface