diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-01 14:40:03 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-01 14:40:03 +0000 |
commit | a0d7508748c720b10c79269b02fd54672a367c93 (patch) | |
tree | 9b999cbb8709f48a11fa83b16b4188113d4ef097 /docs/busybox.net | |
parent | fdcfa2aba7b804082090c424f11d0cf8cad30405 (diff) | |
download | busybox-w32-a0d7508748c720b10c79269b02fd54672a367c93.tar.gz busybox-w32-a0d7508748c720b10c79269b02fd54672a367c93.tar.bz2 busybox-w32-a0d7508748c720b10c79269b02fd54672a367c93.zip |
website: announce 1.6.0
Diffstat (limited to 'docs/busybox.net')
-rw-r--r-- | docs/busybox.net/news.html | 136 |
1 files changed, 124 insertions, 12 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index f77698e51..0eee9fcd3 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
@@ -1,8 +1,120 @@ | |||
1 | <!--#include file="header.html" --> | 1 | <!--#include file="header.html" --> |
2 | 2 | ||
3 | |||
4 | <ul> | 3 | <ul> |
5 | <li><b>20 May, 2007 -- BusyBox 1.5.1 (stable)</b> | 4 | <li><b>1 June 2007 -- BusyBox 1.6.0 (unstable)</b> |
5 | <p><a href=http://busybox.net/downloads/busybox-1.6.0.tar.bz2>BusyBox 1.6.0</a>. | ||
6 | (<a href=http://busybox.net/downloads/fixes-1.6.0/>patches</a>, | ||
7 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> | ||
8 | |||
9 | <p>Since this is a x.x.0 release, it probably does not deserve "stable" | ||
10 | label. Please help making 1.6.1 stable by testing 1.6.0.</p> | ||
11 | <p>Note that hush shell had many changes and (hopefully) is much improved now, | ||
12 | but there is a possibility that it regressed in some obscure cases. Please | ||
13 | report any such cases.</p> | ||
14 | <p>lash users please note: lash is going to be deprecated in busybox 1.7.0 | ||
15 | and removed in the more distant future. Please migrate to hush.</p> | ||
16 | <p><a href=http://busybox.net/~vda/mem_usage-1.6.0.txt>Memory usage has decreased, but we can do better still</a></p> | ||
17 | <p>Other changes since previous release: | ||
18 | <ul> | ||
19 | <li>NOFORK: audit small applets and mark some of them as NOFORK. Put big scary warnings in relevant places | ||
20 | <li>NOFORK: factor out NOFORK/NOEXEC code from find. Use NOFORK/NOEXEC in find and xargs | ||
21 | <li>NOFORK: remove potential xmalloc from NOFORK path in bb_full_fd_action | ||
22 | <li>NOMMU: random fixes; compressed --help now works for NOMMU | ||
23 | <li>SELinux: load_policy applet | ||
24 | <li>[u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>) | ||
25 | <li>addgroup: clean up, fix adding users to existing groups and make it optional (Tito) | ||
26 | <li>adduser: don't bomb out if shadow password file doesn't exist (from Tito <farmatito@tiscali.it>) | ||
27 | <li>applet.c: do not even try to read config if run by real root; fix suid config handling | ||
28 | <li>ash: fix infinite loop on exit if tty is not there anymore | ||
29 | <li>ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>) | ||
30 | <li>ash: implement type -p, costs less than 10 bytes (patch by Mats Erik Andersson <mats.andersson64@comhem.se>) | ||
31 | <li>awk: don't segfault on printf(%*s). Closes bug 1337 | ||
32 | <li>awk: guard against empty environment | ||
33 | <li>awk: some 'lineno' vars were shorts, made them ints (code got smaller) | ||
34 | <li>cat: stop using stdio.h opens | ||
35 | <li>config system: clarify PREFER_APPLETS/SH_STANDALONE effects in help text | ||
36 | <li>cryptpw: new applet (by Thomas Lundquist <lists@zelow.no>) | ||
37 | <li>cttyhack: new applet | ||
38 | <li>dd: NOEXEC fix; fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>) | ||
39 | <li>deluser: add optional support for removing users from groups (by Tito <farmatito@tiscali.it>) | ||
40 | <li>diff: fix SEGV (NULL deref) in diff -N | ||
41 | <li>diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>) | ||
42 | <li>dnsd: fix several buglets, make smaller; openlog(), so that applet's name is logged | ||
43 | <li>dpkg: run_package_script() returns 0 if all ok and non-zero if failure. The result code was checked incorrectly in two places. (from Kim B. Heino <Kim.Heino@bluegiga.com>) | ||
44 | <li>dpkg: use bitfields which are a bit closer to typical short/char. Code size -800 bytes | ||
45 | <li>dumpleases: getopt32()-ization (from Mats Erik Andersson <mats.andersson64@comhem.se>) | ||
46 | <li>e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes) | ||
47 | <li>ether-wake: close bug 1317. Reorder fuctions to avoid forward refs while at it | ||
48 | <li>ether-wake: save a few more bytes of code | ||
49 | <li>find: -group, -depth (Natanael Copa <natanael.copa@gmail.com>) | ||
50 | <li>find: add support for -delete, -path (by Natanael Copa) | ||
51 | <li>find: fix -prune. Add big comment about it | ||
52 | <li>find: improve usage text (Natanael Copa <natanael.copa@gmail.com>) | ||
53 | <li>find: missed 'static' on const data; size and prune were mixed up; use index_in_str_array | ||
54 | <li>find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>) | ||
55 | <li>find_root_device: teach to deal with /dev/ subdirs (by Kirill K. Smirnov <lich@math.spbu.ru>) | ||
56 | <li>find_root_device: use lstat - don't follow links | ||
57 | <li>getopt32: fix llist_t options ordering. llist_rev is now unused | ||
58 | <li>getopt: use getopt32 for option parsing - inspired by patch by Mats Erik Andersson <mats.andersson64@comhem.se> | ||
59 | <li>hdparm: fix multisector mode setting (from Toni Mirabete <amirabete@catix.cat>) | ||
60 | <li>hdparm: make -T -t code smaller (-194 bytes), and output prettier | ||
61 | <li>ifupdown: make it possible to use DHCP clients different from udhcp | ||
62 | <li>ifupdown: reread state file before rewriting it. Fixes "ifup started another ifup" state corruption bug. Patch by Natanael Copa <natanael.copa@gmail.com> | ||
63 | <li>ifupdown: small optimization (avoid doing useless work if we are not going to update state file) | ||
64 | <li>ip: fix compilation if FEATURE_TR_CLASSES is off | ||
65 | <li>ip: mv ip*_main into ip.c; use a dispatcher to save on needless duplication. Saves a minor 12b | ||
66 | <li>ip: rewrite the ip applet to be less bloaty. Convert to index_in_(sub)str_array() | ||
67 | <li>ip: set the scope properly. Thanks to Jean Wolter | ||
68 | <li>iplink: shrink iplink; sanitize libiproute a bit (-916 bytes) | ||
69 | <li>iproute: shrink a bit (-200 bytes) | ||
70 | <li>kill: know much more signals; make code smaller; use common code for kill applet and ash kill builtin | ||
71 | <li>klogd: remove dependency on syslogd | ||
72 | <li>lash: "forking" applets are actually can be treated the same way as "non-forked". Also save a bit of space on trailing NULL array elements. | ||
73 | <li>lash: fix kill buglet (didn't properly recognize ESRCH) | ||
74 | <li>lash: make -c work; crush buffer overrun and free of non-malloced ptr (from Mats Erik Andersson <mats.andersson64@comhem.se>) | ||
75 | <li>lash: recognize and use NOFORK applets | ||
76 | <li>less: fix case when regex search finds nothing; fix very obscure memory corruption bug; fix less <HUGEFILE + [End] busy loop | ||
77 | <li>libbb: add xsendto, xunlink, xpipe | ||
78 | <li>libbb: fix segfault in reset_ino_dev_hashtable() when *hashtable was NULL | ||
79 | <li>libbb: make pidfile writing configurable | ||
80 | <li>libbb: make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y) | ||
81 | <li>libbb: rework NOMMU helper API so that it makes more sense and easier to use | ||
82 | <li>libiproute: audit callgraph, shortcut error paths into die() functions | ||
83 | <li>lineedit: do not try to open NULL history file | ||
84 | <li>lineedit: nuke two unused variables and code which sets them | ||
85 | <li>login: remove setpgrp call (makes it work from shell prompt again); sanitize stdio descriptors (we are suid, need to be careful!) | ||
86 | <li>login: shrink login and set_environment by ~100 bytes | ||
87 | <li>mount: fix incorrect usage of strtok (inadvertently used NULL sometimes) | ||
88 | <li>mount: fix mounting of symlinks (mount from util-linux allows that) | ||
89 | <li>msh: data/bss reduction (more than 9k of it); fix "underscore bug" (a_b=1111 didn't work); fix obscure case with backticks and closed fd 1 | ||
90 | <li>nc: port nc 1.10 to busybox | ||
91 | <li>netstat: fix for bogus state value for raw sockets | ||
92 | <li>netstat: introduce -W: wide, ipv6-friendly output; shrink by ~500 bytes | ||
93 | <li>nmeter: should die if stdout doesn't like him anymore | ||
94 | <li>patch: do not try to delete same file twice | ||
95 | <li>ping: fix wrong sign extension of packet id (bug 1373) | ||
96 | <li>ps: add -o tty and -o rss support; make a bit smaller; work around libc bug: printf("%.*s\n", MAX_INT, buffer) | ||
97 | <li>run_parts: rewrite | ||
98 | <li>run_parts: do not check path portion of a name for "bad chars". Needed for ifupdown. Patch by Gabriel L. Somlo <somlo@cmu.edu> | ||
99 | <li>sed: fix escaped newlines in -f | ||
100 | <li>split: new applet | ||
101 | <li>stat: remove superfluous bss user (flags) and manually unswitch some areas | ||
102 | <li>stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>) | ||
103 | <li>svlogd: fix 'SEGV on uninitialized data' and make it honor TERM | ||
104 | <li>tail: fix SEGV on "tail -N" | ||
105 | <li>ipsvd: tcpsvd,udpsvd are new applets, GPL-ed 'clones' of Dan Bernstein's tcpserver. Author: Gerrit Pape <pape@smarden.org>, http://smarden.sunsite.dk/ipsvd/ | ||
106 | <li>test: close bug 1371; plug a memory leak; code size reduction | ||
107 | <li>tftp: code diet, and I think retransmits were broken | ||
108 | <li>tr: fix bug where we did not reject invalid classes like '[[:alpha'. debloat while at it | ||
109 | <li>udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata; use pipe instead of socketpair | ||
110 | <li>udhcp[cd]: stop using atexit magic fir pidfile removal; stop deleting our own pidfile if we daemonize | ||
111 | <li>xargs: shrink code, ~80 bytes; simplify word list management | ||
112 | <li>zcip: make it work on NOMMU (+ improve NOMMU support machinery) | ||
113 | </ul> | ||
114 | </p> | ||
115 | </li> | ||
116 | |||
117 | <li><b>20 May 2007 -- BusyBox 1.5.1 (stable)</b> | ||
6 | <p><a href=http://busybox.net/downloads/busybox-1.5.1.tar.bz2>BusyBox 1.5.1</a>. | 118 | <p><a href=http://busybox.net/downloads/busybox-1.5.1.tar.bz2>BusyBox 1.5.1</a>. |
7 | (<a href=http://busybox.net/downloads/fixes-1.5.1/>patches</a>, | 119 | (<a href=http://busybox.net/downloads/fixes-1.5.1/>patches</a>, |
8 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> | 120 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> |
@@ -11,7 +123,7 @@ | |||
11 | and sed.</p> | 123 | and sed.</p> |
12 | </li> | 124 | </li> |
13 | 125 | ||
14 | <li><b>23 March, 2007 -- BusyBox 1.5.0 (unstable)</b> | 126 | <li><b>23 March 2007 -- BusyBox 1.5.0 (unstable)</b> |
15 | <p><a href=http://busybox.net/downloads/busybox-1.5.0.tar.bz2>BusyBox 1.5.0</a>. | 127 | <p><a href=http://busybox.net/downloads/busybox-1.5.0.tar.bz2>BusyBox 1.5.0</a>. |
16 | (<a href=http://busybox.net/downloads/fixes-1.5.0/>patches</a>, | 128 | (<a href=http://busybox.net/downloads/fixes-1.5.0/>patches</a>, |
17 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> | 129 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> |
@@ -51,7 +163,7 @@ | |||
51 | </p> | 163 | </p> |
52 | </li> | 164 | </li> |
53 | 165 | ||
54 | <li><b>18 March, 2007 -- BusyBox 1.4.2 (stable)</b> | 166 | <li><b>18 March 2007 -- BusyBox 1.4.2 (stable)</b> |
55 | <p><a href=http://busybox.net/downloads/busybox-1.4.2.tar.bz2>BusyBox 1.4.2</a>. | 167 | <p><a href=http://busybox.net/downloads/busybox-1.4.2.tar.bz2>BusyBox 1.4.2</a>. |
56 | </p> | 168 | </p> |
57 | 169 | ||
@@ -59,7 +171,7 @@ | |||
59 | </p> | 171 | </p> |
60 | </li> | 172 | </li> |
61 | 173 | ||
62 | <li><b>25 January, 2007 -- BusyBox 1.4.1 (stable)</b> | 174 | <li><b>25 January 2007 -- BusyBox 1.4.1 (stable)</b> |
63 | <p><a href=http://busybox.net/downloads/busybox-1.4.1.tar.bz2>BusyBox 1.4.1</a>. | 175 | <p><a href=http://busybox.net/downloads/busybox-1.4.1.tar.bz2>BusyBox 1.4.1</a>. |
64 | (<a href=http://busybox.net/downloads/fixes-1.4.1/>patches</a>)</p> | 176 | (<a href=http://busybox.net/downloads/fixes-1.4.1/>patches</a>)</p> |
65 | 177 | ||
@@ -67,7 +179,7 @@ | |||
67 | </p> | 179 | </p> |
68 | </li> | 180 | </li> |
69 | 181 | ||
70 | <li><b>20 January, 2007 -- BusyBox 1.4.0 (stable)</b> | 182 | <li><b>20 January 2007 -- BusyBox 1.4.0 (stable)</b> |
71 | <p><a href=http://busybox.net/downloads/busybox-1.4.0.tar.bz2>BusyBox 1.4.0</a>. | 183 | <p><a href=http://busybox.net/downloads/busybox-1.4.0.tar.bz2>BusyBox 1.4.0</a>. |
72 | (<a href=http://busybox.net/downloads/fixes-1.4.0/>patches</a>)</p> | 184 | (<a href=http://busybox.net/downloads/fixes-1.4.0/>patches</a>)</p> |
73 | 185 | ||
@@ -102,14 +214,14 @@ | |||
102 | </p> | 214 | </p> |
103 | </li> | 215 | </li> |
104 | 216 | ||
105 | <li><b>20 January, 2007 -- BusyBox 1.3.2 (stable)</b> | 217 | <li><b>20 January 2007 -- BusyBox 1.3.2 (stable)</b> |
106 | <p><a href=http://busybox.net/downloads/busybox-1.3.2.tar.bz2>BusyBox 1.3.2</a>.</p> | 218 | <p><a href=http://busybox.net/downloads/busybox-1.3.2.tar.bz2>BusyBox 1.3.2</a>.</p> |
107 | 219 | ||
108 | <p>This release includes only one trivial fix accumulated since 1.3.1 | 220 | <p>This release includes only one trivial fix accumulated since 1.3.1 |
109 | </p> | 221 | </p> |
110 | </li> | 222 | </li> |
111 | 223 | ||
112 | <li><b>27 December, 2006 -- BusyBox 1.3.1 (stable)</b> | 224 | <li><b>27 December 2006 -- BusyBox 1.3.1 (stable)</b> |
113 | <p><a href=http://busybox.net/downloads/busybox-1.3.1.tar.bz2>BusyBox 1.3.1</a>. | 225 | <p><a href=http://busybox.net/downloads/busybox-1.3.1.tar.bz2>BusyBox 1.3.1</a>. |
114 | (<a href=http://busybox.net/downloads/fixes-1.3.1/>patches</a>)</p> | 226 | (<a href=http://busybox.net/downloads/fixes-1.3.1/>patches</a>)</p> |
115 | 227 | ||
@@ -117,7 +229,7 @@ | |||
117 | </p> | 229 | </p> |
118 | </li> | 230 | </li> |
119 | 231 | ||
120 | <li><b>14 December, 2006 -- BusyBox 1.3.0 (stable)</b> | 232 | <li><b>14 December 2006 -- BusyBox 1.3.0 (stable)</b> |
121 | <p><a href=http://busybox.net/downloads/busybox-1.3.0.tar.bz2>BusyBox 1.3.0</a>. | 233 | <p><a href=http://busybox.net/downloads/busybox-1.3.0.tar.bz2>BusyBox 1.3.0</a>. |
122 | (<a href=http://busybox.net/downloads/fixes-1.3.0/>patches</a>)</p> | 234 | (<a href=http://busybox.net/downloads/fixes-1.3.0/>patches</a>)</p> |
123 | 235 | ||
@@ -153,14 +265,14 @@ | |||
153 | </p> | 265 | </p> |
154 | </li> | 266 | </li> |
155 | 267 | ||
156 | <li><b>29 October, 2006 -- BusyBox 1.2.2.1 (fix)</b> | 268 | <li><b>29 October 2006 -- BusyBox 1.2.2.1 (fix)</b> |
157 | <p><a href=http://busybox.net/downloads/busybox-1.2.2.1.tar.bz2>BusyBox 1.2.2.1</a>.</p> | 269 | <p><a href=http://busybox.net/downloads/busybox-1.2.2.1.tar.bz2>BusyBox 1.2.2.1</a>.</p> |
158 | 270 | ||
159 | <p>Added compile-time warning that static linking against glibc | 271 | <p>Added compile-time warning that static linking against glibc |
160 | produces buggy executables. | 272 | produces buggy executables. |
161 | </li> | 273 | </li> |
162 | 274 | ||
163 | <li><b>24 October, 2006 -- BusyBox 1.2.2 (stable)</b> | 275 | <li><b>24 October 2006 -- BusyBox 1.2.2 (stable)</b> |
164 | <p>It's a bit overdue, but | 276 | <p>It's a bit overdue, but |
165 | <a href=http://busybox.net/downloads/busybox-1.2.2.tar.bz2>here is | 277 | <a href=http://busybox.net/downloads/busybox-1.2.2.tar.bz2>here is |
166 | BusyBox 1.2.2</a>.</p> | 278 | BusyBox 1.2.2</a>.</p> |
@@ -187,7 +299,7 @@ | |||
187 | </p> | 299 | </p> |
188 | </li> | 300 | </li> |
189 | 301 | ||
190 | <li><b>29 September, 2006 -- New license email address.</b> | 302 | <li><b>29 September 2006 -- New license email address.</b> |
191 | <p>The email address gpl@busybox.net is now the recommended way to contact | 303 | <p>The email address gpl@busybox.net is now the recommended way to contact |
192 | the Software Freedom Law Center to report BusyBox license violations.</p> | 304 | the Software Freedom Law Center to report BusyBox license violations.</p> |
193 | 305 | ||