summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-05-11 07:33:10 +0000
committerJim Meyering <jim@meyering.net>2006-05-11 07:33:10 +0000
commitf79fbe221242c5d96fc20aa0fe7187090895f96b (patch)
tree9ecf4a425001300e8d22d09946138489b82c50a8 /NEWS
parentf1d1ee91217d08527c6bf7682987339e38116268 (diff)
downloadcoreutils-f79fbe221242c5d96fc20aa0fe7187090895f96b.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9ca4fab3d..8ede7ee80 100644
--- 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.