]> diplodocus.org Git - nmh/blob - docs/pending-release-notes
Fixed read of body in fmttest to limit size to that of rbuf, if
[nmh] / 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 - builds use OpenSSL if available.
8 - post now defaults to port 587 on 'smtp' message submission.
9
10 -----------------
11 OBSOLETE FEATURES
12 -----------------
13
14 - The undocumented -queue switch to post was deprecated in nmh 1.6, and was
15 removed in this release.
16 - conflict(8) was deprecated in nmh 1.6, and was removed in this release.
17 - mhtest(8) was deprecated in nmh 1.6, and was removed in this release.
18 - msh(1) was deprecated in nmh 1.6, and was removed in this release.
19 - Support in alias files for the the "*" address-group (everyone) was
20 deprecated in nmh 1.6, and was removed in this release.
21
22 -------------------
23 DEPRECATED FEATURES
24 -------------------
25
26 - Support for the MHPDEBUG environment variable is deprecated and will be
27 removed from a future nmh release. Instead, use the -debug switch to pick.
28
29 ---------
30 BUG FIXES
31 ---------
32
33 - The format scanner no longer subtracts 1 from the width. This has the
34 effect of no longer counting the trailing newline in the output of
35 scan(1), inc(1), and the other programs that rely on the format scanner.