diff options
author | Rob Landley <rob@landley.net> | 2007-06-18 01:27:43 -0400 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-06-18 01:27:43 -0400 |
commit | 9aa9d142d5720c91c484a96cadeff5ef26327bd4 (patch) | |
tree | 97153e9afd8c16c4124f6d830826461feb3e7098 /www | |
parent | 145879c4aea233d737b10c3bf8406e98178100d9 (diff) | |
download | toybox-9aa9d142d5720c91c484a96cadeff5ef26327bd4.tar.gz |
Update web page to mention 0.0.3 release.
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index 56fdf216..0edf0c82 100644 --- a/www/index.html +++ b/www/index.html @@ -1,5 +1,19 @@ <!--#include file="header.html" --> +<p><b>June 18, 2007</b> - Put out +<a href=downloads/toybox-0.0.3.tar.bz2>toybox-0.0.3.tar.bz2</a> since it's +been too long since I did something like that. This one implements +catv, count, df, echo, false, oneit, pwd, sleep, sync, toysh, true, which, +and yes (which is what "make defconfig" enables). There are several other +commands not enabled by defconfig, because they don't really work yet.</p> + +<p>Most of the general infrastructure's there now, although lots of tweaking +and optimizing is still needed. The test suite is skeletal and not entirely +checked in yet, but I'm working on that.</p> + +<p>I don't have nearly as much time to work on this as I'd like, but I'm making +a little progress.</p> + <p>Jan 31: Screwing up the web page a bit, adding an index bar along the side which doesn't properly connect up to anything yet. (Busy implementing mke2fs and gene2fs.)</p> |