]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 16 Jul 2003 19:43:04 +0000 (19:43 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 16 Jul 2003 19:43:04 +0000 (19:43 +0000)
ChangeLog

index 955c6c6eb664a75f03a3da9d1440fb25e8ed8634..9fa4da06ff6873145a87cb39572862402519107a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2003-07-16  Jim Meyering  <jim@meyering.net>
 
+       * 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.