diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-15 10:23:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-15 10:23:47 +0000 |
commit | c6ee1b3a32912a72ca3003dff42241691eb23039 (patch) | |
tree | 9da52f0d8f1d9b16cafa4e5cdc522b1b9b8dd596 | |
parent | b54de31c76ff7fc7465ae38fa16b01ff90c07355 (diff) | |
download | coreutils-c6ee1b3a32912a72ca3003dff42241691eb23039.tar.xz |
.
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -2,6 +2,22 @@ GNU coreutils NEWS -*- outline -*- * Major changes in release 5.91-cvs (2005-??-??) [stable] +** Removed options + + tail's --allow-missing option has been removed. Use --retry instead. + + stat's --link and -l options have been removed. + Use --dereference (-L) instead. + +** Deprecated options + + Using ls, du, or df with the --kilobytes option now evokes a warning + that the long-named option is deprecated. Use `-k' instead. + + du's long-named --megabytes option now evokes a warning. + Use -m instead. + + * Major changes in release 5.90 (2005-09-29) [unstable] ** Bring back support for `head -NUM', `tail -NUM', etc. even when |