]> git.cworth.org Git - notmuch-wiki/blob - news/release-0.8.mdwn
news markup tunes
[notmuch-wiki] / news / release-0.8.mdwn
1 [[!meta date="2011-09-10"]]
2
3 Notmuch 0.8 (2011-09-10)
4 ========================
5
6 * **_Improved handling of message/rfc822 parts_**
7
8   Both in the CLI and the emacs interface.  Output of rfc822 parts now
9   includes the primary headers, as well as the body and all subparts.
10   Output of the completely raw rfc822-formatted message, including all
11   headers, is unfortunately not yet supported (but hopefully will be
12   soon).
13
14 * **_Improved Build system portability_**
15
16   Certain parts of the shell script generating notmuch.sym were
17   specific to the GNU versions of sed and nm. The new version should
18   be more portable to e.g. OpenBSD.
19
20 * **_Documentation update for Ruby bindings_**
21
22   Added documentation, typo fixes, and improved support for rdoc.
23
24 * **_Unicode, iterator, PEP8 changes for python bindings_**
25
26   - PEP8 (code formatting) changes for python files.
27   - Remove `Tags.__len__` ; see 0.6 release notes for motivation.
28   - Decode headers as UTF8, encode (unicode) database paths as UTF8.