summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-01 23:41:13 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-01 23:41:13 +0000
commitfd449d30a8da750fbeb4338ddc7b2ae3001e327f (patch)
tree416e60b49af4939f546496dbf556c8928ce141d1 /NEWS
parent0287c327330e3a77d6473eb8ef4af96145a96e9a (diff)
downloadcoreutils-fd449d30a8da750fbeb4338ddc7b2ae3001e327f.tar.xz
"touch 0101000000" now operates as POSIX 1003.1-2001 requires.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6693894bb..28c03b200 100644
--- 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