*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 14 Nov 2001 10:51:53 +0000 (10:51 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 14 Nov 2001 10:51:53 +0000 (10:51 +0000)
old/fileutils/NEWS

index 38664f5..ccc83fb 100644 (file)
@@ -1,4 +1,8 @@
+[4.1.2]
 [4.1.1]
+* mv (likewise for cp), now fails rather than silently clobbering one of
+    the source files in the following example:
+    rm -rf a b c; mkdir a b c; touch a/f b/f; mv a/f b/f c
 * ls -R detects directory cycles, per POSIX.  It warns and doesn't infloop.
 * cp's -P option now means the same as --no-dereference, per POSIX.
     Use --parents to get the old meaning.