Use the same mh_hostname() function from test/common.h in mhsign(1)
[mmh] / NEWS
diff --git a/NEWS b/NEWS
index 5a90344..aad13dd 100644 (file)
--- 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 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)