From 8b67554aec7e812e97cfd3011f43a0ebd033e0d7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 14 Nov 2001 10:51:53 +0000 Subject: *** empty log message *** --- old/fileutils/NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'old/fileutils') diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 38664f534..ccc83fbe9 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -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. -- cgit v1.2.3-54-g00ecf