X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=NEWS;h=ef71c2e0a06beed2a0d5227308316999c2ee3c0b;hp=5a903442990a1cdeb31b629346a51cd4a56d8ff5;hb=93fa896ceb5fbebe2f1f6e6e36419a13f8ffd99f;hpb=b11a6cdd6f0f7f6716744be10943c4676d6c1eb6 diff --git a/NEWS b/NEWS index 5a90344..ef71c2e 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,93 @@ This file summarizes the important changes from version to version. (For a more detailed list of changes see the VCS log; the release tarball includes a static copy of it in the ChangeLog file.) +==================== +mmh-0.4 (2018-01-06) +==================== + +Features +-------- +- pick -thread allows to select a whole message thread +- mhstore use "filename" attr of Content-Disposition +- repl -form repllistcomps uses mailinglist header field +- support for simplified ISO 8601/RFC 3339 dates +- whom supports message argument +- mhpgp use trusted header field copies to replace original header fields +- mhl trailing withspace handling +- mhl implement simple globbing +- mhl raw option +- whatnow2 save metainformation in the draft itself + +Bug fixes +--------- +- inc fix out-of-bounds error when reading from stdin +- spelling errors +- Accept binary encoding for messages/* +- mhparse add support for CRLF +- dateparsing case insensitive +- mhsign gpg2 Expiry date format +- whatnow2 don't add an extra attachment header +- m_getfld2 accept lines with 998 chars and crlf lineending +- Ignore folders with an empty sequence in new +- Fix blind list alias expansion +- whatnow2 handle mhuse +- whatnow2 remove metainformation befor adding new + +Technical changes +----------------- +- Fix unreproducible build +- remove msg-hook config option +- redesign version string +- remove unused code +- decode rfc2047 header in mhparse +- scan and pick merged to one tool +- rewrite pick matching +- fmt_scan support multibyte characters in putstr decoding +- Fix parallel `make install' +- %(unmailto) format function for List-Post headers + +Documentation +------------- +- Generate the command list in mmh-intro +- Grammer and layout fixes anno.man1 +- Grammer and layout fixes in ali.man1 +- mhsign mention hostname bug +- Better wording in README concerning compatibility +- whatnow is now depricated +==================== +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 every time 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)