Update with recent fix.
[mmh] / docs / pending-release-notes
1 Things to add to the release notes for the next full release:
2
3 - Switched to buffered output when performing TLS encryption in the SMTP
4   MTA to increase performance.
5 - mh-e support has been changed so that it is always compiled into nmh;
6   old features that were previously enabled by the MHE option have been
7   garbage collected.
8 - Old code enabled by the UCI preprocessor definition has been
9   garbage-collected.
10 - LOCKDIR is now configurable via --enable-lockdir
11 - All configuration options that were formerly only adjustable via editing
12   config.h have been removed.
13 - Support for the built-in ftp client (used when dealing with external body
14   message parts in MIME messages) has been removed.
15 - fileproc and mhlproc mh-profile entries will now be obeyed by
16   send, rcvdist, and whatnow.
17 - New mh-format(5) instructions have been implemented: %(putlit),
18   %(concataddr), %(myhost), %(myname)
19 - The --enable-pop configure option has been removed; POP support is now
20   compiled in always.
21 - You can now filter the body of a message through a user-defined filter
22   program inside of repl (the idea is that it will be used by repl).
23   See mhl(1), specifically the "format" keyword and "formatproc" in
24   mh-profile(5).
25 - The test suite has been integrated into the Makefile via "make check".
26 - The following environment variables are obsolete.  Support for them
27   will be removed from the next nmh release:
28     MHPOPDEBUG (use -snoop command line switch instead)
29     MM_NOASK (use -nolist and -nopause command line switches instead)
30     NOMHNPROC (use -nocheckmime command line switch instead)
31     FACEPROC (undocumented faceproc feature to be removed)
32 - nmh's idea of the local mailbox is available via a new mh-profile(5)
33   escape, %(localmbox).  The local mailbox name is now configurable
34   via a new mh-profile(5) entry, Local-Mailbox.
35 - comp, forw, and dist all support -from, -to, -cc, -fcc, and -subject
36   switches.  They also all process all component templates through
37   mh-format(5).
38 - post(8) now requires a From: header in all drafts that it processes
39   for sending.  The default component templates have all been adjusted
40   to include appropriate From: headers based on either the -from switch
41   or the local mailbox.
42 - burst(1) now supports any valid message delimiter according to RFC 934.
43 - A problem with the MD5 digest calculator on 64-bit systems has been fixed.