X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=NEWS;h=ef71c2e0a06beed2a0d5227308316999c2ee3c0b;hp=64ada10f150b1d4290ae7be766e195d42fe3ddea;hb=93fa896ceb5fbebe2f1f6e6e36419a13f8ffd99f;hpb=b0b3aacb4078ae60a19a31474b191d4475e202d9 diff --git a/NEWS b/NEWS index 64ada10..ef71c2e 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,59 @@ 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) @@ -29,7 +82,7 @@ Bug fixes Technical changes ----------------- - m_getfld() is replaced by m_getfld2() -- send calls mhbuild everytime except for dist +- 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