diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-30 17:06:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-30 17:06:49 +0000 |
commit | a73455fc197e4a68ebf2116e05fafb89bdafef13 (patch) | |
tree | 620ed5de08ad3c08c08f677f6aa1f51d512bbbc3 | |
parent | 87ad4e1dbb9b118b844851577d5a543119403edb (diff) | |
download | coreutils-a73455fc197e4a68ebf2116e05fafb89bdafef13.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 11262b688..c63bdf7e4 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,7 @@ Changes in release 4.1: +[4.0y] +* chgrp, chmod, and chown: when used with the --verbose option, might give an + invalid diagnostic (due to clobbered errno) when failing. [4.0x] * Fix cp so that `cp -r DIR1/ DIR2' works properly once again. * New ls option --quoting-style=clocale acts like --quoting-style=locale, |