From fe0f3d5fa93b85a43854953b5997ad802fbad4a2 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 26 May 2008 16:07:16 -0500 Subject: Announce 0.0.6 release. (A bit early, so the next FWL release can use it.) --- www/news.html | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/www/news.html b/www/news.html index e5c61bf6..fb26b787 100755 --- a/www/news.html +++ b/www/news.html @@ -2,15 +2,27 @@

Currently implemented commands:

-basename, catv, chroot, chvt, count, cp, df, dirname, dmesg, echo, false, hello, -help, mkfifo, nc, netcat, oneit, patch, pwd, sh, sha1sum, sleep, sync, touch, -toysh, true, tty, which, yes +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

+

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

+

News

-

March 29, 2008 -

Time to release toybox 0.0.5, with +

May 26, 2008 - toybox 0.0.6 +adds cat, rmdir, and seq. Bugfixes to cp and a new -v option. Updates mdev to +work with the 2.6.25 kernel. Updates patch to knows that a file dated +1969-12-31 means it doesn't exist, and to fail if a file it needs to create +already exists. Command line option parsing can now handle things like "echo +-nex" vs "echo -ne". Several updates to the test suite (run scripts/test.sh), +and some build fixes.

+ +

+

March 29, 2008 - +Time to release toybox 0.0.5, with new commands cp and chvt and several bugfixes.

More makefile targets: "make test" runs the test suite (which needs more test -- cgit v1.2.3