summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-10-30 06:32:42 +0000
committerJim Meyering <jim@meyering.net>1999-10-30 06:32:42 +0000
commitf62bbb9cb99536b43689112160e3ac885aa9f324 (patch)
tree85c6978e2fc25b6ad945488370661beb27278648 /old
parentd437084b9306be5a54b8d9f24fcb096f0c1f1fa7 (diff)
downloadcoreutils-f62bbb9cb99536b43689112160e3ac885aa9f324.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/NEWS13
1 files changed, 6 insertions, 7 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 7d39804e4..f232f4d07 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