]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: mention fix for bug#64123
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Jun 2023 06:23:39 +0000 (23:23 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Jun 2023 06:24:02 +0000 (23:24 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 5358505499771239097c50c5693ec6a9c6410829..3e2280777ca229b38c4628f55831d784bf3a673c 100644 (file)
--- 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]