98912e47bbf7248d16dc33a5002e425ffd7081ab
[mmh] / docs / pending-release-notes
1 Things to add to the release notes for the next full release:
2
3 ------------
4 NEW FEATURES
5 ------------
6
7 - All nmh programs will now warn about multiple profile entries for
8   the same non-null, non-comment component.  In previous versions, all
9   but the first were silently ignored.
10 - mhmail now supports all post(8) options, and optionally can use
11   send(1) with all of its options.  Its formerly undocumented -resent
12   switch has been documented.  And it has new -attach, -headerfield,
13   and -send/-nosend switches.
14
15 ----------------------------
16 OBSOLETE/DEPRECATED FEATURES
17 ----------------------------
18
19 - Changed exit status of each nmh command's -version and -help
20   switches from 1 to 0.
21 - The following environment variables were deprecated in nmh 1.5
22   and removed from this release:
23     MHPOPDEBUG (use -snoop command line switch instead)
24     MM_NOASK (use -nolist and -nopause command line switches instead)
25     NOMHNPROC (use -nocheckmime command line switch instead)
26     FACEPROC (undocumented faceproc feature removed)
27 - Changed repl and dist default to -noatfile.  The default of -atfile
28   was deprecated in nmh 1.5.  If there are no requests to maintain
29   -atfile, it will be removed in the future.
30 - The undocumented -queue switch to mhmail has been removed.
31 - The undocumented -queue switch to post is deprecated/obsolete
32   and will be removed in the next release.  It supports the
33   SMTP XQUE verb, which is obsolete according to
34   http://smtpfilter.sourceforge.net/esmtp.html
35 - conflict(8) is deprecated and will be removed from the next release.
36 - mhtest(8) is deprecated and will be removed from the next release.