diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-20 09:02:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-20 09:02:39 +0000 |
commit | c82037714e421eef44c3b06ddf1f064ae22f6032 (patch) | |
tree | ee56ca4a883c556ae7eb47d20ce86b998203dcc0 /old/fileutils | |
parent | 6faeb619689bd257b27e18cf72730887cfbad58a (diff) | |
download | coreutils-c82037714e421eef44c3b06ddf1f064ae22f6032.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 70868d6c1..d2d236c81 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,11 @@ Changes in release 4.1: +[4.0j] +* chgrp accepts new option, --dereference. --no-dereference is now the default. +* New ls option --quoting-style=locale acts like --quoting-style=c, except + with locale-specific quoting symbols (` and ' by default) instead of ". +* `df DIR' is less likely to hang due to bad NFS mounts +* As per POSIX.2, `df -P' now uses ceiling rather than rounding, and its + header now says `1024-blocks ... Capacity' instead of `1k-blocks ... Use%'. [4.0i] * `cp -f FILE FILE' and `mv -f FILE FILE' no longer remove FILE * touch works once again (DST-wise) when certain `--date DATE-TIME' |