*** empty log message ***

This commit is contained in:
Jim Meyering
2005-03-01 12:27:59 +00:00
parent 4303f04545
commit e9551e2d62
+7 -1
View File
@@ -1,7 +1,13 @@
2005-02-28 Jim Meyering <jim@meyering.net>
2005-03-01 Jim Meyering <jim@meyering.net>
* 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 <jim@meyering.net>
* NEWS: Mention that xnanosleep fixes sleep failure on linux-2.6.8.1.
2005-02-21 Paul Eggert <eggert@cs.ucla.edu>