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