aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-07 00:03:00 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-07 00:03:00 +0000
commit42cb7c8d4e193d803a15549757c0b905dbe1ce1a (patch)
tree02d2e30e4e9d727a1cef29abc9bdf0939e1949b8 /TODO
parentda828fceb47464285c31e9e81af3d9a61358b068 (diff)
downloadbusybox-w32-42cb7c8d4e193d803a15549757c0b905dbe1ce1a.tar.gz
busybox-w32-42cb7c8d4e193d803a15549757c0b905dbe1ce1a.tar.bz2
busybox-w32-42cb7c8d4e193d803a15549757c0b905dbe1ce1a.zip
Some minor updates. Bump version number in preparation for release.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@3024 69ca8d6d-28ef-0310-b511-8ec308f3f277
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.
10 netkit-tiny. Per discussions on the mailing list, this isn't going 10 netkit-tiny. Per discussions on the mailing list, this isn't going
11 to happen. False alarm. Sorry about the confusion. 11 to happen. False alarm. Sorry about the confusion.
12 12
13* The default busybox shell, lash, is really too weak for serious use,
14 although it is possible to run many simple systems with it. BusyBox
15 0.52 now contains a rewritten shell, hush, which understands most
16 Bourne grammar, with only about a 4 Kbyte binary size penalty. You can
17 engage hush at pre-compile time by "ln -sf hush.c sh.c; touch hush.c".
18 Hush is young, and has plenty of bugs to shake out, so think twice before
19 using it for production systems. We welcome bug reports and patches.
20 13
21 -Erik 14 -Erik
22 15
@@ -25,6 +18,7 @@ around to it some time. If you have any good ideas, please let me know.
25Possible apps to include some time: 18Possible apps to include some time:
26 19
27* hwclock 20* hwclock
21* start-stop-daemon
28* group/commonize strings, remove dups (for i18n, l10n) 22* group/commonize strings, remove dups (for i18n, l10n)
29 23
30----------- 24-----------