]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 15 Oct 2005 10:15:56 +0000 (10:15 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Oct 2005 10:15:56 +0000 (10:15 +0000)
ChangeLog

index 61b3c2ccf5024fc8a2b8e2524adb20a491159e0c..e6748ab0ae6013bfc87062d12eef2fe711a58caa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,20 @@
-2005-09-30  Eric Blake  <ebb9@byu.net>  (tiny change)
+2005-10-15  Jim Meyering  <jim@meyering.net>
 
        * 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  <ebb9@byu.net>  (tiny change)
+
        * man/Makefile.am (.x.1): Remove temp directory first.
        * NEWS: Document dircolors change of 2005-09-05.