From dcc1fcf2a376677f3a094d6a86c95526d816d52e Mon Sep 17 00:00:00 2001 From: Philipp Takacs Date: Sun, 6 Jan 2019 12:21:08 +0100 Subject: [PATCH] This is mmh-0.4 --- DATE | 2 +- NEWS | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ VERSION | 2 +- 3 files changed, 55 insertions(+), 2 deletions(-) diff --git a/DATE b/DATE index 683256d..d8acce5 100644 --- a/DATE +++ b/DATE @@ -1 +1 @@ -2016-08-15 +2019-01-06 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) diff --git a/VERSION b/VERSION index be58634..bd73f47 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3 +0.4 -- 1.7.10.4