]> git.cworth.org Git - notmuch-wiki/blob - news/release-0.11.1.mdwn
NEWS layout tunes
[notmuch-wiki] / news / release-0.11.1.mdwn
1 [[!meta date="2012-02-03"]]
2
3 Notmuch 0.11.1 (2012-02-03)
4 ===========================
5
6 Bug-fix release
7 ---------------
8
9 ### Fix error handling in python bindings
10
11   The python bindings in 0.11 failed to detect NULL pointers being
12   returned from libnotmuch functions and thus failed to raise
13   exceptions to indicate the error condition. Any subsequent calls
14   into libnotmuch caused segmentation faults.
15
16 ### Quote MML tags in replies
17
18   MML tags are text codes that Emacs uses to indicate attachments
19   (among other things) in messages being composed.  The Emacs
20   interface did not quote MML tags in the quoted text of a reply.
21   User could be tricked into replying to a maliciously formatted
22   message and not editing out the MML tags from the quoted text.  This
23   could lead to files from the user's machine being attached to the
24   outgoing message.  The Emacs interface now quotes these tags in
25   reply text, so that they do not effect outgoing messages.