summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-11-18 20:19:16 +0100
committerJim Meyering <jim@meyering.net>2006-11-18 20:19:16 +0100
commit1efc5bda6cacd968016191769ea7c2fbe75a6de9 (patch)
tree32a968d25be44a7e9ed7ee1bd1a09aa46f8bc6bb
parent0cafba44bbef7c5eb64979544a1ec95a389ec55f (diff)
downloadcoreutils-1efc5bda6cacd968016191769ea7c2fbe75a6de9.tar.xz
"ln --backup f f" now produces a sensible diagnostic
-rw-r--r--ChangeLog1
-rw-r--r--NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 865254e20..29ec5adc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
(do_link): Rename local: s/lstat_ok/dest_lstat_ok/.
* tests/ln/Makefile.am (TESTS): Add hard-backup.
* tests/ln/hard-backup: New test for the above.
+ * NEWS: Mention this fix.
2006-11-16 Paul Eggert <eggert@cs.ucla.edu>
diff --git a/NEWS b/NEWS
index 761afcb1f..74956e09a 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ GNU coreutils NEWS -*- outline -*-
or newer). This bug was introduced with the switch to gnulib's
openat-based variant of fts, for coreutils-6.0.
+ "ln --backup f f" now produces a sensible diagnostic
+
** New features
rm accepts a new option: --one-file-system