coreutils-8.31 released [stable]
Pádraig Brady <[email protected]> Sun, 10 Mar 2019 17:55:36 -0700
| Newsgroups | gmane.comp.gnu.coreutils.announce |
|---|---|
| Message-ID | <092def14-abf0-8928-ccac-f7c4d0050bf2__34314.0585393243$1552265784$gmane$org@draigBrady.com> |
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --JQB522tKBqhMe789iwb0DxghOFbuVEgQi Content-Type: multipart/mixed; boundary="LrRaiobf5HaO2gAe5mWpIr2DSffDmisdq"; protected-headers="v1" From: =?UTF-8?Q?P=c3=a1draig_Brady?= <[email protected]> Reply-To: Coreutils <coreutils-mXXj517/[email protected]> To: info-gnu-mXXj517/[email protected] Cc: coordinator-5BTmc8gx5pFfO4AUS/[email protected], coreutils-mXXj517/[email protected], coreutils-announce-mXXj517/[email protected] Message-ID: <092def14-abf0-8928-ccac-f7c4d0050bf2-V8g9lnOeT5ydJdNcDFJN0w@public.gmane.org> Subject: coreutils-8.31 released [stable] --LrRaiobf5HaO2gAe5mWpIr2DSffDmisdq Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable This is to announce coreutils-8.31, a stable release. See the NEWS below for more details. Thanks to everyone who has contributed! The following people contributed changes to this release: There have been 88 commits by 15 people in the 35 weeks since 8.30 Achilles Gaikwad (1) Jim Meyering (1) Assaf Gordon (7) Martin Bukatovic (1) Ayappan (1) Martin Castillo (1) Bernhard Voelker (10) Paul Eggert (24) Bjarni Ingi Gislason (1) P=C3=A1draig Brady (39) Chih-Hsuan Yen (1) St=C3=A9phane Campinas (1) Daming Yang (1) Wodry (1) Filipp Gunbin (1) P=C3=A1draig [on behalf of the coreutils maintainers] =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Here is the GNU coreutils home page: https://gnu.org/software/coreutils/ For a summary of changes and contributors, see: https://git.sv.gnu.org/gitweb/?p=3Dcoreutils.git;a=3Dshortlog;h=3Dv8.31= or run this command from a git-cloned coreutils directory: git shortlog v8.30..v8.31 To summarize the 480 gnulib-related changes, run these commands from a git-cloned coreutils directory: git checkout v8.31 git submodule summary v8.30 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Here are the compressed sources and a GPG detached signature[*]: https://ftp.gnu.org/gnu/coreutils/coreutils-8.31.tar.xz https://ftp.gnu.org/gnu/coreutils/coreutils-8.31.tar.xz.sig Use a mirror for higher download bandwidth: https://ftpmirror.gnu.org/coreutils/coreutils-8.31.tar.xz https://ftpmirror.gnu.org/coreutils/coreutils-8.31.tar.xz.sig [*] Use a .sig file to verify that the corresponding file (without the =2Esig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this: gpg --verify coreutils-8.31.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 DF6FD971306037D9 and rerun the 'gpg --verify' command. This release was bootstrapped with the following tools: Autoconf 2.69 Automake 1.15 Gnulib v0.1-2457-g188d87b Bison 3.0.4 NEWS * Noteworthy changes in release 8.31 (2019-03-10) [stable] ** Bug fixes 'base64 a b' now correctly diagnoses 'b' as the extra operand, not 'a'.= [bug introduced in coreutils-5.3.0] When B already exists, 'cp -il A B' no longer immediately fails after asking the user whether to proceed. [This bug was present in "the beginning".] df no longer corrupts displayed multibyte characters on macOS. [bug introduced with coreutils-8.18] seq no longer outputs inconsistent decimal point characters for the last number, when locales are misconfigured. [bug introduced in coreutils-7.0] shred, sort, and split no longer falsely report ftruncate errors when outputting to less-common file types. For example, the shell command 'sort /dev/null -o /dev/stdout | cat' no longer fails with an "error truncating" diagnostic. [bug was introduced with coreutils-8.18 for sort and split, and (for shared memory objects only) with fileutils-4.1 for shred] sync no longer fails for write-only file arguments. [bug introduced with argument support to sync in coreutils-8.24] 'tail -f file | filter' no longer exits immediately on AIX. [bug introduced in coreutils-8.28] 'tail -f file | filter' no longer goes into an infinite loop if filter exits and SIGPIPE is ignored. [bug introduced in coreutils-8.28] ** Changes in behavior cksum, dd, hostid, hostname, link, logname, sleep, tsort, unlink, uptime, users, whoami, yes: now always process --help and --version opt= ions, regardless of any other arguments present before any optional '--' end-of-options marker. nohup now processes --help and --version as first options even if other= parameters follow. 'yes a -- b' now outputs 'a b' instead of including the end-of-options marker as before: 'a -- b'. echo now always processes backslash escapes when the POSIXLY_CORRECT environment variable is set. When possible 'ln A B' now merely links A to B and reports an error if this fails, instead of statting A and B before linking. This uses fewer system calls and avoids some races. The old statting approach is still used in situations where hard links to directories are allowed (e.g., NetBSD when superuser). ls --group-directories-first will also group symlinks to directories. 'test -a FILE' is not supported anymore. Long ago, there were concerns= about the high probability of humans confusing the -a primary with the -a bin= ary operator, so POSIX changed this to 'test -e FILE'. Scripts using it we= re already broken and non-portable; the -a unary operator was never docume= nted. wc now treats non breaking space characters as word delimiters unless the POSIXLY_CORRECT environment variable is set. ** New features id now supports specifying multiple users. 'date' now supports the '+' conversion specification flag, introduced in POSIX.1-2017. printf, seq, sleep, tail, and timeout now accept floating point numbers in either the current or the C locale. For example, if the current locale's decimal point is ',', 'sleep 0,1' and 'sleep 0.1' now mean the same thing. Previously, these commands accepted only C-locale syntax with '.' as the decimal point. The new behavior is more compatible with other implementations in non-C locales. test now supports the '-N FILE' unary operator (like e.g. bash) to chec= k whether FILE exists and has been modified since it was last read. env now supports '--default-signal[=3DSIG]', '--ignore-signal[=3DSIG]',= and '--block-signal[=3DSIG], to setup signal handling before executing a pr= ogram. env now supports '--list-signal-handling' to indicate non-default signal handling before executing a program. ** New commands basenc is added to complement existing base64,base32 commands, and encodes and decodes printable text using various common encodings: base64,base64url,base32,base32hex,base16,base2,z85. ** Improvements ls -l now better aligns abbreviated months containing digits, which is common in Asian locales. stat and tail now know about the "sdcardfs" file system on Android. stat -f -c%T now reports the file system type, and tail -f uses inotify= =2E stat now prints file creation time when supported by the file system, on GNU Linux systems with glibc >=3D 2.28 and kernel >=3D 4.11. - Also posted at https://savannah.gnu.org/forum/forum.php?forum_id=3D9394 --LrRaiobf5HaO2gAe5mWpIr2DSffDmisdq-- --JQB522tKBqhMe789iwb0DxghOFbuVEgQi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJchbIIAAoJEN9v2XEwYDfZxg4P/RRRd/XsUTGtA2ruHdyzwcuC us8oHyw8jfrobNdv4Nw73EOM8nwiJ5RAHS+MrJCaJdExw0aj4I+2RivlxQLtazmk 1rBuHPRLkOKd48ZImYkrgyxsone+yLPfYfn2B+ccB5xJdWFyyHLIqhUI64LfRu8H ApkNJsTea8uVEbMaJ8YQaAHS4GalTMiS6xNjYgUjqUqZ4VLDxD8Q3mws5th6AW7Z axl17scrrk69aKvMjfSyVJEN1lBMhQDgvFk+UYQIe4q6VVcm9gBRM2B547qEd25N W0STsYdXIzyCiD+q6U70hWjumupaULGV1CjJqlTOJd4Z8gpC4guHHXLEbnBOhYkU Quo/7EqeXlSZLeAmQrBmhM5LiYSAXoQT0smGpujhEx28YX7ESZUDeihHrCAoz0wA WB89dllmv4zyuuUyFn/xglizhdlpyN8ocDOrfTePxsKaqaq56obhQW+c1L6/oxyM cDKziGzjGgRKy56JyS/yeDl915bS3Fjp+oYjqC6cA7LfT9fgjwxoU53zEXbZZxc5 EEhIUOW8cSKdp0FjRjIJMHGzUd1jkdzaDbhy3UsOsRyDvy6/RBqfsXN7I3T7wkAG 9HJxr9XeBu9/qaeTdiyVw/3hNJcbYLJq9rTiA38hYA8G4sfWfpl35do1mnfbVv2q 8nFY5uDtEH2Ft/zEsHW3 =Ka+T -----END PGP SIGNATURE----- --JQB522tKBqhMe789iwb0DxghOFbuVEgQi--