diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-24 23:05:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-24 23:05:57 +0000 |
commit | 8d0687974f1d0b17073b0178d49324ddac8b60ae (patch) | |
tree | ebd97882ec766afc1853ef729de2c89583eb77de /old/fileutils | |
parent | 230bf31c8768129946ffe0711a05ce915c6ad905 (diff) | |
download | coreutils-8d0687974f1d0b17073b0178d49324ddac8b60ae.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-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) |