[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new snapshot available: coreutils-8.25.120-ca99c
From: |
Pádraig Brady |
Subject: |
Re: new snapshot available: coreutils-8.25.120-ca99c |
Date: |
Mon, 28 Nov 2016 19:55:29 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
A new snapshot is available for testing.
I'm planning to release in about 36 hours.
You can download the coreutils snapshot in xz format (5.4 MB) 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) = 5ca4e2dfc75261823da9f434746a43b7
--------------------------------------
To test follow this standard procedure:
tar -xf coreutils-ss.tar.xz
cd coreutils-8.25.133-0655b/
./configure && make check VERBOSE=yes
Failures are reported and details are in tests/test-suite.log
There have been no translation related changes since the last snapshot.
Changes since last snapshot 4 days ago are:
Kamil Dudka (1):
install,mkdir: fix handling of -DZ and -pZ, respectively
Paul Eggert (3):
numfmt: pacify Sun C 5.14
build: update gnulib submodule to latest
shuf: test input-closed bug
Pádraig Brady (9):
pr: fix read from invalid memory with tabs in separator
tests: fix false failure on new ls test
shred,sort: ensure faster unaligned access to rand module
build: fix potential factor build failure on arm and risc
stat,tail: sync with latest Linux file systems
doc: add NEWS entries for recent changes
tail: fix uninitialized memory read when failing to read file
tac: fix mem corruption when failing to read non seekable inputs
head: fix processing of non-seekable input as seekable
cheers,
Pádraig.