diff options
author | Rob Landley <rob@landley.net> | 2006-05-17 19:59:24 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-05-17 19:59:24 +0000 |
commit | c27c04c16e607c4a266093d9683fb1c9f83e9bed (patch) | |
tree | aa69a3665dc3a381d5ca8d8434e5095c079ec154 /docs/busybox.net | |
parent | 81369a8b2fd1ac55ce734358a93cdd65817324c1 (diff) | |
download | busybox-w32-c27c04c16e607c4a266093d9683fb1c9f83e9bed.tar.gz busybox-w32-c27c04c16e607c4a266093d9683fb1c9f83e9bed.tar.bz2 busybox-w32-c27c04c16e607c4a266093d9683fb1c9f83e9bed.zip |
Announce 1.1.3.
Diffstat (limited to 'docs/busybox.net')
-rw-r--r-- | docs/busybox.net/news.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index d31cddc36..c80073e37 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
@@ -2,6 +2,17 @@ | |||
2 | 2 | ||
3 | 3 | ||
4 | <ul> | 4 | <ul> |
5 | <li><b>17 May 2006 -- BusyBox 1.1.3 (stable)</b> | ||
6 | <p><a href=http://busybox.net/downloads/busybox-1.1.3.tar.bz2">BusyBox | ||
7 | 1.1.3</a> is another bugfix release. It makes passwd use salt, fixes a | ||
8 | memory freeing bug in ls, fixes "build all sources at once" mode, makes | ||
9 | mount -a not abort on the first failure, fixes msh so ctrl-c doesn't kill | ||
10 | background processes, makes patch work with patch hunks that don't have a | ||
11 | timestamp, make less's text search a lot more robust (the old one could | ||
12 | segfault), and fixes readlink -f when built against uClibc.</p> | ||
13 | |||
14 | <p>Expect 1.2.0 sometime next month, which won't be a bugfix release.</p> | ||
15 | |||
5 | <li><b>10 April 2006 -- BusyBox 1.1.2 (stable)</b> | 16 | <li><b>10 April 2006 -- BusyBox 1.1.2 (stable)</b> |
6 | <p>You can now download <a href="http://busybox.net/downloads/busybox-1.1.2.tar.bz2">BusyBox 1.1.2</a>, a bug fix release consisting of 11 patches | 17 | <p>You can now download <a href="http://busybox.net/downloads/busybox-1.1.2.tar.bz2">BusyBox 1.1.2</a>, a bug fix release consisting of 11 patches |
7 | backported from the development branch: Some build fixes, several fixes | 18 | backported from the development branch: Some build fixes, several fixes |