X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=NEWS;h=64ada10f150b1d4290ae7be766e195d42fe3ddea;hp=5a903442990a1cdeb31b629346a51cd4a56d8ff5;hb=b0b3aacb4078ae60a19a31474b191d4475e202d9;hpb=9481ba13dc70acb0b7ab32c0d251ec608532d89b diff --git a/NEWS b/NEWS index 5a90344..64ada10 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,39 @@ This file summarizes the important changes from version to version. tarball includes a static copy of it in the ChangeLog file.) +==================== +mmh-0.3 (2016-08-15) +==================== + +Features +-------- +- whatnow2 as a replacement for whatnow, whatnow still is the default +- repl now pipe mail through to decode MIME messages +- RFC 2047 decoding default in replcomp and replgroupcomp +- Enable inc(1) to read from stdin +- Allow send(1) to send from folder other than +drafts + +Bug fixes +--------- +- repl use .mmh/mhl.reply, if it exist +- simple mbox support for rcvstore +- mhsign encrypton works with aliases +- Fix header lookup table setup in slocal(1) +- Fix of by one in decode_rfc2047() + +Technical changes +----------------- +- m_getfld() is replaced by m_getfld2() +- send calls mhbuild everytime except for dist +- intern sequence system are more independent +- use only mh_calloc to avoid bugs +- use mh_free0 to avoid bugs + +Documentation +------------- +- Better description of the Sender header +- Cleanup manpage mh-format(5) +- mhsign/mhpgp: Clarify the manpages and usage lines ==================== mmh-0.2 (2015-11-02)