changeset 135:3b20d0322d28

Update web page to mention 0.0.3 release.
author Rob Landley <rob@landley.net>
date Mon, 18 Jun 2007 01:27:43 -0400
parents cca764ba0e9a
children c4a3781ecbab
files www/index.html
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 <!--#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>