X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=a089e679963d7f0d10dc1b0ed9633f1026a69e07;hp=85ff65bc7502c5e267ba15d9dfda7290971883a7;hb=ae438cc;hpb=e0991930c0ffe25db6fe3769b938df261dbc6531 diff --git a/NEWS b/NEWS index 85ff65bc..a089e679 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,33 @@ -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. + +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) ========================= -New command-line features -------------------------- +Command-Line Interface +---------------------- Hooks @@ -11,6 +36,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 -----------