From: Jim Meyering Date: Fri, 18 Jul 2003 08:53:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.90~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dd15f024c2a28d32c34a89f8639adb4a1666d97;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 9427ac719d..a664d9943e 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ GNU coreutils NEWS -*- outline -*- * Major changes in release 5.0.2: ** Bug fixes +- `sort --version' and `sort --help' fail, as they should + when their output is redirected to /dev/full. - `su --version > /dev/full' now fails, as it should. - uniq -c now uses a SPACE, not a TAB between the count and the corresponding line, as required by POSIX.