Hello, introducing into a cumulative bugfix update release.
Credits to Marius Nestor, Tim and Johannes Löthberg. Apologies to Ypnose and Mantas Mikulėnas for not listening. Thanks! Special apologies to Mantas: i forgot to credit him in commit [fda7acd]. We welcome Marius Nestor and Tim in THANKS. The release tarballs can be downloaded (e.g., via 'curl -vv -L') from, and their checksums are: <https://downloads.sourceforge.net/project/s-nail/s-nail-14_7_11.tar.xz> MD5 = de8611eeef249ce2810c0fa31fea0a59 SHA1 = 425bfe08a74483c4d8bd96f8943c03953a28187e SHA256 = fa12896051303a6fb9ec08a822c8087985af4a709e67972ac95fe57a5e8f784c <https://downloads.sourceforge.net/project/s-nail/s-nail-14_7_11.tar.gz> MD5 = f4cb98464a80925aa4b5bb73930d3cd4 SHA1 = 66509935e6a07a3d70d25f6165530ecb273a0c07 SHA256 = cf1c5e1089e2e18f1eb80ade41b3b75ff5edd898e3066acd4be2f4215539d47e Online manual: <http://sdaoden.users.sourceforge.net/code-nail.html> [Web site : <http://sdaoden.users.sourceforge.net/code.html#s-nail>] git(1) repo : <git.code.sf.net/p/s-nail/code> (git:// or http://) git(1) browse: <http://sourceforge.net/p/s-nail/code/> The complete changelog of commits in between two versions can be inspected by using the git(1) `log' command as shown below, where `OLD' and `NEW' are the two versions to be compared, e.g., v14.7.8 and v14.7.10: # All commits: $ 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 ${c1} ^${c2}\n" "${c6}"; done NOTES, ChangeLog (packager-affine) ...skipping... SHA256 = cf1c5e1089e2e18f1eb80ade41b3b75ff5edd898e3066acd4be2f4215539d47e Online manual: <http://sdaoden.users.sourceforge.net/code-nail.html> [Web site : <http://sdaoden.users.sourceforge.net/code.html#s-nail>] git(1) repo : <git.code.sf.net/p/s-nail/code> (git:// or http://) git(1) browse: <http://sourceforge.net/p/s-nail/code/> The complete changelog of commits in between two versions can be inspected by using the git(1) `log' command as shown below, where `OLD' and `NEW' are the two versions to be compared, e.g., v14.7.8 and v14.7.10: # All commits: $ 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 ${c1} ^${c2}\n" "${c6}"; done NOTES, ChangeLog (packager-affine) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Our nail.rc now sets *keepsave* by default. [38fdacb] ChangeLog ^^^^^^^^^ - ~t will no longer loop infinitely. Bug introduced nail "[9.27] released 5/13/01". [a105121] - We now support -h and --help command line options. [7409040] (Marius Nestor) - Fix autosort crash in non-thread mode. Bug introduced together with threaded display in nail "[11.2] released 8/15/04". [4064771] - Two fixes for IMAP credential lookup without a set *v15-compat*: 1. Faulty password reuse. [fda7acd] 2. Missing duplication of a string could crash S-nail. [21c05f8] 3. The latter was not detected during my (anyway too shallow) testing because a long time back i didn't implement memory trashing for our HAVE_DEBUG memory wrapper: caught up. [6ef2c13] (Tim, Ypnose, Mantas Mikulėnas) --steffen ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ S-nail-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/s-nail-users
