Hello list, hereby i announce S-nail v14.8.8, the «The Vulture 38». It is a cumulated bugfix release. It silently replaces v14.8.7 from «Yesterday», which was broken: thanks Gaetan Bisson for reporting this. I'll remove all files of v14.8.7 next week.
Credits Gaetan Bisson, Sergey Matveev, Dirk-Wilhelm Peters, Allan McRae and Ralph Corderoy. All the mentioned persons deserve special thanks indeed. We welcome Sergey Matveev, Allan McRae and Ralph Corderoy in THANKS. S-nail will become S-mailx after v14.9, and all project resources will move to www.sdaoden.eu with v14.9; only the ML remains hosted at Sourceforge.net as of this writing. We thank Sourceforge.net for hosting this project so many years! Number games ^^^^^^^^^^^^ The hashes of the tagged release commits are [timeline]:[710c183], and [master]:[3c7b2ff]. The git(1) release commits and tags as well as the release tarball itself have been signed with the OpenPGP key [email protected] / 95F382CE (232C 220B CB56 90A3 7BD2 2FFD EB66 0227 95F3 82CE) available on OpenPGP key servers, my website and in the repository: $ git cat-file blob steffen-pgp-pub | gpg --import $ git tag -v/--verify TAGNAME $ git log --show-signature TAGNAME Release tarball (s-nail-14.8.8.tar) identification: MD5 = eecd5fe25174ad7412d056e037bdf974 SHA1 = 7eb2fd16d749c0c585827bf60f278a73b279144a SHA256 = be566cf38717c1f1320e452276e5e369a1bba9efddebadbc2e826cd839f689f4 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCgAGBQJW9o85AAoJEOtmAieV84LO/kEP/ihQ0M7HBmyvQlfGln4GUFb9 JjdoBgjoO5YtCVW5FR6ZbnU/SbSXD4l5Lro3dSvUzCLNwtXcucHVTLDdIG/BpzZk nUKK90ROMu+bd3XljnrAr+3lbGUOqMhaleP2SIAJxm4hfEmecVJH3XN3mb2Mae7p 3EsK+6eTWQ07bnouvSay4NgqHfpgnU6mCmMgumB8JQWMdSaT98x70WNgdj6WLJJu 4OA3OXX9bpBQtSO38uYsZif11vRD4CR0r4hp+knGnhijyDLqwQEYGJYJQX9r4W+P 77B0cRNO74HEHXy6CTuN+qMSsB+T5ZgM+lSKTqSiM+LYNbdFxbw2ZFWahP6TIrce f6L/G2QxRfBNH2CA0p1mmkGzCeGMCYYeLUJtr5l02KiSyWN4gGFiQFmDr+scE5eC FcL0vS1AI+ycqByBHR/h5hfkLg0vJVI9Euin9v80kGmHxkXP4P+E1WQvnbXW4gyW zytge7yS7jeZc6I4dRsQ5cpyXxDQGWsJTJ5q5rtK/XSKaeGzYotMYqLNi1yfxybW jwjTlVsdnxuo+Q+vuXTAMGnD3lX52ZVRsemnTtT4yzFChd/vRBkAnBa2J9c4GfCb 3COm0l5jUm8sM4SfnWsqtBJ8aASI7RjHHtyUC8ziB+6yjzpOGKhgrDA5bxIQTu/M auE/d9MO5FutKY2P7b+D =GFCe -----END PGP SIGNATURE----- The detached OpenPGP signature (.asc) and the compressed versions (.xz,.gz) of the release tarball can be downloaded by appending the extension of desire to the tarball's URL, e.g., via "curl -vv -L": https?://www.sdaoden.eu/downloads/s-nail-latest.tar https?://www.sdaoden.eu/downloads/s-nail-14.8.8.tar Manual : https?://www.sdaoden.eu/code-nail.html Web : https?://www.sdaoden.eu/code.html#s-nail git(1) clone : https?://git.sdaoden.eu/scm/s-nail.git git(1) browse: https?://git.sdaoden.eu/cgit/s-nail.git In the following numbers in [] reference a commit hash or a topic branch name. mdocmx(7) anchors are denoted by a number-sign #: typing "^A ANCHOR" while reading the man(1)ual in a capable less(1) will scroll to the manual's Point-Of-Interest, and pointing a web- browser to the "#ANCHOR" of the online manual will do so, too. Commits can be browsed by appending the commit hash to https://git.sdaoden.eu/cgit/s-nail.git/commit/?id= The complete changelog of commits in between two versions OLD and NEW can be inspected by using the git(1) `log' command: $ git log --reverse --topo-order --abbrev-commit OLD..NEW # Only topic branch headers (--no-merges for content commits only): $ git log --oneline --reverse --topo-order --merges OLD..NEW # Same, but truly accessible: $ git log --oneline --reverse --topo-order --merges --parents OLD..NEW | while read c1 c2 c3 c4 c5 c6; do printf "%-24s: \$ git log --oneline --no-merges %s ^%s\n" \ "${c6}" "${c1}" "${c2}"; done NOTES, ChangeLog (packager-affine) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - The names of the release balls no longer use underscores in the version number. And from now on we provide *-latest.tar.{asc,gz,xz} symbolic links which point to the real release. (That wasn't possible on Sourceforge.net once i've tried it.) - Thanks to Sergey Matveev the Maildir code is now compatible to *BSD. Interested persons may read the commit log. [0c30b14] (Sergey Matveev) - The (much to restricted) test target should now work if $SHELL is set to something "nologin". [7876f3a] (Gaetan Bisson) - If *sendmail-no-default-arguments* is set we will NOT (!) terminate MTA options with "--", assuming the user does. This allows, e.g., very sick things like (ouch) [8b0bdbe] set sendmail="/bin/ssh" \ sendmail-arguments="[email protected] /usr/sbin/sendmail -t" \ sendmail-no-default-arguments \ sendmail-progname="ssh" ChangeLog ^^^^^^^^^ - The primitive builtin HTML filter should now correctly parse HTML parameters. It seems to become necessary ;) [e227a78,65df701] - *signature* will now undergo MIME encoding. [fe209f7] (Dirk-Wilhelm Peters) - Operating systems without getaddrinfo(3) but only with gethostname(3) should be able to resolve DNS (port numbers) correctly again. [7dd3a71] (Allan McRae) - The builtin NCL no longer counts gabby history limits against the given maximum persistent history size unless gabbiness is desired. [76780e4,f06ccb6] - The builtin NCL couldn't paste more than one line since October 2015. [ff5d914] (Ralph Corderoy) ChangeLog (purely technical) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - WANT_READLINE environments should possibly have a better experience hen interactively editing the attachment list. [ede2800] (In general interactive situation has to improve a lot.) - Fix a bit of weird buffer handling. [536d3a7,0f2cc31,e9a5c22] (Ralph Corderoy) - Fix the fixed buffer handling which broke v14.8.7. [3e4831a] (Gaetan Bisson) The v14.8.* announcements have been shortened at this point; to see the elder entries please have a look at [1]. [1] http://permalink.gmane.org/gmane.mail.s-nail.user/294 Even elder announcements: v14.7.11: 241 v14.7.9 - v14.7.10: 218 v14.7.2 - v14.7.8: 195 v14.7.1: 130 v14.7: 95 All given numbers have to be appended onto http://permalink.gmane.org/gmane.mail.s-nail.user/ ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 __________________________________ [email protected]
