From 933d7b6fb54bea7e8b57d45f497df94353559ea5 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 19 Jan 2009 22:59:21 -0600 Subject: Announce 0.0.8 release. --- www/news.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'www/news.html') diff --git a/www/news.html b/www/news.html index 2b2e0b7c..aa79566a 100755 --- a/www/news.html +++ b/www/news.html @@ -12,6 +12,22 @@ release tarball.]

News

+

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

+ +

This uname implementation is cross compile friendly: when built as a 32 bit +binary on an x86_64 host, it reports "i686" to confuse autoconf less.

+ +

This cksum has several extra command line options which can be used to +produce different cksum variants based on the same crc32 algorithm. For +example, the broadcom "trx" image packaging uses a little endian crc, +pre-inverted instead of post-inverted, and does not include the length. +(Without these arguments, it produces the normal SUSv4 cksum output.)

+ +

It also upgrades netcat with a server mode (-l option) and fixes several +netcat bugs. It also fixed multiple bugs in "patch", works around a +reiserfs bug in cp, and oneit can reboot on exit more reliably.

+

November 12, 2008 - toybox 0.0.7 adds sort and tee commands, upgrades the internal option parsing logic and the -- cgit v1.2.3