diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-18 08:53:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-18 08:53:32 +0000 |
commit | 8dd15f024c2a28d32c34a89f8639adb4a1666d97 (patch) | |
tree | 30e9f7e6a35248b62a57e275b001bcb973da6d18 /NEWS | |
parent | 1d7432c0ef498a5b7e498500df1865fd9245a0a6 (diff) | |
download | coreutils-8dd15f024c2a28d32c34a89f8639adb4a1666d97.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |