summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-16 20:50:30 +0000
committerJim Meyering <jim@meyering.net>2003-07-16 20:50:30 +0000
commit0cd3fbee5947a6102c5ed635b3a23488b5e2c448 (patch)
tree7ca32a414ff55528d08848da1476fef6dd2ae6e6 /ChangeLog
parent64cdeb8d3926f1249bea1050537ff13530151c59 (diff)
downloadcoreutils-0cd3fbee5947a6102c5ed635b3a23488b5e2c448.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fa4da06f..cd7e60669 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,22 @@
2003-07-16 Jim Meyering <jim@meyering.net>
- * Version 5.0.2.
+ * Version 5.0.90.
+
+ * configure.ac: Use 5.0.90, rather than 5.0.2, per GNU maintainer
+ guidelines. The next non-beta release will be 5.1.
+
+ This script would have caught at least two recent bugs:
+ those in [ and kill.
+ * tests/help-version: Revive this script.
+ It wasn't doing anything useful, since $all_programs wasn't being
+ defined by the invoking Makefile.am.
+ Reflect that nohup is no longer a script, so don't exclude it.
+ Add framework to handle the programs added since it was last run:
+ kill, stat, unlink, [, link, readlink.
+ Fix path-related problems deriving from the move of this script
+ from src/ to its present location.
+ * tests/Makefile.am (all_programs): Define.
+ (TESTS_ENVIRONMENT): Use it.
* 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.