Some minor updates. Bump version number in preparation for release.

-Erik
This commit is contained in:
Eric Andersen
2001-07-07 00:03:00 +00:00
parent 0279505e8c
commit b7e6f13b3c
5 changed files with 17 additions and 21 deletions

8
TODO
View File

@@ -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)
-----------