From: Paul Eggert Date: Tue, 20 Jun 2023 06:23:39 +0000 (-0700) Subject: doc: mention fix for bug#64123 X-Git-Tag: v9.4~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3638944ff5f3b7600cd3a7a483715a75d44ccf31;p=thirdparty%2Fcoreutils.git doc: mention fix for bug#64123 --- diff --git a/NEWS b/NEWS index 5358505499..3e2280777c 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + On GNU/Linux s390x and alpha, programs like 'cp' and 'ls' no longer + fail on files with inode numbers that do not fit into 32 bits. + [This bug was present in "the beginning".] + 'cp --parents' again succeeds when preserving mode for absolute directories. Previously it would have failed with a "No such file or directory" error. [bug introduced in coreutils-9.1]