# HG changeset patch # User Rob Landley # Date 1182144463 14400 # Node ID 3b20d0322d286c6ea4bef4e5dc48b6c836b81ae2 # Parent cca764ba0e9a77050c2cf3b928d4456e557036f4 Update web page to mention 0.0.3 release. diff -r cca764ba0e9a -r 3b20d0322d28 www/index.html --- a/www/index.html Mon Jun 18 01:22:14 2007 -0400 +++ b/www/index.html Mon Jun 18 01:27:43 2007 -0400 @@ -1,5 +1,19 @@ +

June 18, 2007 - Put out +toybox-0.0.3.tar.bz2 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.

+ +

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.

+ +

I don't have nearly as much time to work on this as I'd like, but I'm making +a little progress.

+

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