From: Jim Meyering Date: Sat, 15 Oct 2005 10:15:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.91~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=999a43859ab775d89aab67d7884674992f387076;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 61b3c2ccf5..e6748ab0ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,20 @@ -2005-09-30 Eric Blake (tiny change) +2005-10-15 Jim Meyering * Version 5.91-cvs. + * src/df.c (main): Warn about the deprecated --kilobytes option. + * src/ls.c (decode_switches): Likewise. + + * src/du.c (usage): Document -m, once again. + (main): Warn about use of deprecated long options: + --kilobytes and --megabytes. + * src/tail.c (parse_options): Remove --allow-missing option. + You can use --retry instead. + * src/stat.c (main): Remove --link -l options. + You can use --dereference (-L) instead. + +2005-09-30 Eric Blake (tiny change) + * man/Makefile.am (.x.1): Remove temp directory first. * NEWS: Document dircolors change of 2005-09-05.