diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-20 20:38:57 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-20 20:38:57 +0000 |
commit | 598ca9f579e86e29f1b34325f8df209677119ff0 (patch) | |
tree | 2ee1c57d1f03f77481abf4d9dd61175bd6fa8674 /docs | |
parent | 24f3e664658589b4f50f43460a3b48da4b9d020b (diff) | |
download | busybox-w32-598ca9f579e86e29f1b34325f8df209677119ff0.tar.gz busybox-w32-598ca9f579e86e29f1b34325f8df209677119ff0.tar.bz2 busybox-w32-598ca9f579e86e29f1b34325f8df209677119ff0.zip |
Announce 1.3.2 and 1.4.0 on busybox.net
git-svn-id: svn://busybox.net/trunk/busybox@17409 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/news.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index cdffd48eb..952bd09b7 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
@@ -2,6 +2,47 @@ | |||
2 | 2 | ||
3 | 3 | ||
4 | <ul> | 4 | <ul> |
5 | <li><b>20 January, 2007 -- BusyBox 1.4.0 (stable)</b> | ||
6 | <p><a href=http://busybox.net/downloads/busybox-1.4.0.tar.bz2>BusyBox 1.4.0</a>.</p> | ||
7 | |||
8 | <p>Since this is a x.x.0 release, it probably is a bit less "stable" | ||
9 | than usual.</p> | ||
10 | <p>Changes since previous release: | ||
11 | <ul> | ||
12 | <li>e2fsprogs are mostly removed from busybox. Some smaller parts remain, | ||
13 | the rest of it sits disabled in e2fsprogs/old_e2fsprogs/*, because | ||
14 | it's too bloated. Really. I'm afraid it's about the only way we can | ||
15 | ever get e2fsprogs cleaned up. | ||
16 | <li>less: many improvements. Now can display binary files | ||
17 | (although I expect it to have trouble with displays where 8bit chars | ||
18 | don't have 1-to-1 char/glyph relationship). Regexp search is not buggy | ||
19 | anymore. Less does not read entire input up-front. Reads input | ||
20 | as it appears (yay!). Works rather nice as man pager. I recommend it | ||
21 | for general use now. | ||
22 | <li>IPv6: generic support is in place, many networking applets are | ||
23 | upgraded to be IPv6 capable. Probably some work remains, but it is | ||
24 | already much better than what we had previously. | ||
25 | <li>arp: new applet (thanks to Eric Spakman). | ||
26 | <li>fakeidentd: non-forking standalone server part was taking ~90% | ||
27 | of the applet. Factored it out (in fact, rewrote it). | ||
28 | <li>syslogd: mostly rewritten. | ||
29 | <li>decompress_unzip, gzip: sanitized a bit. | ||
30 | <li>sed: better hadling of NULs | ||
31 | <li>httpd: stop adding our own "Content-type:" to CGI output | ||
32 | <li>chown: user.grp works again. | ||
33 | <li>minor bugfixes to: passwd, date, tftp, start_stop_daemon, tar, | ||
34 | ps, ifupdown, time, su, stty, awk, ping[6], sort,... | ||
35 | </ul> | ||
36 | </p> | ||
37 | </li> | ||
38 | |||
39 | <li><b>20 January, 2007 -- BusyBox 1.3.2 (stable)</b> | ||
40 | <p><a href=http://busybox.net/downloads/busybox-1.3.1.tar.bz2>BusyBox 1.3.1</a>.</p> | ||
41 | |||
42 | <p>This release includes only one trivial fix accumulated since 1.3.1 | ||
43 | </p> | ||
44 | </li> | ||
45 | |||
5 | <li><b>27 December, 2006 -- BusyBox 1.3.1 (stable)</b> | 46 | <li><b>27 December, 2006 -- BusyBox 1.3.1 (stable)</b> |
6 | <p><a href=http://busybox.net/downloads/busybox-1.3.1.tar.bz2>BusyBox 1.3.1</a>. | 47 | <p><a href=http://busybox.net/downloads/busybox-1.3.1.tar.bz2>BusyBox 1.3.1</a>. |
7 | (<a href=http://busybox.net/downloads/fixes-1.3.1/>patches</a>)</p> | 48 | (<a href=http://busybox.net/downloads/fixes-1.3.1/>patches</a>)</p> |