From: Jim Meyering Date: Mon, 6 Feb 2006 12:42:13 +0000 (+0000) Subject: Mention the `cp -RL' bug fix. X-Git-Tag: COREUTILS-6_0~780 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82959f79fe9c95bac4971903c2edac13a3f361fe;p=platform%2Fupstream%2Fcoreutils.git Mention the `cp -RL' bug fix. --- diff --git a/NEWS b/NEWS index 5f860de..6557f0f 100644 --- a/NEWS +++ b/NEWS @@ -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.