"touch 0101000000" now operates as POSIX 1003.1-2001 requires.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Nov 2005 23:41:13 +0000 (23:41 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Nov 2005 23:41:13 +0000 (23:41 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6693894..28c03b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,9 +22,10 @@ GNU coreutils NEWS                                    -*- outline -*-
 
   tac now works when stdin is a tty, even on non-Linux systems
 
-  "tail -c 2 FILE" now operates as POSIX 1003.1-2001 requires, even
-  when "tail" is conforming to older POSIX standards, as the
-  newly-mandated behavior is upward-compatible with the old.
+  "tail -c 2 FILE" and "touch 0101000000" now operate as POSIX
+  1003.1-2001 requires, even when coreutils is conforming to older
+  POSIX standards, as the newly-required behavior is upward-compatible
+  with the old.
 
 ** Build-related bug fixes