diff options
Diffstat (limited to 'www/news.html')
-rwxr-xr-x | www/news.html | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/www/news.html b/www/news.html index 35ee3930..cd2ae3c8 100755 --- a/www/news.html +++ b/www/news.html @@ -3,8 +3,8 @@ <h2>Currently implemented commands:</h2> <p> basename, bzcat, cal, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, -dmesg, echo, env, false, help, link, mkswap, nc, netcat, nice, nohup, oneit, -patch, pwd, rmdir, seq, setsid, sha1sum, sleep, sort, sync, tee, true, +dmesg, echo, env, false, head, help, link, mkswap, nc, netcat, nice, nohup, +oneit, patch, pwd, rmdir, seq, setsid, sha1sum, sleep, sort, sync, tee, true, truncate, tty, uname, unlink, unshare, wc, which, xargs, yes </p> @@ -13,6 +13,22 @@ truncate, tty, uname, unlink, unshare, wc, which, xargs, yes <h2>News</h2> +<hr><b>February 12, 2012</b> +<blockquote><p> +"for though it has many omissions and contains much that is apocryphal, or at +least wildly inaccurate, it scores over the older, more pedestrian work in two +important respects..."</p> +<p> - The Hitchhiker's Guide to the Galaxy</p></blockquote> + +<p>Here's the first BSD licensed release, +<a href=downloads/toybox-0.2.0.tar.bz2>toybox-0.2.0</a>, more a synchronization +point than anything particularly useful. 47 commands in a reasonably +ready-to-use state (what "make defconfig" builds), another ten or so partially +finished stubs ("make allyesconfig"), and several +patches pending on the mailing list I need to review and merge.</p> + +<p>More to come...</p> + <hr> <p><b>November 15, 2011</b> - Back from the dead, Toybox is now under a 2 clause BSD license, and aiming to become the default command line |