]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 8 Feb 2004 10:00:58 +0000 (10:00 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 8 Feb 2004 10:00:58 +0000 (10:00 +0000)
ChangeLog
NEWS

index 4077cfb6e365658c11d2336b130e98ba095ccb4b..34b5c43fb486c9e821293515f1d91fcf0d0f311e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2004-02-07  Jim Meyering  <jim@meyering.net>
+2004-02-08  Jim Meyering  <jim@meyering.net>
 
        * 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  <jim@meyering.net>
+
        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 b9be6fe73ff14c17191f794d08d805fc3cc4a53e..03cca68dc285865ab6d79481c0804239936c6848 100644 (file)
--- 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