diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-12 17:53:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-12 17:53:59 +0000 |
commit | 3d3d698594a4a0658e4fa5b4cd37194d1a35d340 (patch) | |
tree | 7d212eb2d78d9b1e2988d372fea259b28028c4fb /docs/busybox.net/news.html | |
parent | fee2d0c2567f9fad6a0a278b4598053a41180012 (diff) | |
download | busybox-3d3d698594a4a0658e4fa5b4cd37194d1a35d340.tar.gz |
Announce 1.9.1
Diffstat (limited to 'docs/busybox.net/news.html')
-rw-r--r-- | docs/busybox.net/news.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 30d67925d..d1cf7c24f 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html @@ -1,6 +1,19 @@ <!--#include file="header.html" --> <ul> + <li><b>12 February 2008 -- BusyBox 1.9.1 (stable)</b> + <p><a href=http://busybox.net/downloads/busybox-1.9.1.tar.bz2>BusyBox 1.9.1</a>. + (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_9_stable/>svn</a>, + <a href=http://busybox.net/downloads/fixes-1.9.1/>patches</a>, + <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> + + <p>This is a bugfix-only release, with fixes to fsck, + iproute, mdev, mkswap, msh, nameif, stty, test, zcip.</p> + <p>hush has `command` expansion re-enabled for NOMMU, although it is + inherently unsafe (by virtue of NOMMU's use of vfork instead of fork). + Plan to make this less likely to bite people in future versions.</p> + </li> + <li><b>24 December 2007 -- BusyBox 1.9.0 (unstable)</b> <p><a href=http://busybox.net/downloads/busybox-1.9.0.tar.bz2>BusyBox 1.9.0</a>. (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_9_stable/>svn</a>, |