comparison www/news.html @ 361:e5b5c6293f58

Add .tar.bz2 to tarball links.
author Rob Landley <rob@landley.net>
date Fri, 23 Oct 2009 17:42:13 -0500
parents f7780b485e6f
children 8f0b24cc7cd7
comparison
equal deleted inserted replaced
360:f7780b485e6f 361:e5b5c6293f58
6 </p> 6 </p>
7 7
8 <h2>News</h2> 8 <h2>News</h2>
9 9
10 <p><b>April 17, 2009</b> - Another bugfix release, 10 <p><b>April 17, 2009</b> - Another bugfix release,
11 <a href=downloads/toybox-0.0.9.2>toybox-0.0.9.2</a>, off by one allocation error in patch.</p> 11 <a href=downloads/toybox-0.0.9.2.tar.bz2>toybox-0.0.9.2</a>, off by one allocation error in patch.</p>
12 12
13 <p>(Darn fiddly command, innit?)</p> 13 <p>(Darn fiddly command, innit?)</p>
14 14
15 <p><b>March 29, 2009</b> - Released 15 <p><b>March 29, 2009</b> - Released
16 <a href=downloads/toybox-0.0.9.1>toybox 0.0.9.1</a> which is a bugfix 16 <a href=downloads/toybox-0.0.9.1.tar.bz2>toybox 0.0.9.1</a> which is a bugfix
17 release for issues with the patch command.</p> 17 release for issues with the patch command.</p>
18 18
19 <p>The project is currently on hold while the developers learn Lua and 19 <p>The project is currently on hold while the developers learn Lua and
20 decide whether or not to port the whole thing to that language. 20 decide whether or not to port the whole thing to that language.
21 (Also note: the mailing list moved. See the links on the left. You'll 21 (Also note: the mailing list moved. See the links on the left. You'll
22 have to resubscribe.)</p> 22 have to resubscribe.)</p>
23 23
24 <p><b>January 29, 2009</b> - Released 24 <p><b>January 29, 2009</b> - Released
25 <a href=downloads/toybox-0.0.9>toybox 0.0.9</a> which is a minor packaging 25 <a href=downloads/toybox-0.0.9.tar.bz2>toybox 0.0.9.tar.bz2</a> which is a minor packaging
26 fix for 0.0.8. (The previous release tarball contained a prebuilt x86-64 26 fix for 0.0.8. (The previous release tarball contained a prebuilt x86-64
27 kconfig/conf file, because the release script ran defconfig to 27 kconfig/conf file, because the release script ran defconfig to
28 pregenerate help.h, and didn't run make clean afterwards.) The actual source 28 pregenerate help.h, and didn't run make clean afterwards.) The actual source
29 code is identical to the previous release.</p> 29 code is identical to the previous release.</p>
30 30
31 <p><b>January 20, 2009</b> - <a href=downloads/toybox-0.0.8>toybox 0.0.8</a> 31 <p><b>January 20, 2009</b> - <a href=downloads/toybox-0.0.8.tar.bz2>toybox 0.0.8</a>
32 adds the uname, cksum, and mkswapfs commands.</p> 32 adds the uname, cksum, and mkswapfs commands.</p>
33 33
34 <p>This uname implementation is cross compile friendly: when built as a 32 bit 34 <p>This uname implementation is cross compile friendly: when built as a 32 bit
35 binary on an x86_64 host, it reports "i686" to confuse autoconf less.</p> 35 binary on an x86_64 host, it reports "i686" to confuse autoconf less.</p>
36 36