From: Jim Meyering Date: Sat, 15 Oct 2005 10:23:47 +0000 (+0000) Subject: . X-Git-Tag: v5.91~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6ee1b3a32912a72ca3003dff42241691eb23039;p=thirdparty%2Fcoreutils.git . --- diff --git a/NEWS b/NEWS index d4eb940319..c0757bfbad 100644 --- a/NEWS +++ b/NEWS @@ -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