diff options
author | Jim Meyering <jim@meyering.net> | 2006-02-06 12:42:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-02-06 12:42:13 +0000 |
commit | 82959f79fe9c95bac4971903c2edac13a3f361fe (patch) | |
tree | c09486ff8dc6bd68fccf2b2aaa7396a6d744ecd9 | |
parent | b564d5e88ffc82c06eba1c2ecbae5a6ca21a9a8d (diff) | |
download | coreutils-82959f79fe9c95bac4971903c2edac13a3f361fe.tar.xz |
Mention the `cp -RL' bug fix.
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -76,6 +76,10 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + When `cp -RL' encounters the same directory more than once in the + hierarchy beneath a single command-line argument, it no longer confuses + them with hard-linked directories. + fts-using tools (chmod, chown, chgrp, du) no longer fail due to a double-free bug -- it could be triggered by making a directory inaccessible while e.g., du is traversing the hierarchy under it. |