]> diplodocus.org Git - nmh/blob - docs/pending-release-notes
Added checks of return value of fwrite() calls where missing.
[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 - A value of 0 for the width switch of scan(1), inc(1), ap(1), dp(1),
10 fmttest(1), and mhl(1) now means as many characters as the format
11 engine can produce [Bug #15274]. That amount is limited by internal
12 buffers.
13 - If a component has trailing whitespace, e.g., body:component="> ",
14 mhl now trims that whitespace off when filtering blank text lines.
15 - An "rtrim" flag has been added to mhl to remove any trailing
16 whitespace from filtered text lines. A corresponding "nortrim" flag
17 has also been added.
18
19 -----------------
20 OBSOLETE FEATURES
21 -----------------
22
23 - The undocumented -queue switch to post was deprecated in nmh 1.6, and was
24 removed in this release.
25 - conflict(8) was deprecated in nmh 1.6, and was removed in this release.
26 - mhtest(8) was deprecated in nmh 1.6, and was removed in this release.
27 - msh(1) was deprecated in nmh 1.6, and was removed in this release.
28 - Support in alias files for the the "*" address-group (everyone) was
29 deprecated in nmh 1.6, and was removed in this release.
30
31 -------------------
32 DEPRECATED FEATURES
33 -------------------
34
35 - Support for the MHPDEBUG environment variable is deprecated and will be
36 removed from a future nmh release. Instead, use the -debug switch to pick.
37
38 ---------
39 BUG FIXES
40 ---------
41
42 - The format scanner no longer subtracts 1 from the width. This has the
43 effect of no longer counting the trailing newline in the output of
44 scan(1), inc(1), and the other programs that rely on the format scanner.