From: Jim Meyering Date: Sun, 8 Feb 2004 10:00:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=304d12d70a4c2fd8af281e0c13fff9ae147036a2;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4077cfb6e3..34b5c43fb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2004-02-07 Jim Meyering +2004-02-08 Jim Meyering * Version 5.1.3. + * tests/rm/rm5: Avoid triggering a bug in OSF/Tru64's sed + that would cause an unwarranted test failure. + * tests/rm/rm3: Likewise. + +2004-02-07 Jim Meyering + Remove xstat function pointer member. The way it was used was not portable, since some systems (OSF V5.1, Solaris 2.5.1) provide static inline `stat' and `lstat' functions, thus making the tests of diff --git a/NEWS b/NEWS index b9be6fe73f..03cca68dc2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ GNU coreutils NEWS -*- outline -*- -* Major changes in release 5.1.3 (2004-02-07): candidate to become stable 5.2.0 +* Major changes in release 5.1.3 (2004-02-08): candidate to become stable 5.2.0 ** Bug fixes