From: Jim Meyering Date: Sun, 24 Sep 2000 23:05:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_27~6 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=8d0687974f1d0b17073b0178d49324ddac8b60ae;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index b583cd0362..b194199b62 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,11 @@ Changes in release 4.01: +[4.0.27] +* install once again unlinks an existing destination before trying to open it +* mv no longer gets a failed assertion when moving a directory (specified with + a trailing slash) from one partition to another, and giving it a different + name at the destination. +* `cp --link -f src existing-dest' no longer fails (bug introduced in 4.0z) +* cp's new --remove-destination option now works with -R [4.0z] * `cp -p' once again preserves `special' permission bits (this bug was introduced in 4.0y)