summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-10-15 10:15:56 +0000
committerJim Meyering <jim@meyering.net>2005-10-15 10:15:56 +0000
commit999a43859ab775d89aab67d7884674992f387076 (patch)
treeeb300d83fc22d9eb81b5295a9d0fc04da81975c5
parent15e97882fff3f9c7cac0a5a47e7046e3c0f62a94 (diff)
downloadcoreutils-999a43859ab775d89aab67d7884674992f387076.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 61b3c2ccf..e6748ab0a 100644
--- 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.