]> git.cworth.org Git - notmuch-wiki/blobdiff - news/release-0.11.1.mdwn
News for release 0.38.3
[notmuch-wiki] / news / release-0.11.1.mdwn
index 12c8dcd6fc4e4bfa598937221a29dbb25d18576b..5691f8ef28913ccb31be722ad924097056cb4bb9 100644 (file)
@@ -1,23 +1,25 @@
+[[!meta date="2012-02-03"]]
+
 Notmuch 0.11.1 (2012-02-03)
 ===========================
 
-Bug-fix release.
-----------------
+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.
+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.
+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.