summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-04 10:48:00 +0000
committerJim Meyering <jim@meyering.net>2006-02-04 10:48:00 +0000
commitee84ffc69595708458036f19b28a290ccbbce241 (patch)
tree7123c35913f7008f476c9d9bfc210ed28c0f811c /ChangeLog
parent6e7b489f5165932457265abab5a4980ddd69c236 (diff)
downloadcoreutils-ee84ffc69595708458036f19b28a290ccbbce241.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index db7eb80be..0ae119684 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
-2006-02-03 Jim Meyering <jim@meyering.net>
+2006-02-04 Jim Meyering <jim@meyering.net>
* Version 6.0-cvs.
+ * src/copy.c (copy_internal): cp -RL no longer fails when encountering
+ the same directory more than once in the hierarchy beneath a single
+ command-line argument. That is legitimate, e.g. when there are
+ two or more symbolic links, each pointing to some directory that
+ would not otherwise be copied. Reported by Christophe LYON.
+ * tests/cp/cp-deref: New file. Test for today's fix.
+ * tests/cp/Makefile.am (TESTS): Add cp-deref.
+
+2006-02-03 Jim Meyering <jim@meyering.net>
+
* configure.ac: Require automake-1.9.6, not 1.8.3.
2006-02-01 Paul Eggert <eggert@cs.ucla.edu>