From: Jim Meyering Date: Tue, 11 May 2004 16:48:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1582 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=546b62a2bc2938eab4e6652d9bfb3501c5e90c74;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index ad58dca5f8..14c73cb4ef 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + rm no longer required read access to the current directory. + For some types of errors (e.g., read-only file system, I/O error) when first encountering a directory, `rm -r' would mistakenly fail to remove files under that directory.