From b0b3aacb4078ae60a19a31474b191d4475e202d9 Mon Sep 17 00:00:00 2001 From: Philipp Takacs Date: Mon, 15 Aug 2016 00:21:12 +0200 Subject: [PATCH 1/1] This is mmh-0.3 --- DATE | 2 +- NEWS | 33 +++++++++++++++++++++++++++++++++ VERSION | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/DATE b/DATE index 76cec13..683256d 100644 --- a/DATE +++ b/DATE @@ -1 +1 @@ -2015-11-02 +2016-08-15 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) diff --git a/VERSION b/VERSION index a4a8ba9..be58634 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2+dev +0.3 -- 1.7.10.4