From: Paul Eggert Date: Wed, 29 May 2019 23:44:52 +0000 (-0700) Subject: maint: fix version number in NEWS X-Git-Tag: v8.32~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c223ab4b6d5e507bcae0be463158d39533a98e9;p=thirdparty%2Fcoreutils.git maint: fix version number in NEWS --- diff --git a/NEWS b/NEWS index c9f2eff578..5db95b1c41 100644 --- 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"),