diff options
Diffstat (limited to 'www/news.html')
-rwxr-xr-x | www/news.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/news.html b/www/news.html index 9d0ad67f..2699f540 100755 --- a/www/news.html +++ b/www/news.html @@ -1,3 +1,5 @@ +<!--#include file="header.html" --> + <h2>Currently implemented commands:</h2> <p> basename, bzcat, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, dmesg, @@ -7,11 +9,17 @@ seq, sha1sum, sleep, sort, sync, tee, touch, toysh, true, tty, uname, which, yes <h2>News</h2> +<p><b>December 1, 2009</b> - <a href=downloads/toybox-0.1.0.tar.bz2>toybox-0.1.0</a> is out.</p> + +<p>This release is a couple build fixes and another bugfix to patch.</p> + +<hr> <p><b>April 17, 2009</b> - Another bugfix release, <a href=downloads/toybox-0.0.9.2.tar.bz2>toybox-0.0.9.2</a>, off by one allocation error in patch.</p> <p>(Darn fiddly command, innit?)</p> +<hr> <p><b>March 29, 2009</b> - Released <a href=downloads/toybox-0.0.9.1.tar.bz2>toybox 0.0.9.1</a> which is a bugfix release for issues with the patch command.</p> @@ -21,6 +29,7 @@ decide whether or not to port the whole thing to that language. (Also note: the mailing list moved. See the links on the left. You'll have to resubscribe.)</p> +<hr> <p><b>January 29, 2009</b> - Released <a href=downloads/toybox-0.0.9.tar.bz2>toybox 0.0.9.tar.bz2</a> which is a minor packaging fix for 0.0.8. (The previous release tarball contained a prebuilt x86-64 @@ -28,6 +37,7 @@ 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.</p> +<hr> <p><b>January 20, 2009</b> - <a href=downloads/toybox-0.0.8.tar.bz2>toybox 0.0.8</a> adds the uname, cksum, and mkswapfs commands.</p> @@ -58,6 +68,7 @@ already exists. Command line option parsing can now handle things like "echo and some build fixes.</p> <p> +<hr> <p><b>March 29, 2008</b> - Time to release <a href=downloads/toybox-0.0.5.tar.bz2>toybox 0.0.5</a>, with new commands cp and chvt and several bugfixes.</p> @@ -118,3 +129,5 @@ df, a skeletal toysh, and some library functions. Proof of concept, really.</p> <p><b>September 7, 2006</b> - Project launched, first commit to mercurial archive.</p> + +<!--#include file="footer.html" --> |