# HG changeset patch # User Rob Landley # Date 1238300747 18000 # Node ID 2054bdc29f0cf4b575d9ec58c5033580ad0dc17a # Parent fa6ee51281ca73fb7aa53eb597ed9bde02fec13c Old news.html update, but never actually checked in. diff -r fa6ee51281ca -r 2054bdc29f0c www/news.html --- a/www/news.html Sat Mar 28 23:24:42 2009 -0500 +++ b/www/news.html Sat Mar 28 23:25:47 2009 -0500 @@ -2,15 +2,19 @@

Currently implemented commands:

-basename, cat, catv, chroot, chvt, count, cp, df, dirname, dmesg, echo, false, -hello, help, mkfifo, nc, netcat, oneit, patch, pwd, rmdir, sh, sha1sum, sleep, -sync, touch, toysh, true, tty, which, yes +basename, bzcat, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, dmesg, +echo, false, hello, help, mkfifo, mkswap, nc, netcat, oneit, patch, pwd, rmdir, +seq, sha1sum, sleep, sort, sync, tee, touch, toysh, true, tty, uname, which, yes

-

[Commands in square brackets are in source control, but not in the most recent -release tarball.]

+

News

-

News

+

January 29, 2009 - Released +toybox 0.0.9 which is a minor packaging +fix for 0.0.8. (The previous release tarball contained a prebuilt x86-64 +kconfig/conf file, because the release script ran defconfig to +pregenerate help.h, and didn't run make clean afterwards.) The actual source +code is identical to the previous release.

January 20, 2009 - toybox 0.0.8 adds the uname, cksum, and mkswapfs commands.