diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-16 20:07:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-16 20:07:37 +0000 |
commit | ce5b4fc9f7ec28cca3000afc79ddc06b40bff940 (patch) | |
tree | ac25f50440a187d89f5ee553d85f22da00571a6b /NEWS | |
parent | f373160c3d6837f18709246fb7d1b196f438e1b5 (diff) | |
download | coreutils-ce5b4fc9f7ec28cca3000afc79ddc06b40bff940.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,12 @@ GNU coreutils NEWS -*- outline -*- +* Major changes in release 5.0.2: + +** Bug fixes +- 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. +- [ invoked with no arguments no longer evokes a segfault + * Major changes in release 5.0.1: ** New programs |