]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 11 May 2006 07:33:10 +0000 (07:33 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 11 May 2006 07:33:10 +0000 (07:33 +0000)
ChangeLog
NEWS

index d0006aae4a70d379ea55c71f71de7b897def6329..999251cfc0fa2bc9c390c783f8b6faef14aab3c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,18 @@
-2006-05-07  Jim Meyering  <jim@meyering.net>
+2006-05-11  Jim Meyering  <jim@meyering.net>
 
        * Version 6.0-cvs.
 
+       * tests/du/long-sloop: Avoid harmless `ambiguous redirect' diagnostic.
+
+2006-05-10  Jim Meyering  <jim@meyering.net>
+
+       * src/copy.c (copy_internal): Don't explicitly unlink the destination
+       when moving a symlink into the place of an existing non-directory.
+       Reported by Joshua Hudson.
+       * NEWS: mention this.
+
+2006-05-07  Jim Meyering  <jim@meyering.net>
+
        * Makefile.maint (patch-check): Fail if patch generates any output,
        even merely for changed offsets.
 
diff --git a/NEWS b/NEWS
index 9ca4fab3d2f5b4b74228c3b8aac70720c2d9e967..8ede7ee8028e7431ae47e7af1b898e84a0fc460c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -140,6 +140,9 @@ GNU coreutils NEWS                                    -*- outline -*-
   a very long symlink chain as a dangling symlink.  Before, such a
   misinterpretation would cause these tools not to diagnose an ELOOP error.
 
+  mv: moving a symlink into the place of an existing non-directory is
+  now done atomically;  before, mv would first unlink the destination.
+
   rm (on systems with openat) can no longer exit before processing
   all command-line arguments.