diff --git a/ChangeLog b/ChangeLog index 660453589..7189a3f1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2005-02-28 Jim Meyering +2005-03-01 Jim Meyering * Version 5.3.1. + * src/copy.c (copy_internal): Change test of source type from + !S_ISREG to S_ISLNK. Reported by Paul Eggert in + http://lists.gnu.org/archive/html/bug-coreutils/2004-10/msg00050.html. + +2005-02-28 Jim Meyering + * NEWS: Mention that xnanosleep fixes sleep failure on linux-2.6.8.1. 2005-02-21 Paul Eggert