[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
coreutils-8.14 released [stable]
From: |
Jim Meyering |
Subject: |
coreutils-8.14 released [stable] |
Date: |
Wed, 12 Oct 2011 14:50:35 +0200 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
This is to announce coreutils-8.14, a stable release.
With three bug fixes in less than a month, one for a regression
introduced in coreutils-8.13, it was time for a new release.
See the NEWS below for a brief summary.
Thanks to everyone who has contributed!
Jim [on behalf of the coreutils maintainers]
==================================================================
Here is the GNU Coreutils home page:
http://www.gnu.org/software/coreutils/
For a summary of changes and contributors, see:
http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.14
or run this command from a git-cloned coreutils directory:
git shortlog v8.13..v8.14
To summarize the many gnulib-related changes, run these commands from
a git-cloned coreutils directory:
git checkout v8.14
git submodule summary v8.13
Here are the compressed sources and a GPG detached signature[*]:
http://ftp.gnu.org/gnu/coreutils/coreutils-8.14.tar.xz (4.8MB)
http://ftp.gnu.org/gnu/coreutils/coreutils-8.14.tar.xz.sig
You might get higher bandwidth via a mirror:
http://ftpmirror.gnu.org/coreutils/coreutils-8.14.tar.xz
http://ftpmirror.gnu.org/coreutils/coreutils-8.14.tar.xz.sig
[*] You can use the above signature file to verify that the
corresponding file (without the .sig suffix) is intact. First,
be sure to download both the .sig file and the corresponding tarball.
Then, run this command:
gpg --verify coreutils-8.14.tar.xz.sig
If that command fails because you don't have the required public key,
then run this command to import it:
gpg --keyserver keys.gnupg.net --recv-keys 000BEEEE
and rerun the `gpg --verify' command.
This release was bootstrapped with the following tools:
Autoconf 2.68.79-5e017
Automake 1.11a
Gnulib v0.0-6453-g6a4c64c
Bison 2.4.609-f3bd
==================================================================
NEWS
* Noteworthy changes in release 8.14 (2011-10-12) [stable]
** Bug fixes
ls --dereference no longer outputs erroneous "argetm" strings for
dangling symlinks when an 'ln=target' entry is in $LS_COLORS.
[bug introduced in fileutils-4.0]
ls -lL symlink once again properly prints "+" when the referent has an ACL.
[bug introduced in coreutils-8.13]
sort -g no longer infloops for certain inputs containing NaNs
[bug introduced in coreutils-8.5]
** Improvements
md5sum --check now supports the -r format from the corresponding BSD tool.
This also affects sha1sum, sha224sum, sha384sum and sha512sum.
pwd now works also on systems without openat. On such systems, pwd
would fail when run from a directory whose absolute name contained
more than PATH_MAX / 3 components. The df, stat and readlink programs
are also affected due to their use of the canonicalize_* functions.
** Changes in behavior
timeout now only processes the first signal received from the set
it is handling (SIGTERM, SIGINT, ...). This is to support systems that
implicitly create threads for some timer functions (like GNU/kFreeBSD).
** Build-related
"make dist" no longer builds .tar.gz files.
xz is portable enough and in wide-enough use that distributing
only .tar.xz files is enough.
- -----
also posted as: https://savannah.gnu.org/forum/forum.php?forum_id=6978
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
iQIcBAEBCAAGBQJOlYzZAAoJEH/Z/MsAC+7uTJgQAJIhCWec9nOkAcnx/RqGbVKF
1YMyIeClDep6VIX9lq0+ANjyH9aBqg3NSHQ+iRcQjWSlOv8kJp+rItWgrU8iwAFO
JqSinalvfBmD7GbwFeRxbP7H6QG4FakoK72GtY3o5/rRNuavBDdpLi/MY+ey/iYJ
CDC66bbSLfKLJ8uw9kuZ1jceSo4M4Gyhu7ZgU6W7Yz8/XKpMtYbohqbONoxdmG8a
WPIUCs5Es4nc0ZPsDb/aPAP2EHeSjfm18qXbWQnikZD3X110cnUYaTYS8L/nT1+v
I3hImbmmyzP3nvWRZlwaMqksRy3VcKDBC3d9iV+ibS6RYC6VGHGEffZiA4MwrogM
giSlQ2GOjDfTd0/7/TsOU7JtnfXvhK7kbMudVD7tjAmR6p1wNVkVdZR7SmEhZqV6
VQ6r/x+lMpki4wp/V9mbW43Jn4kRvzrvVGK2heLx/SvTGe10iWxhTeJMfu/Ktkaq
zLTgCzclfgJPQM5/DtEhfBuI9m5aaVp+JyHtc9txVNs4Sjg+5BMpvgS3ma1OfY7Y
gREWZLND1+KLQ16MexyMUXS/6HmujPoM3FmTOJCMvgcWwTRAaNQgf02MWn9Pu4RC
tWFIBgOvQcDFmJ30VDg0FOnqGtF1jcWxvDaXFHk4L/sTJcAoGIk3KfHMnkk9e6B9
268XAPiViByu1okTztAR
=7wDW
-----END PGP SIGNATURE-----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- coreutils-8.14 released [stable],
Jim Meyering <=