diff options
author | Rob Landley <rob@landley.net> | 2009-03-29 21:55:27 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2009-03-29 21:55:27 -0500 |
commit | 25afd6548d9cd0ed3c9a3865c6ff73dbfd65f97d (patch) | |
tree | 00f4f5abef3ecee10df6975d443b10ec564c0752 | |
parent | 528056fd658f27d897e36f7c1cd3b3940832a25d (diff) | |
download | toybox-25afd6548d9cd0ed3c9a3865c6ff73dbfd65f97d.tar.gz |
Announce 0.0.9.1 bugfix release.
-rw-r--r-- | www/header.html | 2 | ||||
-rwxr-xr-x | www/news.html | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/www/header.html b/www/header.html index 7c883df2..b27fae4a 100644 --- a/www/header.html +++ b/www/header.html @@ -24,7 +24,7 @@ <b>Development</b> <ul> <li><a href="/notes.html">Maintainer's Log</a></li> - <li><a href="http://www2.them.com:8080/cgi-bin/mailman/listinfo/toybox">Mailing List</a></li> + <li><a href="http://lists.impactlinux.com/listinfo.cgi/toybox-impactlinux.com">Mailing List</a></li> </ul> </td> diff --git a/www/news.html b/www/news.html index 0c67f594..4a5e7050 100755 --- a/www/news.html +++ b/www/news.html @@ -9,6 +9,15 @@ seq, sha1sum, sleep, sort, sync, tee, touch, toysh, true, tty, uname, which, yes <h2>News</h2> +<p><b>March 29, 2009</b> - Released +<a href=downloads/toybox-0.0.9.1</a>toybox 0.0.9.1</a> which is a bugfix +release for issues with the patch command.</p> + +<p>The project is currently on whole while the developers learn Lua and +decide whether or not to port the whole thing to that language. +(Also note: the mailing list moved. See the links on the left. You'll +have to resubscribe.)</p> + <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 |