We plan to release coreutils-9.7 early next week
so any testing you can do on various different systems
between now and then would be most welcome.
This release comes about 11 weeks after the 9.6 release,
and is mainly a bug fix release.
--------------------------------------
You can download the coreutils snapshot in xz format (5.9 MiB) from:
https://pixelbeat.org/cu/coreutils-ss.tar.xz
And verify with gpg or md5sum with:
https://pixelbeat.org/cu/coreutils-ss.tar.xz.sig
MD5 (coreutils-ss.tar.xz) = fc1c69602b01944b3ebd8c92d8c1bde9
--------------------------------------
To test, follow this standard procedure:
tar -xf coreutils-ss.tar.xz
cd coreutils-9.6.53-14af8/
./configure && make check VERBOSE=yes
Failures are shown, and details are in tests/test-suite.log
Please report/attach any issues to [email protected]
--------------------------------------
This snapshot was bootstrapped with:
Autoconf 2.72.70-9ff9
Automake 1.16.5
Gnulib v1.0-1629-g44cec52a5f
Bison 3.8.2
Changes in coreutils since v9.6 are summarized at
https://git.sv.gnu.org/cgit/coreutils.git/tree/NEWS
and all commits grouped by author are as follows:
Collin Funk (2):
maint: tests: remove duplicate uses of 'my' in Perl
maint: ensure that new "make syntax-check"-run sc_codespell passes
Daniel Hofstetter (1):
tests: fix typo in tests/ls/ls-time.sh
Frédéric Yhuel (1):
dd: fix error detection with "nocache" flag
G. Branden Robinson (1):
doc: fix superscript in Texinfo manual's math
Grisha Levit (1):
build: fix LIBCRYPTO_SONAME value with config cache
Lukáš Zaoral (1):
who: fix -m with guessed tty names
Mike Swanson (1):
dircolors: recognize “jxl” (JPEG XL) files
Paul Eggert (18):
build: update gnulib submodule to latest
maint: pacify ‘gcc -Wswitch-enum’
build: update gnulib submodule to latest
cat: port to platforms with shm, tmo
cat: omit unnecessary lseek
cat: fix plain ‘cat’ bug
cksum: fix test for missing
cksum: port to 32-bit uint_fast32_t
build: update gnulib submodule to latest
cksum: make cksum.h standalone
cksum: minor crctab generation cleanups
cksum: check API better
maint: omit function defn extern
du: update debug option setup
sort: improve -u brief doc
build: update gnulib submodule to latest
mv: port test to OpenBSD 7.5
timeout: round timeouts up
Pádraig Brady (27):
maint: post-release administrivia
ls: fix crash with --context
tests: remove use of unprotected 'set'
tests: avoid ENAMETOOLONG ERROR on some systems
sort: drop "note" from a --debug message
doc: support --with-packager-bug-reports
doc: ls: clarify --format options
tests: du: avoid intermittent false failure
doc: sync help2man to latest version
doc: remove extraneous new lines in some man pages
maint: fix sc_preprocessor_indentation failure
maint: fix sc_tight_scope failure
build: update gnulib submodule to latest
doc: mention logname improvement in NEWS
tests: dd: ensure posix_fadvise errors are handled
dircolors: add vt220 as a color capable terminal
ls: fix crash on systems with SELinux but without xattr support
doc: id: make option combinations more searchable
doc: id: be direct about valid options with -nr
ls: print correct xattr error on all platforms
ls: suppress ENOENT errors when reading ACL info
tests: fix false failure with multi-byte thousands separators
timeout: ensure infinitesimal timeouts timeout quickly
maint: adjustments to recent timeout change
doc: mention the edge case of hex durations with 'd' suffix
timeout: remove dependence on libm
build: update gnulib submodule to latest
thank you!
Pádraig