summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-05-11 08:57:45 +0000
committerJim Meyering <jim@meyering.net>2006-05-11 08:57:45 +0000
commitccafe4292fd3567d53ed9cecc5a9dfa6e3db3646 (patch)
tree4ee8319fd68934139abd4d85aa2e421bbb7b6123 /NEWS
parent5a55ecfac357867f132ca7299a2100450a55626e (diff)
downloadcoreutils-ccafe4292fd3567d53ed9cecc5a9dfa6e3db3646.tar.xz
Mention that:
mv -T DIR EMPTY_DIR no longer fails unconditionally
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8ede7ee80..b60b09639 100644
--- a/NEWS
+++ b/NEWS
@@ -143,6 +143,8 @@ GNU coreutils NEWS -*- outline -*-
mv: moving a symlink into the place of an existing non-directory is
now done atomically; before, mv would first unlink the destination.
+ mv -T DIR EMPTY_DIR no longer fails unconditionally
+
rm (on systems with openat) can no longer exit before processing
all command-line arguments.