aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-07 00:03:00 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-07 00:03:00 +0000
commitb7e6f13b3c264f6d689f0eefc61d4718c3043062 (patch)
tree02d2e30e4e9d727a1cef29abc9bdf0939e1949b8 /TODO
parent0279505e8c837c59b6a777d40a58ee1a399d19da (diff)
downloadbusybox-b7e6f13b3c264f6d689f0eefc61d4718c3043062.tar.gz
Some minor updates. Bump version number in preparation for release.
-Erik
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 1 insertions, 7 deletions
diff --git a/TODO b/TODO
index 7237ab736..3d9af20a7 100644
--- a/TODO
+++ b/TODO
@@ -10,13 +10,6 @@ around to it some time. If you have any good ideas, please let me know.
netkit-tiny. Per discussions on the mailing list, this isn't going
to happen. False alarm. Sorry about the confusion.
-* The default busybox shell, lash, is really too weak for serious use,
- although it is possible to run many simple systems with it. BusyBox
- 0.52 now contains a rewritten shell, hush, which understands most
- Bourne grammar, with only about a 4 Kbyte binary size penalty. You can
- engage hush at pre-compile time by "ln -sf hush.c sh.c; touch hush.c".
- Hush is young, and has plenty of bugs to shake out, so think twice before
- using it for production systems. We welcome bug reports and patches.
-Erik
@@ -25,6 +18,7 @@ around to it some time. If you have any good ideas, please let me know.
Possible apps to include some time:
* hwclock
+* start-stop-daemon
* group/commonize strings, remove dups (for i18n, l10n)
-----------