Updated INSTALL and MACHINES documentation a bit.
[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 format instructions %(putlit) and %(concataddr) have been implemented.
18 - The --enable-pop configure option has been removed; POP support is now
19   compiled in always.
20 - You can now filter the body of a message through a user-defined filter
21   program inside of repl (the idea is that it will be used by repl).
22   See mhl(1), specifically the "format" keyword and "formatproc" in
23   mh-profile(5).
24 - The test suite has been integrated into the Makefile via "make test".