summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-02 21:56:49 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-02 21:56:49 +0000
commit4b2069b57f6cb4d656d2d1083193ca68e8c75401 (patch)
treec663bbb218966c1c33ffc92d654f0225e6198977 /ChangeLog
parentb38883ea2fc4353a24995f66c5b553a24bfae1e1 (diff)
downloadcoreutils-4b2069b57f6cb4d656d2d1083193ca68e8c75401.tar.xz
rm -d no longer has any effect, and we plan to remove it (and maybe ln -d).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e6a5d927..7643d75bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
-2005-11-02 Jim Meyering <jim@meyering.net>
+2005-11-02 Paul Eggert <eggert@cs.ucla.edu>
* Version 6.0-cvs.
+ * NEWS: Mention that rm -d and maybe ln -d are scheduled for
+ removal in 2006.
+ * src/remove.h (struct rm_options): Remove unlink_dirs. All uses
+ removed.
+ * src/rm.c (usage): Don't mention rm -d.
+
+2005-11-02 Jim Meyering <jim@meyering.net>
+
* tests/dd/skip-seek: Fix typo in comment: s/fileutils/coreutils.
From Andreas Schwab.