send.c:sendpart(): iconv(3) when `write'ing to a file!
[s-mailx.git] / mk-release.txt
blobb3daa7bfead43001a55de1e0b5fbffd7a387c929
1 To: mailx-announce
2 Bcc: mailx-announce-bcc
3 # NOT YET, should be left alone for that! Mail-Followup-To: mailx
4 Reply-To: mailx
6 Hello list,
8 hereby i announce S-nail vXX.X.X, the "".
9 It is    .
11 Credits .
13 We welcome  in THANKS.
15 Number games
16 ^^^^^^^^^^^^
18 The tagged release commits are [master  stable/v]:[], and
19 [release/v]:[] (actual release content).
20                 The release has also been stored as [timeline]:[].
21 The git(1) release commits and tags as well as the release tarball
22 itself have been signed with the OpenPGP key
23   steffen@sdaoden.eu  /  95F382CE
24   (232C 220B CB56 90A3 7BD2  2FFD EB66 0227 95F3 82CE)
25 available on OpenPGP key servers, my website and download area,
26 and also in the repository (blob tagged steffen-pgp-pub).
28 Release balls and OpenPGP signatures (.asc) can be downloaded via
29 HTTPS/HTTP and anonymous active or passive FTPS/FTP (truly: still
30 www.sdaoden.eu/downloads, but only via HTTPS/HTTP).  Copies of the
31 signatures also far below, usable from within your favourite MUA.
33   \https?://ftp.sdaoden.eu
34   \ftps?://ftp.sdaoden.eu
36 -----CHECKSUMS-----
38 All files are available as "-latest" symbolic links, too, e.g.,
39 s-nail-latest.txt (a copy of this announcement text).
41   Announcement : https?://www.sdaoden.eu/code-nail-ann.html
42   Manual       : https?://www.sdaoden.eu/code-nail.html
43   Web          : https?://www.sdaoden.eu/code.html#s-mailx
44   git(1) clone : \https?://git.sdaoden.eu/scm/s-nail.git
45   git(1) browse: https?://git.sdaoden.eu/cgit/s-nail.git
47   In the following mdocmx(7) anchors are denoted by a number-sign #:
48   typing "^A ANCHOR" while reading the man(1)ual in a capable less(1)
49   will scroll to the manual's Point-Of-Interest, and pointing a web-
50   browser to the "#ANCHOR" of the online manual will do so, too.
52 NOTES, ChangeLog (packager-affine)
53 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
55 - .tar files are no longer provided, and i have removed all old cruft
56   from the download area.
58 ChangeLog
59 ^^^^^^^^^
61 -----NEWS-----
63 git(1) shortlog (edited)
64 ^^^^^^^^^^^^^^^^^^^^^^^^
66 :read!git shortlog -w78,0,8 --format="\%h \%s" x..y
68 Appendix
69 ^^^^^^^^
71 The complete changelog of commits in between two versions OLD and
72 NEW can be inspected by using the git(1) `log' command:
74   $ git log --reverse --topo-order --abbrev-commit OLD..NEW
75   # Only topic branch headers (--no-merges for content commits only):
76   $ git log --oneline --reverse --topo-order --merges OLD..NEW
77   # Same, but truly accessible:
78   $ git log --oneline --reverse --topo-order --merges --parents OLD..NEW |
79     while read c1 c2 c3 c4 c5 c6; do
80       printf "%-24s: \$ git log --oneline --no-merges %s ^%s\n" \
81         "${c6}" "${c1}" "${c2}";
82     done
84 The vXX.X.* announcements have been shortened at this point;
85 to see the elder entries please have a look at [1].
87   [1] https://www.mail-archive.com/s-nail-users@lists.sourceforge.net/msgXXXXX.html
89 Even elder announcements:
90   v14.8.0 - v14.8.6: 00292
91     v14.8.7 - v14.8.8: 00374, v14.8.9: 00435, v14.8.10: 00445
92     [v14.8.11: 00495], v14.8.12: 00502, [v14.8.13: 00514], v14.8.14: 00519
93   v14.7: 00094
94     v14.7.1: 00129, v14.7.2 - v14.7.8: 00193, v14.7.9 - v14.7.10: 00216,
95     v14.7.11: 00240
96 Replace the XXX in the following URL with the shown number:
97   \https://www.mail-archive.com/s-nail-users@lists.sourceforge.net/msgXXX.html
99 -----SIGNATURES-----