]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix version number in NEWS
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 29 May 2019 23:44:52 +0000 (16:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 29 May 2019 23:45:16 +0000 (16:45 -0700)
NEWS

diff --git a/NEWS b/NEWS
index c9f2eff578803e61595c8dfe88f31a4667963570..5db95b1c41aa063b603fb439dd2b0d918e2c9300 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ GNU coreutils NEWS                                    -*- outline -*-
 
   cp now copies /dev/fd/N correctly on platforms like Solaris where
   it is a character-special file whose minor device number is N.
-  [bug introduced in coreutils-8.16]
+  [bug introduced in fileutils-4.1.6]
 
   df now correctly parses the /proc/self/mountinfo file for unusual entries
   like ones with '\r' in a field value ("mount -t tmpfs tmpfs /foo$'\r'bar"),