diff options
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ -2005-03-01 Jim Meyering <jim@meyering.net> +2005-03-01 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.1. + * src/Makefile.am (nanosec_libs): Remove $(LIB_XANOSLEEP); no + longer needed. + +2005-03-01 Jim Meyering <jim@meyering.net> + * 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. |