diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-18 07:48:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-18 07:48:37 +0000 |
commit | e4584fcd73f7ce40e00584bfe8669c801437f895 (patch) | |
tree | 4c8fe8c058c3f8406276c3c0d2a164c67912f9f5 /NEWS | |
parent | 7f1636878fc0aaf799d40abb1913da3887de2a41 (diff) | |
download | coreutils-e4584fcd73f7ce40e00584bfe8669c801437f895.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 +- uniq -c now uses a SPACE, not a TAB between the count and the + corresponding line, as required by POSIX. - kill no longer tries to operate on argv[0] (introduced in 5.0.1) Why wasn't this noticed? Although many tests use kill, none of them made an effort to avoid using the shell's built-in kill. |