# HG changeset patch # User Rob Landley # Date 1218058902 18000 # Node ID 2925f71bce99513468349b01d7cd5892aa40b047 # Parent 739a56397f325408a8df5be55093b33558dbe58c Announce 0.9.0 release. diff -r 739a56397f32 -r 2925f71bce99 www/index.html --- a/www/index.html Wed Aug 06 16:26:18 2008 -0500 +++ b/www/index.html Wed Aug 06 16:41:42 2008 -0500 @@ -1,6 +1,53 @@

News

+

August 6, 2008

+

Version 0.9.0 is out +(changeset 378) +and can rebuild itself under itself. (The packaging step still requires User +Mode Linux to create ext2 images, which only works on x86 and x86-64 hosts. +The next release should replace that with something more portable.)

+ +

The root filesystem is now based on BusyBox 1.11.1 (plus a few bug fixes). +The prebuilt binary cross compilers are +statically linked against uClibc for better portability.

+ +

The forkbomb.sh script can now take a number of parallel targets to +launch, for example "./forkbomb.sh --fork 3". (The resulting display is kind +of horrible but the out-$ARCH.txt files are still legible.) Leaving off the +number still builds all targets in parallel, with the original display.

+ +

The include.sh script was reorganized so that interesting environment +variables the user might want to export for themselves are set near the top +of the script. Currently this includes:

+ + + +

Updated documentation is in progress...

+

June 6, 2008

Version 0.4.0 is out (changeset 345),