blob: 83567b7935197d3ddd4f462c07f3011f688d583a [file] [log] [blame]
Eric Andersen539eef62003-12-10 12:08:20 +00001<!--#include file="header.html" -->
2
Eric Andersen539eef62003-12-10 12:08:20 +00003<ul>
Denis Vlasenko6e18f9a2008-06-25 15:58:00 +00004 <li><b>25 June 2008 -- BusyBox 1.11.0 (unstable), BusyBox 1.10.4 (stable)</b>
5 <p><a href=http://busybox.net/downloads/busybox-1.11.0.tar.bz2>BusyBox 1.11.0</a>.
6 (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_11_stable/>svn</a>,
7 <a href=http://busybox.net/downloads/fixes-1.11.0/>patches</a>,
8 <a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
9 <p><a href=http://busybox.net/downloads/busybox-1.10.4.tar.bz2>BusyBox 1.10.4</a>.
10 (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_10_stable/>svn</a>,
11 <a href=http://busybox.net/downloads/fixes-1.10.4/>patches</a>,
12 <a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
13 <p>Sizes of busybox-1.10.4 and busybox-1.11.0 (with equivalent config, static uclibc build):<pre>
14 text data bss dec hex filename
15 800675 636 7080 808391 c55c7 busybox-1.10.4
16 798392 611 6900 805903 c4c0f busybox-1.11.0
17</pre>
18
19 <p>New applets: inotify (Vladimir Dronnikov), man (Ivana Varekova),
20 fbsplash (Michele Sanges), depmod (Bernhard Fischer)
21
22 <p>Changes since previous release:
23 <ul>
24 <li>build system: reinstate CONFIG_CROSS_COMPILE_PREFIX
25 <li>ash: optional bash compatibility features added; other fixes
26 <li>hush: lots and lots of fixes
Denis Vlasenkof8e87832008-07-02 11:34:49 +000027 <li>msh: fix the case where the file has exec bit but can't be run directly (runs "$SHELL file" instead)
Denis Vlasenko6e18f9a2008-06-25 15:58:00 +000028 <li>msh: fix exit codes when command is not found or can't be execed
29 <li>udhcpc: added workaround for buggy kernels
30 <li>mount: fix mishandling of proto=tcp/udp
31 <li>diff: make it work on non-seekable streams
32 <li>openvt: made more compatible with "standard" one
33 <li>mdev: fix block/char device detection
34 <li>ping: add -w, -W support (James Simmons)
35 <li>crond: add handling of "MAILTO=user" lines
36 <li>start-stop-daemon: make --exec follow symlinks (Joakim Tjernlund)
37 <li>date: make it accept ISO date format
38 <li>echo: fix echo -e -n "msg\n\0" (David Pinedo)
Denis Vlasenkof8e87832008-07-02 11:34:49 +000039 <li>httpd: fix several bugs triggered by relative path in -h DIR
Denis Vlasenko6e18f9a2008-06-25 15:58:00 +000040 <li>printf: fix printf -%s- foo, printf -- -%s- foo
41 <li>syslogd: do not error out on missing files to rotate
42 <li>ls: support Unicode in names
43 <li>ip: support for the LOWER_UP flag (Natanael Copa)
44 <li>mktemp: make argument optional (coreutil 6.12 compat)
45 <li>libiproute: fix option parsing, so that "ip -o link" works again
46 <li>other fixes and code size reductions in many applets
47 </ul>
48 </p>
49
Denis Vlasenkoeee4f552008-06-13 12:06:22 +000050 <li><b>12 June 2008 -- Sponsors!</b>
51 <p>We want to thank the following companies which are providing support
52 for BusyBox project:
53 <ul>
54 <li>AOE media, a <a href=http://www.aoemedia.com/typo3-development.html>
Denis Vlasenkoe773be02008-06-13 13:10:01 +000055 TYPO3 development agency</a> contributes financially.
56 <p>
Denis Vlasenkoeee4f552008-06-13 12:06:22 +000057 <li><a href=http://www.analog.com/en/>Analog Devices, Inc.</a> provided
58 a <a href=http://docs.blackfin.uclinux.org/doku.php?id=bf537_quick_start>
59 Blackfin development board</a> free of charge.
60 <a href=http://www.analog.com/blackfin>Blackfin<a>
61 is a NOMMU processor, and its availability for testing is invaluable.
62 If you are an embedded device developer,
Denis Vlasenkoaa9cd892008-06-13 13:49:59 +000063 please note that Analog Devices has entire Linux distribution available
Denis Vlasenkoeee4f552008-06-13 12:06:22 +000064 for download for this board. Visit
65 <a href=http://blackfin.uclinux.org/>http://blackfin.uclinux.org/</a>
66 for more information.
67 </ul>
68 </p>
69
Bernhard Reutner-Fischer593f8ba2008-06-06 08:40:28 +000070 <li><b>5 June 2008 -- BusyBox 1.10.3 (stable)</b>
Denis Vlasenkob6fe1002008-06-05 01:17:49 +000071 <p><a href=http://busybox.net/downloads/busybox-1.10.3.tar.bz2>BusyBox 1.10.3</a>.
72 (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_10_stable/>svn</a>,
73 <a href=http://busybox.net/downloads/fixes-1.10.3/>patches</a>,
74 <a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
75 <p>
76 Bugfix-only release for 1.10.x branch. It contains fixes for dnsd, fuser, hush,
77 ip, mdev and syslogd.
Denis Vlasenkob6fe1002008-06-05 01:17:49 +000078 </p>
79
Denis Vlasenko35d16832008-05-08 15:36:54 +000080 <li><b>8 May 2008 -- BusyBox 1.10.2 (stable)</b>
81 <p><a href=http://busybox.net/downloads/busybox-1.10.2.tar.bz2>BusyBox 1.10.2</a>.
82 (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_10_stable/>svn</a>,
83 <a href=http://busybox.net/downloads/fixes-1.10.2/>patches</a>,
84 <a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
85 <p>
86 Bugfix-only release for 1.10.x branch. It contains fixes for echo, httpd, pidof,
87 start-stop-daemon, tar, taskset, tab completion in shells, build system.
88 <p>Please note that mdev was backported from current svn trunk. Please
89 report if you encounter any problems with it.
Denis Vlasenko35d16832008-05-08 15:36:54 +000090 </p>
91
Denis Vlasenko9a7af9f2008-04-19 04:28:21 +000092 <li><b>19 April 2008 -- BusyBox 1.10.1 (stable)</b>
93 <p><a href=http://busybox.net/downloads/busybox-1.10.1.tar.bz2>BusyBox 1.10.1</a>.
94 (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_10_stable/>svn</a>,
95 <a href=http://busybox.net/downloads/fixes-1.10.1/>patches</a>,
96 <a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
97 <p>
98 Bugfix-only release for 1.10.x branch. It contains fixes for
99 fuser, init, less, nameif, tail, taskset, tcpudp, top, udhcp.
Denis Vlasenko9a7af9f2008-04-19 04:28:21 +0000100
Denis Vlasenko74f82082008-03-21 20:50:37 +0000101 <li><b>21 March 2008 -- BusyBox 1.10.0 (unstable)</b>
102 <p><a href=http://busybox.net/downloads/busybox-1.10.0.tar.bz2>BusyBox 1.10.0</a>.
103 (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_10_stable/>svn</a>,
104 <a href=http://busybox.net/downloads/fixes-1.10.0/>patches</a>,
105 <a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
106
107 <p>Sizes of busybox-1.9.2 and busybox-1.10.0 (with almost full config, static uclibc build):<pre>
108 text data bss dec hex filename
109 781405 679 7500 789584 c0c50 busybox-1.9.2
110 773551 640 7372 781563 becfb busybox-1.10.0
111</pre>
112 <p>Top 10 stack users:<pre>
113busybox-1.9.2: busybox-1.10.0:
114echo_dg 4116 bb_full_fd_action 4112
115bb_full_fd_action 4112 find_list_entry2 4096
116discard_dg 4108 readlink_main 4096
117discard_dg 4096 ipaddr_list_or_flush 3900
118echo_stream 4096 iproute_list_or_flush 3680
119discard_stream 4096 insmod_main 3152
120find_list_entry2 4096 fallbackSort 2952
121readlink_main 4096 do_iproute 2492
122ipaddr_list_or_flush 3900 cal_main 2464
123iproute_list_or_flush 3680 readhere 2308
124</pre>
125
126 <p>New applets: brctl, chat (by Vladimir Dronnikov &lt;dronnikov AT gmail.com&gt;),
127 findfs, ifenslave (closes bug 115), lpd (by Vladimir Dronnikov &lt;dronnikov AT gmail.com&gt;),
128 lpr+lpq (by Walter Harms), script (by Pascal Bellard &lt;pascal.bellard AT ads-lu.com&gt;),
129 sendmail (Vladimir Dronnikov &lt;dronnikov AT gmail.com&gt;), tac, tftpd.
130
131 <p>Made NOMMU-compatible: crond, crontab, ifupdown, inetd, init, runsv, svlogd, tcpsvd, udpsvd.
132
133 <p>Changes since previous release:
134 <ul>
135 <li>globally: add -Wunused-parameter
136 <li>globally: add optimization barrier to all "G trick" locations
137 <li>adduser/addgroup: check username for invalid chars (by Tito &lt;farmatito AT tiscali.it&gt;)
138 <li>adduser: optional support for long options. Closes bug 2134
139 <li>ash: handle "A=1 A=2 B=$A; echo $B". Closes bug 947
140 <li>ash: make ash -c "if set -o barfoo 2&gt;/dev/null; then echo foo; else echo bar; fi" work. Closes bug 1142
141 <li>build system: don't use "gcc -o /dev/null", old gcc can delete /dev/null in this case
142 <li>build system: fixes for cross-compiling on an OS X host
143 <li>build system: make it do without "od -t"
144 <li>build system: pass CFLAGS to link stage too. Closes bug 1376
145 <li>build system: add CONFIG_NOMMU
146 <li>cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470
147 <li>crontab: almost complete rewrite
148 <li>dnsd: properly set _src_ IP:port on outgoing UDP packets
149 <li>dpkg: fix bug where existence check was reversed
150 <li>eject: add -s for SCSI- and USB-devices (Nico Erfurth)
151 <li>fdisk: fix a case where break was reached only for DOS labels
152 <li>fsck: don't kill pid -1! (Roy Marples &lt;roy at marples.name&gt;)
153 <li>fsck_minix: fix bug in map_block2: s/(blknr &gt;= 256 * 256)/(blknr &lt; 256 * 256)/
154 <li>fuser: substantial rewrite
155 <li>getopt: add support for "a+" specifier for nonnegative int parameters. By Vladimir Dronnikov &lt;dronnikov at gmail.com&gt;
156 <li>getty: don't try to detect parity on local lines (Joakim Tjernlund &lt;Joakim.Tjernlund at transmode.se&gt;)
157 <li>halt: write wtmp entry if wtmp support is enabled
158 <li>httpd: "HEAD" support. Closes bug 1530
159 <li>httpd: fix bug 2004: wrong argv when interpreter is invoked
160 <li>httpd: fix bug where we did chdir("") if CGI path had only one "/"
161 <li>httpd: fix for POST upload
162 <li>httpd: support for "I:index.xml" syntax (Peter Korsgaard &lt;jacmet AT uclibc.org&gt;)
163 <li>hush: fix a case where none of pipe members could be started because of fork failure
164 <li>hush: more correct handling of piping
165 <li>hush: reinstate `cmd` handling for NOMMU
166 <li>hush: report [v]fork failures
167 <li>hush: set CLOEXEC on script file being executed
168 <li>hush: try to add a bit more of vfork-friendliness
169 <li>inetd: make "udp nowait" work
170 <li>inetd: make inetd IPv6-capable
171 <li>init: add FEATURE_KILL_REMOVED (Eugene Bordenkircher &lt;eugebo AT gmail.com&gt;)
172 <li>init: allow last line of config file to be not terminated by "\n"
173 <li>init: do not die if "/dev/null" is missing
174 <li>init: fix bug 1111: restart actions were not splitting words
175 <li>init: wait for orphaned children too while waiting for sysinit-like processes (harald-tuxbox AT arcor.de)
176 <li>ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)
177 <li>last: do not go into endless loop on read error
178 <li>less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)
179 <li>less: "examine" command will not bomb out on bad file name now
180 <li>less: fix bug where backspace wasn't actually deleting chars
181 <li>less: make it a bit more resistant against status line corruption
182 <li>less: improve search when data is not supplied fast enough by stdin - now will try reading for 1-2 seconds before declaring that there is no match. This fixes a very common annoyance with long manpages
183 <li>less: update line input so that it doesn't interfere with screen update. Makes "man bash", [enter], [/], &lt;enter search pattern&gt;, [enter] more usable - manpage now draws even as you enter the pattern!
184 <li>libbb: filename completion matches dangling symlinks too
185 <li>libbb: fix getopt state corruption for NOFORK applets
186 <li>libbb: full_read/write now will report partial data counts prior to error
187 <li>libbb: intrduce and use safe_gethostname. By Tito &lt;farmatito AT tiscali.it&gt;
188 <li>libbb: introduce and use nonblock_safe_read(). Yay! Our shells are immune from this nasty O_NONBLOCK now!
189 <li>login,su: avoid clearing environment with some options, as was intended
190 <li>microcom: read more than 1 byte from device, if possible
191 <li>microcom: split -d (delay) option away from -t
192 <li>mktemp: support -p DIR (Timo Teras &lt;timo.teras at iki.fi&gt;)
193 <li>mount: #ifdef out MOUNT_LABEL code parts if it is not selected
194 <li>mount: add another mount helper call method
195 <li>mount: allow and ignore _netdev option
196 <li>mount: make -f work even without mtab support (Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn at axis.com&gt;)
197 <li>mount: optional support for -vv verbosity
198 <li>mount: plug a hole where FEATURE_MOUNT_HELPERS could allow execution of arbitrary command
199 <li>mount: recognize "dirsync" (closes bug 835)
200 <li>mount: sanitize environment if called by non-root
201 <li>mount: support for mount by label. Closes bug 1143
202 <li>mount: with -vv -f, say what mount() calls we were going to make
203 <li>msh: create testsuite (based on hush one)
204 <li>msh: don't use floating point in "times" builtin
205 <li>msh: fix Ctrl-C handling with line editing
206 <li>msh: fix for bug 846 ("break" didn't work second time)
207 <li>msh: glob0/glob1/glob2/glob3 were just a sorting routine, removed
208 <li>msh: instead of fixing "ls | cd", "cd | ls" etc disallow builtins in pipes. They make no sense there anyway
209 <li>msh: stop trying to parse variables in "msh SCRIPT VAR=val param". They are passed as ordinary parameters
210 <li>netstat: print control chars as "^C" etc
211 <li>nmeter: fix bug where %[mf] behaves as %[mt]
212 <li>nohup: compat patch by Christoph Gysin &lt;mailinglist.cache at gmail.com&gt;
213 <li>od: handle /proc files (which have filesize 0) correctly
214 <li>patch: don't trash permissions of patched file
215 <li>ps: add conditional support for -o [e]time
216 <li>ps: fix COMMAND column adjustment; overflow in USER and VSZ columns
217 <li>reset: call "stty sane". Closes bug 1414
218 <li>rmdir: optional long options support for Debian users. By Roberto Gordo Saez &lt;roberto.gordo AT gmail.com&gt;
219 <li>run-parts: add --reverse
220 <li>script: correctly handle buffered "tail" of output
221 <li>sed: "n" command must reset "we had successful subst" flag. Closes bug 1214
222 <li>sort: -z outputs NUL terminated lines. Closes bug 1591
223 <li>stty: fix mishandling of control keywords (Ralf Friedl &lt;Ralf.Friedl AT online.de&gt;)
224 <li>switch_root: stop at first non-option. Closes bug 1425
225 <li>syslogd: avoid excessive time() system calls
226 <li>syslogd: don't die if remote host's IP cannot be resolved. Retry resolutions every two minutes instead
227 <li>syslogd: fix shmat error check
228 <li>syslogd: optional support for dropping dups. Closes bug 436
229 <li>syslogd: send "\n"-terminated messages over the network. Fully closes bug 1574
230 <li>syslogd: tighten up hostname handling
231 <li>tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)
232 <li>tar: compat: handle tarballs with only one zero block at the end
233 <li>tar: autodetection of gz/bz2 compressed tarballs. Closes bug 992
Denis Vlasenkof45c4f42008-06-16 04:09:25 +0000234 <li>tar: real support for -p. By Natanael Copa &lt;natanael.copa at gmail.com&gt;
Denis Vlasenko74f82082008-03-21 20:50:37 +0000235 <li>tcpudp: narrow down time window where we have no wildcard socket
236 <li>telnetd: use login always, not "sometimes login, sometimes shell"
237 <li>test: fix mishandling of "test ! arg1 op arg2 more args"
238 <li>trylink: instead of build error, disable --gc-sections if GLIBC and STATIC are selected
239 <li>udhcp: make file paths configurable
240 <li>udhcp: optional support for non-standard DHCP ports
241 <li>udhcp: set correct op byte in the packet for DHCPDECLINE
242 <li>udhcpc: filter unwanted packets in kernel (Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn AT axis.com&gt;)
243 <li>udhcpc: fix wrong options in decline and release packets (Jonas Danielsson &lt;jonas.danielsson AT axis.com&gt;)
244 <li>umount: do not complain several times about the same mountpoint
245 <li>umount: do not try to free loop device or erase mtab if remounted ro
246 <li>umount: instead of non-standard -D, use -d with opposite meaning. Closes bug 1604
247 <li>unlzma: shrink by Pascal Bellard &lt;pascal.bellard AT ads-lu.com&gt;
248 <li>unzip: do not try to read entire compressed stream at once (it can be huge)
249 <li>unzip: handle short reads correctly
250 <li>vi: many fixes
251 <li>zcip: don't chdir to root
Denis Vlasenkob9d0f0c2008-03-21 21:22:24 +0000252 <li>zcip: open ARP socket before openlog (else we can trash syslog socket)
Denis Vlasenko74f82082008-03-21 20:50:37 +0000253 </ul>
254 </p>
255
Bernhard Reutner-Fischera4e55ab2008-04-19 09:33:22 +0000256 <li><b>21 March 2008 -- BusyBox old stable releases</b>
Denis Vlasenko68d09692008-03-21 18:41:21 +0000257 <p>
Denis Vlasenko45911a62008-03-21 20:06:42 +0000258 Bugfix-only releases for four past branches. Links to locations
Denis Vlasenko31567c12008-03-21 18:52:18 +0000259 for future hot patches are in parentheses.
Denis Vlasenko68d09692008-03-21 18:41:21 +0000260 <p>
261 <a href=http://busybox.net/downloads/busybox-1.9.2.tar.bz2>1.9.2</a>
262 (<a href=http://busybox.net/downloads/fixes-1.9.2/>patches</a>),
263 <a href=http://busybox.net/downloads/busybox-1.8.3.tar.bz2>1.8.3</a>
264 (<a href=http://busybox.net/downloads/fixes-1.8.3/>patches</a>),
265 <a href=http://busybox.net/downloads/busybox-1.7.5.tar.bz2>1.7.5</a>
266 (<a href=http://busybox.net/downloads/fixes-1.7.5/>patches</a>),
267 <a href=http://busybox.net/downloads/busybox-1.5.2.tar.bz2>1.5.2</a>
268 (<a href=http://busybox.net/downloads/fixes-1.5.2/>patches</a>).
269 <p>
270 <a href=http://busybox.net/fix.html>How to add a patch.</a>
271 <p>
272 <a href=http://busybox.net/~vda/HOWTO_bbox_with_uclibc.txt>How to build static busybox against uclibc</a>
273 <p>
274 The email address gpl@busybox.net is the recommended way to contact
Denis Vlasenko31567c12008-03-21 18:52:18 +0000275 the Software Freedom Law Center to report BusyBox license violations.
276 </p>
Denis Vlasenko68d09692008-03-21 18:41:21 +0000277
Eric Andersen539eef62003-12-10 12:08:20 +0000278
Eric Andersenc7bda1c2004-03-15 08:29:22 +0000279 <li><b>Old News</b><p>
Eric Andersen539eef62003-12-10 12:08:20 +0000280 <a href="/oldnews.html">Click here to read older news</a>
Rob Landleyd879ffb2006-06-27 21:29:56 +0000281 </p>
282 </li>
Eric Andersen539eef62003-12-10 12:08:20 +0000283
284
285</ul>
286
287<!--#include file="footer.html" -->
288