comparison www/news.html @ 350:2054bdc29f0c

Old news.html update, but never actually checked in.
author Rob Landley <rob@landley.net>
date Sat, 28 Mar 2009 23:25:47 -0500
parents 0fc63f28dccd
children 287bca550748
comparison
equal deleted inserted replaced
349:fa6ee51281ca 350:2054bdc29f0c
1 <!--#include file="header.html" --> 1 <!--#include file="header.html" -->
2 2
3 <h2>Currently implemented commands:</h2> 3 <h2>Currently implemented commands:</h2>
4 <p> 4 <p>
5 basename, cat, catv, chroot, chvt, count, cp, df, dirname, dmesg, echo, false, 5 basename, bzcat, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, dmesg,
6 hello, help, mkfifo, nc, netcat, oneit, patch, pwd, rmdir, sh, sha1sum, sleep, 6 echo, false, hello, help, mkfifo, mkswap, nc, netcat, oneit, patch, pwd, rmdir,
7 sync, touch, toysh, true, tty, which, yes 7 seq, sha1sum, sleep, sort, sync, tee, touch, toysh, true, tty, uname, which, yes
8 </p> 8 </p>
9 9
10 <p>[Commands in square brackets are in source control, but not in the most recent 10 <h2>News</h2>
11 release tarball.]</p>
12 11
13 <h2>News</h2> 12 <p><b>January 29, 2009</b> - Released
13 <a href=downloads/toybox-0.0.9</a>toybox 0.0.9</a> which is a minor packaging
14 fix for 0.0.8. (The previous release tarball contained a prebuilt x86-64
15 kconfig/conf file, because the release script ran defconfig to
16 pregenerate help.h, and didn't run make clean afterwards.) The actual source
17 code is identical to the previous release.</p>
14 18
15 <p><b>January 20, 2009</b> - <a href=downloads/toybox-0.0.8</a>toybox 0.0.8</a> 19 <p><b>January 20, 2009</b> - <a href=downloads/toybox-0.0.8</a>toybox 0.0.8</a>
16 adds the uname, cksum, and mkswapfs commands.</p> 20 adds the uname, cksum, and mkswapfs commands.</p>
17 21
18 <p>This uname implementation is cross compile friendly: when built as a 32 bit 22 <p>This uname implementation is cross compile friendly: when built as a 32 bit