From: Jim Meyering Date: Wed, 16 Jul 2003 19:43:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.90~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81b607d2a05b87892b354691b1fc866e865ede1c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 955c6c6eb6..9fa4da06ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2003-07-16 Jim Meyering + * Version 5.0.2. + + * src/kill.c (main): Fix bug introduced on 2003-05-10 (for 5.0.1) + whereby kill would always attempt to operate on argv[0] and fail. + * src/test.c (integer_expected_error): Improve diagnostic -- now, it also matches the one from bash's builtin test. (binary_operator): Add \n at end of diagnostic. @@ -8,8 +13,6 @@ * tests/priv-check: Move setuidgid-related and NON_ROOT_USERNAME-checking code to this file. - * Version 5.0.2. - * README: Update section on testing as `root'. Suggestion from Paul Jarc.