X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=NEWS;h=ef71c2e0a06beed2a0d5227308316999c2ee3c0b;hp=aad13dd817cc418bc01c1c07c7af4fe135faaf4f;hb=HEAD;hpb=4112940aea5591648b03a81907408752c08b33aa diff --git a/NEWS b/NEWS index aad13dd..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)