aboutsummaryrefslogtreecommitdiff
path: root/www/news.html
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2009-03-28 23:25:47 -0500
committerRob Landley <rob@landley.net>2009-03-28 23:25:47 -0500
commit121582ee95f839c928e46e2f87660684d0dba207 (patch)
treea04c503be532ad45f517cac61af1fef33c621c0d /www/news.html
parent36816221d5e3c148c7445b226e6e485437a6122b (diff)
downloadtoybox-121582ee95f839c928e46e2f87660684d0dba207.tar.gz
Old news.html update, but never actually checked in.
Diffstat (limited to 'www/news.html')
-rwxr-xr-xwww/news.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/www/news.html b/www/news.html
index aa79566a..0c67f594 100755
--- a/www/news.html
+++ b/www/news.html
@@ -2,16 +2,20 @@
<h2>Currently implemented commands:</h2>
<p>
-basename, cat, catv, chroot, chvt, count, cp, df, dirname, dmesg, echo, false,
-hello, help, mkfifo, nc, netcat, oneit, patch, pwd, rmdir, sh, sha1sum, sleep,
-sync, touch, toysh, true, tty, which, yes
+basename, bzcat, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, dmesg,
+echo, false, hello, help, mkfifo, mkswap, nc, netcat, oneit, patch, pwd, rmdir,
+seq, sha1sum, sleep, sort, sync, tee, touch, toysh, true, tty, uname, which, yes
</p>
-<p>[Commands in square brackets are in source control, but not in the most recent
-release tarball.]</p>
-
<h2>News</h2>
+<p><b>January 29, 2009</b> - Released
+<a href=downloads/toybox-0.0.9</a>toybox 0.0.9</a> which is a minor packaging
+fix for 0.0.8. (The previous release tarball contained a prebuilt x86-64
+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>
+
<p><b>January 20, 2009</b> - <a href=downloads/toybox-0.0.8</a>toybox 0.0.8</a>
adds the uname, cksum, and mkswapfs commands.</p>