From: Jim Meyering Date: Sat, 30 Oct 1999 06:32:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j-trial~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f62bbb9cb99536b43689112160e3ac885aa9f324;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 7d39804e4e..f232f4d07f 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,12 +1,11 @@ Changes in release 4.1: [4.0j] -* touch no longer infloops on dangling symlinks -* cp's --version-control option is deprecated. Use the new optional argument - to --backup (--backup[=CONTROL]) instead. The old option still works, but - now evokes a warning. -* same for mv -* cp, ln, and mv accept new option: --target-directory=DIR -* chgrp accepts new option, --dereference. --no-dereference is now the default. +* touch: no longer infloop on dangling symlinks +* cp, ln, mv: deprecate the --version-control option. Use the new optional + argument to --backup (--backup[=CONTROL]) instead. The old option still + works, but now evokes a warning. +* cp, ln, mv: accept new option: --target-directory=DIR +* chgrp: accept 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