summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parent0cafba44bbef7c5eb64979544a1ec95a389ec55f (diff)
downloadcoreutils-1efc5bda6cacd968016191769ea7c2fbe75a6de9.tar.xz
"ln --backup f f" now produces a sensible diagnostic
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 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>