From: Rob Landley Date: Sat, 29 Mar 2008 22:27:16 +0000 (-0500) Subject: New release coming. X-Git-Tag: 0.0.5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2F0.0.5;p=platform%2Fupstream%2Ftoybox.git New release coming. --- diff --git a/www/news.html b/www/news.html index a911759..e5c61bf 100755 --- a/www/news.html +++ b/www/news.html @@ -2,13 +2,29 @@

Currently implemented commands:

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

News

+

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 +scripts), and make install/install_flat/uninstall/uninstall_flat calls +make/install.sh (with options --long --symlink --force --uninstall depending +on the context).

+ +

Most of the work has been behind the scenes, namely a significant rewrite of +the build logic so adding each new command consists of adding a single C file to +the "toys" directory, eliminating the need to touch any other files. +There are specially formatted comments at the top of the C file to generate +the other files, see toys/hello.c for an example. (See generated/README.txt +and code.html for details.)

+

January 2, 2008 - And toybox-0.0.4.tar.bz2 is out. The new applets this time around include basename, chroot, dirname, dmesg, help, mkfifo, netcat, patch, sha1sum, touch, and tty.