Hello list, hereby i announce S-nail v14.8.9, the «Dung Beetle». It is nothing but a cumulated bugfix release.
Credits Ralph Corderoy. Apologies, Dirk-Wilhelm Peters. 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 tagged release commits are [master]:[449b82a], and [timeline]:[1856481] (branch containing actual release content). 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.9.tar) identification: MD5 = b2cf2745e99603addaa5c81e033b3547 SHA1 = 842cf258cd155c7c3bcc3defefc7ade6a940113f SHA256 = 49ce0b265b2b138346d5923b9b690face3a76e8c91203a655c8c5d601ef97bcc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCgAGBQJXaTKeAAoJEOtmAieV84LOqhIP/jB2hcXaadTbBm0ix4m8/zVg eX8U1Xh11Fd9BxekOFqO7QycACf2nvgLyXK+DJS2xbl6xV19ippR3XvL8yKpHjYV 1/VRkXZl9NiWLOJiBRzxUiQHENs02DqnefmJISBESExTYWfraaDrc5WI6Og06E3W RevvtTDME57zU0KR9HE7Op3+gOyBUXjnaFkvg0XPzhFg7bJoSVYQZWGJigXAecA5 46pfKzDkvV5eIbh2oG5zvZjLDJm4t9wBrlgnEesoKU+43hcesgcjkSZkVcm508A7 Uv6ptVkCwH0Prj75lfaTi+p5voSagty/Xw1z2lCi4IY6pHjYOHpmx/4A2ynovLja v5eFig6ZdAKNfTV5SNfnsZPgQTn0Mx8MM1HoQcqoohwd1q41O9feX4KhrQAWKuFP YzWcusrk7YRVZgCJ1X+Bd+aMKxjMvkkGrUTE+MKRSr2HDzcqBrwgHFXzfVf4Uy98 LPX/wkAhAnp/oLCWkKRX5SKozjwpHv1ekyj4DO8bd0i9OgF0d0yxfqGmrLmAaN15 wbc0TOXPjogCB/j+bSUxNFnb/BBI27X8PcTDnuEJfvT8NCq8U71rt6cbJ3xIbZJ4 RnYQjzge0yE94tomWto9MLB7IrZ0SowNgwlnzBbb2DWaYmhs8AFp+s+L55QUfF3u tsBBaGieruNOKL6ei5Mc =pYkE -----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.9.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= ChangeLog ^^^^^^^^^ - *signature* and tail injections now work correctly even in combination with -t. [d4237ac] (Dirk-Wilhelm Peters) - Fix faulty (by-one) buffer overflow calculation in the NCL line editor that could sometimes be seen when using ^W for backward deleting a word when using this at a freshly created rightmost columns. Bug was introduced in [d33bd89] (tty.c, NCL: reduce realloc counts, 2013-08-23). (Ralph Corderoy) git(1) shortlog ^^^^^^^^^^^^^^^ b0b974e mk-conf.sh: disable -b for tcc(1) [mob] a415c58 makefile:_update-release: symlinks do not work with lighttpd, use hard ones 2fefb1f collect(): fit ~? output in 25 lines (fixes [5dea8a4,4e61d5c] ;) 7c7c888 mime.types: oops, fix x-xz tbz->txz extension! c40c206 collect(): hint for `~.' if *ignoreeof* is set, not ".": needs *dot* d4237ac Fix *signature* / tail injection in conjunction with -t.. ef6a9c2 mk-conf.sh: pcc(1) as of CVS works without stack protectors! d5cec10 FIX HTML filter: swallow lone ampersands in parameters (SIGH!).. 08eb902 FIX: avoid duplicate output for HTML filter.. 524adf4 makeprint(): filter some iswprint()==true, but which really aren't.. 552b2b8 `set': fix quoting when printing all variables aa8df72 mk-conf.sh: fix DEVEL<->DEBUG interdependency; terminate printf(1) args f84b0cd mk-conf.sh: check for the needed environ(3) b5af710 mk-conf.sh: fix [f84b0cd]: NULL needs stdio.h fdcbf59 Again "improve" ~? listing ba29651 FIX: cntrlchar() was broken since [4e49924] from 2012-10-15!! 08ab13f tty.c, NCL fix possible off-by-one (Ralph Corderoy) 815e99f makefile:_update-release: rm TODO in [timeline] _shipout release_ ball 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 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/376 Even elder announcements: v14.8.0 - v14.8.6: 294 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/ --steffen ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape __________________________________ [email protected]
