From 82959f79fe9c95bac4971903c2edac13a3f361fe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 6 Feb 2006 12:42:13 +0000 Subject: [PATCH] Mention the `cp -RL' bug fix. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.7.4