diff options
-rw-r--r-- | old/fileutils/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index b583cd036..b194199b6 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) |