summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-16 19:43:04 +0000
committerJim Meyering <jim@meyering.net>2003-07-16 19:43:04 +0000
commit81b607d2a05b87892b354691b1fc866e865ede1c (patch)
treeb6e5c794d880778f24dccab4aa4a9edd1e5148f0 /ChangeLog
parent17d2d3a72f9baccd1ca70647c1cdd45aa9c50043 (diff)
downloadcoreutils-81b607d2a05b87892b354691b1fc866e865ede1c.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 955c6c6eb..9fa4da06f 100644
--- 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.