From: Paul Eggert Date: Tue, 1 Nov 2005 23:41:13 +0000 (+0000) Subject: "touch 0101000000" now operates as POSIX 1003.1-2001 requires. X-Git-Tag: v6.0~1434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd449d30a8da750fbeb4338ddc7b2ae3001e327f;p=thirdparty%2Fcoreutils.git "touch 0101000000" now operates as POSIX 1003.1-2001 requires. --- diff --git a/NEWS b/NEWS index 6693894bb2..28c03b2001 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