From: Jim Meyering Date: Thu, 11 May 2006 08:57:45 +0000 (+0000) Subject: Mention that: X-Git-Tag: v6.0~402 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccafe4292fd3567d53ed9cecc5a9dfa6e3db3646;p=thirdparty%2Fcoreutils.git Mention that: mv -T DIR EMPTY_DIR no longer fails unconditionally --- diff --git a/NEWS b/NEWS index 8ede7ee802..b60b09639a 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.