Eric Andersen | 539eef6 | 2003-12-10 12:08:20 +0000 | [diff] [blame] | 1 | <!--#include file="header.html" --> |
| 2 | |
Eric Andersen | 539eef6 | 2003-12-10 12:08:20 +0000 | [diff] [blame] | 3 | <ul> |
Denis Vlasenko | 299c5c3 | 2007-12-24 14:43:25 +0000 | [diff] [blame] | 4 | <li><b>24 December 2007 -- BusyBox 1.9.0 (unstable)</b> |
| 5 | <p><a href=http://busybox.net/downloads/busybox-1.9.0.tar.bz2>BusyBox 1.9.0</a>. |
| 6 | (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_9_stable/>svn</a>, |
| 7 | <a href=http://busybox.net/downloads/fixes-1.9.0/>patches</a>, |
| 8 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> |
| 9 | |
| 10 | <p>Sizes of busybox-1.8.2 and busybox-1.9.0 (with almost full config, static uclibc build):<pre> |
| 11 | text data bss dec hex filename |
| 12 | 792796 978 9724 803498 c42aa busybox-1.8.2 |
| 13 | 783803 683 7508 791994 c15ba busybox-1.9.0 |
| 14 | </pre> |
| 15 | <p>Top 10 stack users:<pre> |
| 16 | busybox-1.8.2: busybox-1.9.0: |
| 17 | input_tab 10428 echo_dg 4116 |
| 18 | umount_main 8252 bb_full_fd_action 4112 |
| 19 | rtnl_talk 8240 discard_dg 4096 |
| 20 | xrtnl_dump_filter 8240 echo_stream 4096 |
| 21 | sendMTFValues 5316 discard_stream 4096 |
| 22 | mainSort 4700 find_list_entry2 4096 |
| 23 | mkfs_minix_main 4288 readlink_main 4096 |
| 24 | grave 4260 ipaddr_list_or_flush 3900 |
| 25 | unix_do_one 4156 iproute_list_or_flush 3680 |
| 26 | parse_prompt 4132 insmod_main 3152 |
| 27 | </pre> |
| 28 | |
| 29 | <p>lash is deleted from this release. hush can be configured down to almost |
| 30 | the same size, but it is significantly less buggy. It even works |
| 31 | on NOMMU machines (interactive mode and backticks are not working on NOMMU, |
| 32 | though). "lash" applet is still available, but it runs hush. |
| 33 | |
| 34 | <p>init has some changes in this release, please report if it causes |
| 35 | problems for you. |
| 36 | |
| 37 | <p>Changes since previous release: |
| 38 | <ul> |
| 39 | <li>Build system improvements |
| 40 | <li>Testsuite additions |
| 41 | <li>Stack size reductions, code size reductions, data/bss reductions |
| 42 | <li>An option to prefer IPv4 address if host has both |
| 43 | <li>New applets: hd, sestatus |
| 44 | <li>Removed applets: lash |
| 45 | <li>hush: fixed a few bugs, wired up echo and test to be builtins |
| 46 | <li>init: simplify forking of children |
| 47 | <li>getty: special handling of '#' and '@' is removed |
| 48 | <li>[su]login: sanitize environment if called by non-root |
| 49 | <li>udhcpc: support "bad" servers which send oversized packets |
| 50 | (Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn at axis.com>) |
Denis Vlasenko | 7b55c7f | 2007-12-24 17:33:56 +0000 | [diff] [blame] | 51 | <li>udhcpc: -O option allows to specify which options to ask for |
Denis Vlasenko | 299c5c3 | 2007-12-24 14:43:25 +0000 | [diff] [blame] | 52 | (Stefan Hellermann <stefan at the2masters.de>) |
| 53 | <li>udhcpc: optionally check whether given IP is really free (by ARP ping) |
| 54 | (Jonas Danielsson <jonas.danielsson at axis.com>) |
| 55 | <li>vi: now handles files with unlimited line length |
| 56 | <li>vi: speedup for huge line lengths |
| 57 | <li>vi: Del key works |
| 58 | <li>sed: support GNUism '\t' |
| 59 | <li>cp/mv/install: optionally use bigger buffer for bulk copying |
| 60 | <li>line editing: don't eat stack like crazy |
| 61 | <li>passwd: follows symlinked /etc/passwd |
| 62 | <li>renice: accepts priority with +N too |
| 63 | <li>netstat: wide output mode |
| 64 | <li>nameif: extended matching (Nico Erfurth <masta at perlgolf.de>) |
| 65 | <li>test: become NOFORK applet |
| 66 | <li>find: -iname (Alexander Griesser <alexander.griesser at lkh-vil.or.at>) |
| 67 | <li>df: -i option (show inode info) (Pascal Bellard <pascal.bellard at ads-lu.com>) |
| 68 | <li>hexdump: -R option (Pascal Bellard <pascal.bellard at ads-lu.com>) |
| 69 | </ul> |
| 70 | |
| 71 | <p><a href=http://busybox.net/~vda/HOWTO_bbox_with_uclibc.txt>How to build static busybox against uclibc</a> |
| 72 | |
| 73 | |
Denis Vlasenko | a8875ef | 2007-11-24 04:49:07 +0000 | [diff] [blame] | 74 | <li><b>23 November 2007 -- BusyBox 1.8.2 (stable), BusyBox 1.7.4 (stable)</b> |
| 75 | <p><a href=http://busybox.net/downloads/busybox-1.8.2.tar.bz2>BusyBox 1.8.2</a>. |
| 76 | (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_8_stable/>svn</a>, |
| 77 | <a href=http://busybox.net/downloads/fixes-1.8.2/>patches</a>, |
| 78 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> |
| 79 | <p><a href=http://busybox.net/downloads/busybox-1.7.4.tar.bz2>BusyBox 1.7.4</a>. |
| 80 | (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_7_stable/>svn</a>, |
| 81 | <a href=http://busybox.net/downloads/fixes-1.7.4/>patches</a>, |
| 82 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> |
| 83 | |
| 84 | <p>These are bugfix-only releases. |
| 85 | 1.8.2 contains fixes for inetd, lash, tar, tr, and build system. |
| 86 | 1.7.4 contains a fix for inetd.</p> |
| 87 | </li> |
| 88 | |
Denis Vlasenko | 40702da | 2007-11-10 03:24:21 +0000 | [diff] [blame] | 89 | <li><b>9 November 2007 -- BusyBox 1.8.1 (stable)</b> |
| 90 | <p><a href=http://busybox.net/downloads/busybox-1.8.1.tar.bz2>BusyBox 1.8.1</a>. |
| 91 | (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_8_stable/>svn</a>, |
| 92 | <a href=http://busybox.net/downloads/fixes-1.8.1/>patches</a>, |
| 93 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> |
| 94 | |
| 95 | <p>This is a bugfix-only release, with fixes to login (PAM), modprobe, syslogd, telnetd, unzip.</p> |
| 96 | </li> |
| 97 | |
Denis Vlasenko | 6cee58e | 2007-11-04 15:43:26 +0000 | [diff] [blame] | 98 | <li><b>4 November 2007 -- BusyBox 1.8.0 (unstable)</b> |
| 99 | <p><a href=http://busybox.net/downloads/busybox-1.8.0.tar.bz2>BusyBox 1.8.0</a>. |
| 100 | (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_8_stable/>svn</a>, |
| 101 | <a href=http://busybox.net/downloads/fixes-1.8.0/>patches</a>, |
| 102 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> |
| 103 | |
| 104 | <p>Note: this is probably the very last release with lash. It will be dropped. Please migrate to hush. |
| 105 | |
| 106 | <p>Applets which had many changes since 1.7.x: |
| 107 | <p>httpd: |
| 108 | <ul> |
| 109 | <li>does not clear environment, CGIs will see all environment variables which were set for httpd |
| 110 | <li>fix bug where we were trying to read more POSTDATA than content-length |
| 111 | <li>fix trivial bug (spotted by Alex Landau) |
| 112 | <li>optional support for partial downloads |
| 113 | <li>simplified CGI i/o loop (now it looks good to me) |
| 114 | <li>small auth and IPv6 fixes (Kim B. Heino <Kim.Heino at bluegiga.com>) |
| 115 | <li>support for proxying connection to other http server (by Alex Landau <landau_alex at yahoo.com>) |
| 116 | </ul> |
| 117 | |
| 118 | <p>top: |
| 119 | <ul> |
| 120 | <li>TOPMEM feature - 's(how sizes)' command |
| 121 | <li>don't wait before final bailout (try top -b -n1) |
| 122 | <li>fix for command line wrapping |
| 123 | </ul> |
| 124 | |
| 125 | <p>Build system improvements: libbusybox mode restored (it was lost in transition to new makefiles). |
| 126 | |
| 127 | <p>Code and data size in comparison with 1.7.3:<pre> |
| 128 | Equivalent .config, i386 uclibc static builds: |
| 129 | text data bss dec hex filename |
| 130 | 768123 1055 10768 779946 be6aa busybox-1.7.3/busybox |
| 131 | 759693 974 9420 770087 bc027 busybox-1.8.0/busybox</pre> |
| 132 | |
| 133 | <p>New applets: |
| 134 | <ul> |
| 135 | <li>microcom: new applet by Vladimir Dronnikov <dronnikov at gmail.ru> |
| 136 | <li>kbd_mode: new applet by Loic Grenie <loic.grenie at gmail.com> |
| 137 | <li>bzip2: port bzip2 1.0.4 to busybox, 9 kb of code |
| 138 | <li>pgrep, pkill: new applets by Loic Grenie <loic.grenie at gmail.com> |
| 139 | <li>setsebool: new applet (Yuichi Nakamura <ynakam at hitachisoft.jp>) |
| 140 | </ul> |
| 141 | |
| 142 | <p>Other changes since previous release (abridged): |
| 143 | <ul> |
| 144 | <li>cp: -r and -R imply -d (coreutils compat) |
| 145 | <li>cp: detect and prevent infinite recursion |
| 146 | <li>cp: make it a bit closer to POSIX, but still refuse to open and overwrite symbolic link |
| 147 | <li>hdparm: reduce possibility of numeric overflow in -T |
| 148 | <li>hdparm: simplify timing measurement |
| 149 | <li>wget: -O FILE is allowed to overwrite existing file (compat) |
Denis Vlasenko | 9fcd799 | 2007-11-05 16:26:34 +0000 | [diff] [blame] | 150 | <li>wget: allow dots in header field names |
| 151 | <li>telnetd: add -K option to close sessions as soon as child exits |
Denis Vlasenko | 6cee58e | 2007-11-04 15:43:26 +0000 | [diff] [blame] | 152 | <li>telnetd: don't SIGKILL child when closing the session, kernel will send SIGHUP for us |
| 153 | <li>ed: large cleanup, add line editing |
| 154 | <li>hush: feeble attempt at making it more NOMMU-friendly |
| 155 | <li>hush: fix glob() |
| 156 | <li>hush: stop doing manual accounting of open fd's, kernel can do it for us |
| 157 | <li>adduser: implement -S and fix uid selection |
| 158 | <li>ash: fix prompt expansion (Natanael Copa <natanael.copa at gmail.com>) |
| 159 | <li>ash: revert "cat | jobs" fix, it causes more problems than good |
| 160 | <li>find: fix -xdev behavior in the presence of two or more nested mount points |
| 161 | <li>grep: fix grep -F -e str1 -e str2 (was matching str2 only) |
| 162 | <li>grep: optimization: stop on first -e match |
| 163 | <li>gunzip: support concatenated gz files |
| 164 | <li>inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by Ilya Panfilov) |
| 165 | <li>install: 'support' (by ignoring) -v and -b |
| 166 | <li>install: fix bug in "install -c file dir" (tried to copy dir into dir too) |
| 167 | <li>ip: tunnel parameter parsing fix by Jean Wolter <jw5 at os.inf.tu-dresden.de> |
| 168 | <li>isrv: use monotonic_sec |
| 169 | <li>less: make 'f' key page forward |
| 170 | <li>libiproute: add missing break statements |
| 171 | <li>load_policy: update (Yuichi Nakamura <ynakam at hitachisoft.jp>) |
| 172 | <li>logger: fix a problem of losing all argv except first |
| 173 | <li>login: do reject wrong passwords with PAM auth |
| 174 | <li>losetup: support -f (Loic Grenie <loic.grenie at gmail.com>) |
| 175 | <li>fdisk: make fdisk compile on libc without llseek64 |
| 176 | <li>libbb: by popular request allow PATH to be customized at build time |
| 177 | <li>mkswap: selinux support by KaiGai Kohei <kaigai at ak.jp.nec.com> |
| 178 | <li>mount: allow (and ignore) -i |
| 179 | <li>mount: ignore NFS bg option on NOMMU machines |
| 180 | <li>mount: mount helpers support (by Vladimir Dronnikov <dronnikov at gmail.ru>) |
| 181 | <li>passwd: handle Ctrl-C, restore termios on Ctrl-C |
| 182 | <li>passwd: SELinux support by KaiGai Kohei <kaigai at ak.jp.nec.com> |
| 183 | <li>ping: make -I ethN work too (-I addr already worked) |
| 184 | <li>ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes) |
| 185 | <li>read_line_input: fix it to not do any fancy editing if echoing is disabled |
| 186 | <li>run_parts: make it sort executables by name (required by API) |
| 187 | <li>runsv: do not use clock_gettime if !MONOTONIC_CLOCK |
| 188 | <li>runsvdir: fix "linear wait time" bug |
| 189 | <li>sulogin: remove alarm handling, it is redundant there |
Denis Vlasenko | 9fcd799 | 2007-11-05 16:26:34 +0000 | [diff] [blame] | 190 | <li>svlogd: compat: svlogd -tt should timestamp stderr too |
Denis Vlasenko | 6cee58e | 2007-11-04 15:43:26 +0000 | [diff] [blame] | 191 | <li>syslogd: bail out if you see null read from Unix socket |
| 192 | <li>syslogd: do not need to poll(), we can just block in read() |
| 193 | <li>tail: work correctly on /proc files (Kazuo TAKADA <kztakada at sm.sony.co.jp>) |
| 194 | <li>tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex at yahoo.com>) |
| 195 | <li>tar: strip leading '/' BEFORE memorizing hardlink's name |
| 196 | <li>tftp: fix infinite retry bug |
| 197 | <li>umount: support (by ignoring) -i; style fixes |
| 198 | <li>unzip: fix endianness bugs |
| 199 | <li>vi: don't wait 50 ms before reading ESC sequences |
| 200 | <li>watchdog: allow millisecond spec (-t 250ms) |
| 201 | <li>zcip: fix unaligned trap on ARM |
| 202 | </ul> |
| 203 | </p> |
| 204 | |
Denis Vlasenko | 6cee58e | 2007-11-04 15:43:26 +0000 | [diff] [blame] | 205 | </li> |
| 206 | |
Denis Vlasenko | 0620034 | 2007-11-04 04:30:20 +0000 | [diff] [blame] | 207 | <li><b>4 November 2007 -- BusyBox 1.7.3 (stable)</b> |
| 208 | <p><a href=http://busybox.net/downloads/busybox-1.7.3.tar.bz2>BusyBox 1.7.3</a>. |
| 209 | (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_7_stable/>svn</a>, |
| 210 | <a href=http://busybox.net/downloads/fixes-1.7.3/>patches</a>, |
| 211 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> |
| 212 | |
| 213 | <p>This is a bugfix-only release, with fixes to ash, httpd, inetd, iptun, logger, login, tail.</p> |
Denis Vlasenko | 0620034 | 2007-11-04 04:30:20 +0000 | [diff] [blame] | 214 | </li> |
| 215 | |
Denis Vlasenko | e03c77f | 2007-09-30 00:06:42 +0000 | [diff] [blame] | 216 | <li><b>30 September 2007 -- BusyBox 1.7.2 (stable)</b> |
| 217 | <p><a href=http://busybox.net/downloads/busybox-1.7.2.tar.bz2>BusyBox 1.7.2</a>. |
| 218 | (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_7_stable/>svn</a>, |
| 219 | <a href=http://busybox.net/downloads/fixes-1.7.2/>patches</a>, |
| 220 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> |
| 221 | |
| 222 | <p>This is a bugfix-only release, with fixes to install, find, login, httpd, runsvdir, chcon, setfiles, fdisk and line editing.</p> |
Denis Vlasenko | e03c77f | 2007-09-30 00:06:42 +0000 | [diff] [blame] | 223 | </li> |
| 224 | |
Denis Vlasenko | 27bd8d7 | 2007-09-16 19:41:40 +0000 | [diff] [blame] | 225 | <li><b>16 September 2007 -- BusyBox 1.7.1 (stable)</b> |
| 226 | <p><a href=http://busybox.net/downloads/busybox-1.7.1.tar.bz2>BusyBox 1.7.1</a>. |
| 227 | (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_7_stable/>svn</a>, |
| 228 | <a href=http://busybox.net/downloads/fixes-1.7.1/>patches</a>, |
| 229 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> |
| 230 | |
| 231 | <p>This is a bugfix-only release, with fixes to cp, runsv, tar, busybox --install and build system.</p> |
Denis Vlasenko | 27bd8d7 | 2007-09-16 19:41:40 +0000 | [diff] [blame] | 232 | </li> |
| 233 | |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 234 | <li><b>24 August 2007 -- BusyBox 1.7.0 (unstable)</b> |
| 235 | <p><a href=http://busybox.net/downloads/busybox-1.7.0.tar.bz2>BusyBox 1.7.0</a>. |
| 236 | (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_7_stable/>svn</a>, |
| 237 | <a href=http://busybox.net/downloads/fixes-1.7.0/>patches</a>, |
| 238 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> |
| 239 | |
| 240 | <p>Applets which had many changes since 1.6.x: |
| 241 | <p>httpd: |
| 242 | <ul> |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 243 | <li>works in standalone mode on NOMMU machines now (partly by Alex Landau <landau_alex at yahoo.com>) |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 244 | <li>indexer example is rewritten in C |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 245 | <li>optional support for error pages (by Pierre Metras <genepi at sympatico.ca>) |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 246 | <li>stop reading headers using 1-byte reads |
| 247 | <li>new option -v[v]: prints client addresses, HTTP codes returned, URLs |
| 248 | <li>extended -p PORT to -p [IP[v6]:]PORT |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 249 | <li>sendfile support (by Pierre Metras <genepi at sympatico.ca>) |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 250 | <li>add support for Status: CGI header |
| 251 | <li>fix CGI handling bug (we were closing wrong fd) |
| 252 | <li>CGI I/O loop still doesn't look 100% ok to me... |
| 253 | </ul> |
| 254 | |
| 255 | <p>udhcp[cd]: |
| 256 | <ul> |
| 257 | <li>add -f "foreground" and -S "syslog" options |
Denis Vlasenko | 46fc23b | 2007-08-24 11:49:55 +0000 | [diff] [blame] | 258 | <li>fixed "ifupdown + udhcpc_without_pidfile_creation" bug |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 259 | <li>new config option "Rewrite the lease file at every new acknowledge" (Mats Erik Andersson <mats at blue2net.com> (Blue2Net AB)) |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 260 | <li>consistently treat server_config.start/end IPs as host-order |
| 261 | <li>fix IP parsing for 64bit machines |
| 262 | <li>fix unsafe hton macro usage in read_opt() |
| 263 | <li>do not chdir to / when daemonizing |
| 264 | </ul> |
| 265 | |
Denis Vlasenko | 46fc23b | 2007-08-24 11:49:55 +0000 | [diff] [blame] | 266 | <p>top, ps, killall, pidof: |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 267 | <ul> |
| 268 | <li>simpler loadavg processing |
| 269 | <li>truncate usernames to 8 chars |
| 270 | <li>fix non-CONFIG_DESKTOP ps -ww (by rockeychu) |
| 271 | <li>improve /proc/PID/cmdinfo reading code |
| 272 | <li>use cmdline, not comm field (fixes problems with re-execed applets showing as processes with name "exe", and not being found by pidof/killall by applet name) |
| 273 | <li>reduce CPU usage in decimal conversion (optional) (corresponding speedup on kernel side is accepted in mainline Linux kernel, yay!) |
| 274 | <li>make percentile (0.1%) calculations configurable |
| 275 | <li>add config option and code for global CPU% display |
| 276 | <li>reorder columns, so that [P]PIDs are together and VSZ/%MEM are together - makes more sense |
| 277 | </ul> |
| 278 | |
| 279 | <p>Build system improvements: doesn't link against libraries we don't need, |
| 280 | generates verbose link output and map file, allows for custom link |
Denis Vlasenko | cab774d | 2007-08-24 12:52:04 +0000 | [diff] [blame] | 281 | scripts (useful for removing extra padding, among other things). |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 282 | |
| 283 | <p>Code and data size in comparison with 1.6.1:<pre> |
| 284 | Equivalent .config, i386 glibc dynamic builds: |
| 285 | text data bss dec hex filename |
| 286 | 672671 2768 16808 692247 a9017 busybox-1.6.1/busybox |
| 287 | 662948 2660 13528 679136 a5ce0 busybox-1.7.0/busybox |
| 288 | 662783 2631 13416 678830 a5bae busybox-1.7.0/busybox.customld |
| 289 | |
| 290 | Same .config built against static uclibc: |
| 291 | 765021 1059 11020 777100 bdb8c busybox-1.7.0/busybox_uc</pre> |
| 292 | |
| 293 | <p>Code/data shrink done in applets: crond, hdparm, dd, cal, od, nc, expr, uuencode, |
| 294 | test, slattach, diff, ping, tr, syslogd, hwclock, zcip, find, pidof, ash, uudecode, |
| 295 | runit/*, in libbb. |
| 296 | |
| 297 | <p>New applets: |
| 298 | <ul> |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 299 | <li>pscan, expand, unexpand (from Tito <farmatito at tiscali.it>) |
| 300 | <li>setfiles, restorecon (by Yuichi Nakamura <ynakam at hitachisoft.jp>) |
| 301 | <li>chpasswd (by Alexander Shishkin <virtuoso at slind.org>) |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 302 | <li>slattach, ttysize |
| 303 | </ul> |
| 304 | |
| 305 | <p>Unfortunately, not much work is done on shells. This was mostly stalled |
| 306 | by lack of time (read: laziness) on my part to learn how to adapt existing |
| 307 | qemu-runnable image for a NOMMU architechture (available on qemu website) |
| 308 | for local testing of cross-compiled busybox on my machine. |
| 309 | |
| 310 | <p>Other changes since previous release (abridged): |
| 311 | <ul> |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 312 | <li>addgroup: disallow addgroup -g num user group; make -g 0 work (Tito <farmatito at tiscali.it>) |
| 313 | <li>adduser: close /etc/{passwd,shadow} before calling passwd etc. Spotted by Natanael Copa <natanael.copa at gmail.com> |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 314 | <li>arping: -i should be -I, fixed |
| 315 | <li>ash: make "jobs | cat" work like in bash (was giving empty output) |
| 316 | <li>ash: recognize -l as --login equivalent; do not recognize +-login |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 317 | <li>ash: fix buglet in DEBUG code (Nguyen Thai Ngoc Duy <pclouds at gmail.com>) |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 318 | <li>ash: fix SEGV if type has zero parameters |
| 319 | <li>awk: fix -F 'regex' bug (miscounted fields if last field is empty) |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 320 | <li>catv: catv without arguments was trying to use environ as argv (Alex Landau <landau_alex at yahoo.com>) |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 321 | <li>catv: don't die on open error (emit warning) |
| 322 | <li>chown/chgrp: completely match coreutils 6.8 wrt symlink handling |
| 323 | <li>correct_password: do not print "no shadow passwd..." message |
| 324 | <li>crond: don't start sendmail with absolute path, don't report obsolete version (report true bbox version) |
| 325 | <li>dd: fix bug where we assume count=INT_MAX when count is unspecified |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 326 | <li>devfsd: sanitization by Tito <farmatito at tiscali.it> |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 327 | <li>echo: fix non-fancy echo |
| 328 | <li>fdisk: make it work with big disks (read: typical today's disks) even if CONFIG_LFS is unset |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 329 | <li>find: -context support for SELinux (KaiGai Kohei <kaigai at kaigai.gr.jp>) |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 330 | <li>find: add conditional support for -maxdepth and -regex, make -size match GNU find |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 331 | <li>find: fix build failure on certain configs (found by Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn at axis.com>) |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 332 | <li>fsck_minix: make it print bb version, not it's own (outdated/irrelevant) one |
| 333 | <li>grep: implement -m MAX_MATCHES, fix buglets with context printing |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 334 | <li>grep: fix selection done by FEATURE_GREP_EGREP_ALIAS (Maxime Bizon <mbizon at freebox.fr> (Freebox)) |
| 335 | <li>hush: add missing dependencies (Maxime Bizon <mbizon at freebox.fr> (Freebox)) |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 336 | <li>hush: fix read builtin to not read ahead past EOL and to not use insane amounts of stack |
Bernhard Reutner-Fischer | 2062fc4 | 2007-08-24 14:32:23 +0000 | [diff] [blame] | 337 | <li>ifconfig: make it work with ifaces with interface no. > 255 |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 338 | <li>ifup/ifdown: make location of ifstate configurable |
| 339 | <li>ifupdown: make netmask parsing smaller and more strict (was accepting 255.0.255.0, 255.1234.0.0 etc...) |
| 340 | <li>install: fix -s (strip) option, fix install a b /a/link/to/dir |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 341 | <li>libbb: consolidate ARRAY_SIZE macro (Walter Harms <wharms at bfs.de>) |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 342 | <li>libbb: make /etc/network parsing configurable. -200 bytes when off |
| 343 | <li>libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 344 | <li>libbb: xioctl and friends by Tito <farmatito at tiscali.it> |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 345 | <li>login: optional support for PAM |
| 346 | <li>login: make /etc/nologin support configurable (-240 bytes) |
| 347 | <li>login: ask passwords even for wrong usernames |
| 348 | <li>md5_sha1_sum: fix mishandling when run as /bin/md5sum |
| 349 | <li>mdev: add support for firmware loading |
| 350 | <li>mdev: work even when CONFIG_SYSFS_DEPRECATED in kernel is off |
Bernhard Reutner-Fischer | 5222677 | 2007-08-25 11:16:18 +0000 | [diff] [blame] | 351 | <li>modprobe: add scanning of /lib/modules/`uname -r`/modules.symbols (by Yann E. MORIN <yann.morin.1998 at anciens.enib.fr>) |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 352 | <li>more: fixes by Tristan Schmelcher <tpkschme at engmail.uwaterloo.ca> |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 353 | <li>nc: make connecting to IPv4 from IPv6-enabled hosts easier (was requiring -s local_addr) |
| 354 | <li>passwd: fix bug "updating shadow even if user's record is in passwd" |
| 355 | <li>patch: fix -p -1 handling |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 356 | <li>patch: fix bad line ending handling (Nguyen Thai Ngoc Duy <pclouds at gmail.com>) |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 357 | <li>ping: display roundtrip times with 1/1000th of ms, not 1/10 ms precision. |
Bernhard Reutner-Fischer | 2062fc4 | 2007-08-24 14:32:23 +0000 | [diff] [blame] | 358 | <li>ping: fix incorrect handling of -I (Iouri Kharon <bc-info at styx.cabel.net>) |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 359 | <li>ping: fix non-fancy ping6 |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 360 | <li>printenv: fix "printenv VAR1 VAR2" bug (spotted by Kalyanatejaswi Balabhadrapatruni <kalyanatejaswi at yahoo.co.in>) |
| 361 | <li>ps: fix -Z (by Yuichi Nakamura <ynakam at hitachisoft.jp>) |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 362 | <li>rpm: add optional support for bz2 data. +50 bytes of code |
| 363 | <li>rpm: fix bogus "package is not installed" case |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 364 | <li>sed: fix 'q' command handling (by Nguyen Thai Ngoc Duy <pclouds at gmail.com>) |
| 365 | <li>start_stop_daemon: NOMMU fixes by Alex Landau <landau_alex at yahoo.com> |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 366 | <li>stat: fix option -Z SEGV |
| 367 | <li>strings: strings a b was processing a twice, fix that |
| 368 | <li>svlogd: fix timestamping, do not warn if config is missing |
| 369 | <li>syslogd, logread: get rid of head pointer, fix logread bug in the process |
| 370 | <li>syslogd: do not convert tabs to ^I, set syslog IPC buffer to mode 0644 |
| 371 | <li>tar: improve OLDGNU compat, make old SUN compat configurable |
| 372 | <li>test: fix testing primary expressions like '"-u" = "-u"' |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 373 | <li>uudecode: fix to base64 decode by Jorgen Cederlof <jcz at google.com> |
| 374 | <li>vi: multiple fixes by Natanael Copa <natanael.copa at gmail.com> |
Denis Vlasenko | e1022a9 | 2007-08-24 10:28:55 +0000 | [diff] [blame] | 375 | <li>wget: fix bug in base64 encoding (bug 1404). +10 bytes |
| 376 | <li>wget: lift 256 chars limitation on terminal width |
| 377 | <li>wget, zcip: use monotonic_sec instead of gettimeofday |
| 378 | </ul> |
| 379 | </p> |
| 380 | </li> |
| 381 | |
Denis Vlasenko | 16b7cb4 | 2007-06-30 17:12:14 +0000 | [diff] [blame] | 382 | <li><b>30 June 2007 -- BusyBox 1.6.1 (stable)</b> |
| 383 | <p><a href=http://busybox.net/downloads/busybox-1.6.1.tar.bz2>BusyBox 1.6.1</a>. |
| 384 | (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_6_stable/>svn</a>, |
| 385 | <a href=http://busybox.net/downloads/fixes-1.6.1/>patches</a>, |
| 386 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> |
| 387 | |
| 388 | <p>This is a bugfix-only release, with fixes to echo, hush, and wget.</p> |
| 389 | </li> |
| 390 | |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 391 | <li><b>1 June 2007 -- BusyBox 1.6.0 (unstable)</b> |
| 392 | <p><a href=http://busybox.net/downloads/busybox-1.6.0.tar.bz2>BusyBox 1.6.0</a>. |
Bernhard Reutner-Fischer | 66db264 | 2007-06-09 09:12:45 +0000 | [diff] [blame] | 393 | (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_6_stable/>svn</a>, |
| 394 | <a href=http://busybox.net/downloads/fixes-1.6.0/>patches</a>, |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 395 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> |
| 396 | |
| 397 | <p>Since this is a x.x.0 release, it probably does not deserve "stable" |
| 398 | label. Please help making 1.6.1 stable by testing 1.6.0.</p> |
| 399 | <p>Note that hush shell had many changes and (hopefully) is much improved now, |
| 400 | but there is a possibility that it regressed in some obscure cases. Please |
| 401 | report any such cases.</p> |
| 402 | <p>lash users please note: lash is going to be deprecated in busybox 1.7.0 |
| 403 | and removed in the more distant future. Please migrate to hush.</p> |
| 404 | <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> |
| 405 | <p>Other changes since previous release: |
| 406 | <ul> |
| 407 | <li>NOFORK: audit small applets and mark some of them as NOFORK. Put big scary warnings in relevant places |
| 408 | <li>NOFORK: factor out NOFORK/NOEXEC code from find. Use NOFORK/NOEXEC in find and xargs |
| 409 | <li>NOFORK: remove potential xmalloc from NOFORK path in bb_full_fd_action |
| 410 | <li>NOMMU: random fixes; compressed --help now works for NOMMU |
| 411 | <li>SELinux: load_policy applet |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 412 | <li>[u]mount: extend -t option (Roy Marples <uberlord at gentoo.org>) |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 413 | <li>addgroup: clean up, fix adding users to existing groups and make it optional (Tito) |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 414 | <li>adduser: don't bomb out if shadow password file doesn't exist (from Tito <farmatito at tiscali.it>) |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 415 | <li>applet.c: do not even try to read config if run by real root; fix suid config handling |
| 416 | <li>ash: fix infinite loop on exit if tty is not there anymore |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 417 | <li>ash: fix kill -l (by Mats Erik Andersson <mats.andersson64 at comhem.se>) |
| 418 | <li>ash: implement type -p, costs less than 10 bytes (patch by Mats Erik Andersson <mats.andersson64 at comhem.se>) |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 419 | <li>awk: don't segfault on printf(%*s). Closes bug 1337 |
| 420 | <li>awk: guard against empty environment |
| 421 | <li>awk: some 'lineno' vars were shorts, made them ints (code got smaller) |
| 422 | <li>cat: stop using stdio.h opens |
| 423 | <li>config system: clarify PREFER_APPLETS/SH_STANDALONE effects in help text |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 424 | <li>cryptpw: new applet (by Thomas Lundquist <lists at zelow.no>) |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 425 | <li>cttyhack: new applet |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 426 | <li>dd: NOEXEC fix; fix skip= parse error (spotted by Dirk Clemens <develop at cle-mens.de>) |
| 427 | <li>deluser: add optional support for removing users from groups (by Tito <farmatito at tiscali.it>) |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 428 | <li>diff: fix SEGV (NULL deref) in diff -N |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 429 | <li>diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard at barco.com>) |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 430 | <li>dnsd: fix several buglets, make smaller; openlog(), so that applet's name is logged |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 431 | <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 at bluegiga.com>) |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 432 | <li>dpkg: use bitfields which are a bit closer to typical short/char. Code size -800 bytes |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 433 | <li>dumpleases: getopt32()-ization (from Mats Erik Andersson <mats.andersson64 at comhem.se>) |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 434 | <li>e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes) |
| 435 | <li>ether-wake: close bug 1317. Reorder fuctions to avoid forward refs while at it |
| 436 | <li>ether-wake: save a few more bytes of code |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 437 | <li>find: -group, -depth (Natanael Copa <natanael.copa at gmail.com>) |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 438 | <li>find: add support for -delete, -path (by Natanael Copa) |
| 439 | <li>find: fix -prune. Add big comment about it |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 440 | <li>find: improve usage text (Natanael Copa <natanael.copa at gmail.com>) |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 441 | <li>find: missed 'static' on const data; size and prune were mixed up; use index_in_str_array |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 442 | <li>find: un-DESKTOPize (Kai Schwenzfeier <niteblade at gmx.net>) |
| 443 | <li>find_root_device: teach to deal with /dev/ subdirs (by Kirill K. Smirnov <lich at math.spbu.ru>) |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 444 | <li>find_root_device: use lstat - don't follow links |
| 445 | <li>getopt32: fix llist_t options ordering. llist_rev is now unused |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 446 | <li>getopt: use getopt32 for option parsing - inspired by patch by Mats Erik Andersson <mats.andersson64 at comhem.se> |
| 447 | <li>hdparm: fix multisector mode setting (from Toni Mirabete <amirabete at catix.cat>) |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 448 | <li>hdparm: make -T -t code smaller (-194 bytes), and output prettier |
| 449 | <li>ifupdown: make it possible to use DHCP clients different from udhcp |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 450 | <li>ifupdown: reread state file before rewriting it. Fixes "ifup started another ifup" state corruption bug. Patch by Natanael Copa <natanael.copa at gmail.com> |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 451 | <li>ifupdown: small optimization (avoid doing useless work if we are not going to update state file) |
| 452 | <li>ip: fix compilation if FEATURE_TR_CLASSES is off |
| 453 | <li>ip: mv ip*_main into ip.c; use a dispatcher to save on needless duplication. Saves a minor 12b |
| 454 | <li>ip: rewrite the ip applet to be less bloaty. Convert to index_in_(sub)str_array() |
| 455 | <li>ip: set the scope properly. Thanks to Jean Wolter |
| 456 | <li>iplink: shrink iplink; sanitize libiproute a bit (-916 bytes) |
| 457 | <li>iproute: shrink a bit (-200 bytes) |
| 458 | <li>kill: know much more signals; make code smaller; use common code for kill applet and ash kill builtin |
| 459 | <li>klogd: remove dependency on syslogd |
| 460 | <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. |
| 461 | <li>lash: fix kill buglet (didn't properly recognize ESRCH) |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 462 | <li>lash: make -c work; crush buffer overrun and free of non-malloced ptr (from Mats Erik Andersson <mats.andersson64 at comhem.se>) |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 463 | <li>lash: recognize and use NOFORK applets |
| 464 | <li>less: fix case when regex search finds nothing; fix very obscure memory corruption bug; fix less <HUGEFILE + [End] busy loop |
| 465 | <li>libbb: add xsendto, xunlink, xpipe |
| 466 | <li>libbb: fix segfault in reset_ino_dev_hashtable() when *hashtable was NULL |
| 467 | <li>libbb: make pidfile writing configurable |
| 468 | <li>libbb: make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y) |
| 469 | <li>libbb: rework NOMMU helper API so that it makes more sense and easier to use |
| 470 | <li>libiproute: audit callgraph, shortcut error paths into die() functions |
| 471 | <li>lineedit: do not try to open NULL history file |
| 472 | <li>lineedit: nuke two unused variables and code which sets them |
| 473 | <li>login: remove setpgrp call (makes it work from shell prompt again); sanitize stdio descriptors (we are suid, need to be careful!) |
| 474 | <li>login: shrink login and set_environment by ~100 bytes |
| 475 | <li>mount: fix incorrect usage of strtok (inadvertently used NULL sometimes) |
| 476 | <li>mount: fix mounting of symlinks (mount from util-linux allows that) |
| 477 | <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 |
| 478 | <li>nc: port nc 1.10 to busybox |
| 479 | <li>netstat: fix for bogus state value for raw sockets |
| 480 | <li>netstat: introduce -W: wide, ipv6-friendly output; shrink by ~500 bytes |
| 481 | <li>nmeter: should die if stdout doesn't like him anymore |
| 482 | <li>patch: do not try to delete same file twice |
| 483 | <li>ping: fix wrong sign extension of packet id (bug 1373) |
| 484 | <li>ps: add -o tty and -o rss support; make a bit smaller; work around libc bug: printf("%.*s\n", MAX_INT, buffer) |
| 485 | <li>run_parts: rewrite |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 486 | <li>run_parts: do not check path portion of a name for "bad chars". Needed for ifupdown. Patch by Gabriel L. Somlo <somlo at cmu.edu> |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 487 | <li>sed: fix escaped newlines in -f |
| 488 | <li>split: new applet |
| 489 | <li>stat: remove superfluous bss user (flags) and manually unswitch some areas |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 490 | <li>stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer at pengutronix.de>) |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 491 | <li>svlogd: fix 'SEGV on uninitialized data' and make it honor TERM |
| 492 | <li>tail: fix SEGV on "tail -N" |
Bernhard Reutner-Fischer | 6a7b7ce | 2007-08-24 14:30:59 +0000 | [diff] [blame] | 493 | <li>ipsvd: tcpsvd,udpsvd are new applets, GPL-ed 'clones' of Dan Bernstein's tcpserver. Author: Gerrit Pape <pape at smarden.org>, http://smarden.sunsite.dk/ipsvd/ |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 494 | <li>test: close bug 1371; plug a memory leak; code size reduction |
| 495 | <li>tftp: code diet, and I think retransmits were broken |
| 496 | <li>tr: fix bug where we did not reject invalid classes like '[[:alpha'. debloat while at it |
| 497 | <li>udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata; use pipe instead of socketpair |
| 498 | <li>udhcp[cd]: stop using atexit magic fir pidfile removal; stop deleting our own pidfile if we daemonize |
| 499 | <li>xargs: shrink code, ~80 bytes; simplify word list management |
| 500 | <li>zcip: make it work on NOMMU (+ improve NOMMU support machinery) |
| 501 | </ul> |
| 502 | </p> |
| 503 | </li> |
| 504 | |
| 505 | <li><b>20 May 2007 -- BusyBox 1.5.1 (stable)</b> |
Denis Vlasenko | fe52a74 | 2007-05-20 17:12:43 +0000 | [diff] [blame] | 506 | <p><a href=http://busybox.net/downloads/busybox-1.5.1.tar.bz2>BusyBox 1.5.1</a>. |
| 507 | (<a href=http://busybox.net/downloads/fixes-1.5.1/>patches</a>, |
| 508 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> |
| 509 | |
| 510 | <p>This is a bugfix-only release, with fixes to hdparm, hush, ifupdown, ps |
| 511 | and sed.</p> |
| 512 | </li> |
| 513 | |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 514 | <li><b>23 March 2007 -- BusyBox 1.5.0 (unstable)</b> |
Denis Vlasenko | 7d10823 | 2007-03-22 23:31:29 +0000 | [diff] [blame] | 515 | <p><a href=http://busybox.net/downloads/busybox-1.5.0.tar.bz2>BusyBox 1.5.0</a>. |
Denis Vlasenko | fdf63a3 | 2007-04-07 09:35:56 +0000 | [diff] [blame] | 516 | (<a href=http://busybox.net/downloads/fixes-1.5.0/>patches</a>, |
| 517 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> |
Denis Vlasenko | 9eb51ad | 2007-03-31 10:32:27 +0000 | [diff] [blame] | 518 | |
Denis Vlasenko | 7d10823 | 2007-03-22 23:31:29 +0000 | [diff] [blame] | 519 | <p>Since this is a x.x.0 release, it probably does not deserve "stable" |
| 520 | label. Please help making 1.5.1 stable by testing 1.5.0.</p> |
| 521 | <p>Notable changes since previous release: |
| 522 | <ul> |
| 523 | <li>find: added support for -user, -not, fixed -mtime, -mmin, -perm |
| 524 | <li>[de]archivers: merge common logic into one module |
| 525 | <li>ping[6]: unified code for both |
| 526 | <li>less: regex search improved |
| 527 | <li>ash: more readable code, testsuite added |
| 528 | <li>sed: several very obscure bugs fixed |
| 529 | <li>chown: -H, -L, -P support (required by POSIX) |
| 530 | <li>tar: handle (broken) checksums a-la Sun; tar restores mode again |
| 531 | <li>grep: implement -w, "implement" -a and -I by ignoring them |
| 532 | <li>cp: more sane behavior when overwriting existing files |
| 533 | <li>init: stop doing silly things with the console (-400 bytes) |
| 534 | <li>httpd: make httpd usable for NOMMU CPUs; fix POSTDATA handling bugs |
| 535 | <li>httpd: run interpreter for configured file extensions in any dir, |
| 536 | not only in /cgi-bin/ |
| 537 | <li>chrt: new applet |
| 538 | <li>SELinux: SELinux-related code and -Z option added to several applets, |
| 539 | new SELinux-specific applets: chcon, runcon. |
| 540 | <li>Build system: produces link map, uses -Wwrite-strings to catch |
| 541 | improper usage of string constants. |
| 542 | <li>Data and bss section usage audited and reduced - should help NOMMU |
| 543 | targets. |
| 544 | <li>Applets with bug fixes: gunzip, vi, syslogd, dpkg, ls, adjtimex, resize, |
| 545 | sv, printf, diff, awk, sort, dpkg, diff, tftp |
| 546 | <li>Applets with usability improvements: swapon, more, ifup/ifdown, hwclock, |
| 547 | udhcpd, start_stop_daemon, cmp |
| 548 | <li>Applets with code cleaned up: telnet, fdisk, fsck_minix, mkfs_minix, |
| 549 | syslogd, swapon, runsv, svlogd, klogd |
| 550 | </ul> |
| 551 | </p> |
| 552 | </li> |
| 553 | |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 554 | <li><b>18 March 2007 -- BusyBox 1.4.2 (stable)</b> |
Denis Vlasenko | 1c86a29 | 2007-03-18 18:21:44 +0000 | [diff] [blame] | 555 | <p><a href=http://busybox.net/downloads/busybox-1.4.2.tar.bz2>BusyBox 1.4.2</a>. |
| 556 | </p> |
| 557 | |
| 558 | <p>This release includes only trivial fixes accumulated since 1.4.1. |
| 559 | </p> |
| 560 | </li> |
| 561 | |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 562 | <li><b>25 January 2007 -- BusyBox 1.4.1 (stable)</b> |
Denis Vlasenko | 5ff8f3d | 2007-01-26 23:35:12 +0000 | [diff] [blame] | 563 | <p><a href=http://busybox.net/downloads/busybox-1.4.1.tar.bz2>BusyBox 1.4.1</a>. |
| 564 | (<a href=http://busybox.net/downloads/fixes-1.4.1/>patches</a>)</p> |
Denis Vlasenko | 30abe97 | 2007-01-25 21:10:43 +0000 | [diff] [blame] | 565 | |
| 566 | <p>This release includes only trivial fixes accumulated since 1.4.0. |
| 567 | </p> |
| 568 | </li> |
| 569 | |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 570 | <li><b>20 January 2007 -- BusyBox 1.4.0 (stable)</b> |
Denis Vlasenko | 52848ee | 2007-01-22 23:39:08 +0000 | [diff] [blame] | 571 | <p><a href=http://busybox.net/downloads/busybox-1.4.0.tar.bz2>BusyBox 1.4.0</a>. |
| 572 | (<a href=http://busybox.net/downloads/fixes-1.4.0/>patches</a>)</p> |
Denis Vlasenko | 3127358 | 2007-01-20 20:38:57 +0000 | [diff] [blame] | 573 | |
| 574 | <p>Since this is a x.x.0 release, it probably is a bit less "stable" |
| 575 | than usual.</p> |
| 576 | <p>Changes since previous release: |
| 577 | <ul> |
| 578 | <li>e2fsprogs are mostly removed from busybox. Some smaller parts remain, |
| 579 | the rest of it sits disabled in e2fsprogs/old_e2fsprogs/*, because |
| 580 | it's too bloated. Really. I'm afraid it's about the only way we can |
| 581 | ever get e2fsprogs cleaned up. |
| 582 | <li>less: many improvements. Now can display binary files |
| 583 | (although I expect it to have trouble with displays where 8bit chars |
| 584 | don't have 1-to-1 char/glyph relationship). Regexp search is not buggy |
| 585 | anymore. Less does not read entire input up-front. Reads input |
| 586 | as it appears (yay!). Works rather nice as man pager. I recommend it |
| 587 | for general use now. |
| 588 | <li>IPv6: generic support is in place, many networking applets are |
| 589 | upgraded to be IPv6 capable. Probably some work remains, but it is |
| 590 | already much better than what we had previously. |
| 591 | <li>arp: new applet (thanks to Eric Spakman). |
| 592 | <li>fakeidentd: non-forking standalone server part was taking ~90% |
| 593 | of the applet. Factored it out (in fact, rewrote it). |
| 594 | <li>syslogd: mostly rewritten. |
| 595 | <li>decompress_unzip, gzip: sanitized a bit. |
| 596 | <li>sed: better hadling of NULs |
| 597 | <li>httpd: stop adding our own "Content-type:" to CGI output |
| 598 | <li>chown: user.grp works again. |
| 599 | <li>minor bugfixes to: passwd, date, tftp, start_stop_daemon, tar, |
| 600 | ps, ifupdown, time, su, stty, awk, ping[6], sort,... |
| 601 | </ul> |
| 602 | </p> |
| 603 | </li> |
| 604 | |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 605 | <li><b>20 January 2007 -- BusyBox 1.3.2 (stable)</b> |
Bernhard Reutner-Fischer | b3f3c23 | 2007-01-20 21:46:20 +0000 | [diff] [blame] | 606 | <p><a href=http://busybox.net/downloads/busybox-1.3.2.tar.bz2>BusyBox 1.3.2</a>.</p> |
Denis Vlasenko | 3127358 | 2007-01-20 20:38:57 +0000 | [diff] [blame] | 607 | |
| 608 | <p>This release includes only one trivial fix accumulated since 1.3.1 |
| 609 | </p> |
| 610 | </li> |
| 611 | |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 612 | <li><b>27 December 2006 -- BusyBox 1.3.1 (stable)</b> |
Denis Vlasenko | 9cd7a24 | 2006-12-27 07:57:29 +0000 | [diff] [blame] | 613 | <p><a href=http://busybox.net/downloads/busybox-1.3.1.tar.bz2>BusyBox 1.3.1</a>. |
Denis Vlasenko | c1a3399 | 2006-12-28 21:44:43 +0000 | [diff] [blame] | 614 | (<a href=http://busybox.net/downloads/fixes-1.3.1/>patches</a>)</p> |
Denis Vlasenko | f959bee | 2006-12-27 05:06:27 +0000 | [diff] [blame] | 615 | |
| 616 | <p>Closing 2006 with new release. It includes only trivial fixes accumulated since 1.3.0 |
| 617 | </p> |
| 618 | </li> |
| 619 | |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 620 | <li><b>14 December 2006 -- BusyBox 1.3.0 (stable)</b> |
Denis Vlasenko | 79e77cd | 2006-12-15 22:10:07 +0000 | [diff] [blame] | 621 | <p><a href=http://busybox.net/downloads/busybox-1.3.0.tar.bz2>BusyBox 1.3.0</a>. |
| 622 | (<a href=http://busybox.net/downloads/fixes-1.3.0/>patches</a>)</p> |
Denis Vlasenko | f7b0d4a | 2006-12-14 00:22:51 +0000 | [diff] [blame] | 623 | |
| 624 | <p>This release has CONFIG_DESKTOP option which enables features |
| 625 | needed for busybox usage on desktop machine. For example, find, chmod |
| 626 | and chown get several less frequently used options, od is significantly |
| 627 | bigger but matches GNU coreutils, etc. Intended to eventually make |
| 628 | busybox a viable alternative for "standard" utilities for slightly |
| 629 | adventurous desktop users. |
| 630 | <p>Changes since previous release: |
| 631 | <ul> |
| 632 | <li>find: taking many more of standard options |
| 633 | <li>ps: POSIX-compliant -o implemented |
| 634 | <li>cp: added -s, -l |
| 635 | <li>grep: added -r, fixed -h |
| 636 | <li>watch: make it exec child like standard one does (was totally |
| 637 | incompatible) |
Denis Vlasenko | f7996f3 | 2007-01-11 17:20:00 +0000 | [diff] [blame] | 638 | <li>tar: fix limitations which were preventing bbox tar usage |
Denis Vlasenko | ba09233 | 2006-12-27 09:47:53 +0000 | [diff] [blame] | 639 | on big directories: long names and linknames, pax headers |
Denis Vlasenko | f7b0d4a | 2006-12-14 00:22:51 +0000 | [diff] [blame] | 640 | (Linux kernel tarballs have that). Fixed a number of obscure bugs. |
| 641 | Raised max file limit (now 64Gb). Security fixes (/../ attacks). |
| 642 | <li>httpd: added -i (inetd), -f (foreground), support for |
| 643 | directory indexer CGI (example is included), bugfixes. |
| 644 | <li>telnetd: fixed/improved IPv6 support, inetd+standalone support, |
| 645 | other fixes. Useful IPv6 stuff factored out into libbb. |
| 646 | <li>runit/*: new applets adapted from http://smarden.sunsite.dk/runit/ |
| 647 | (these are my personal favorite small-and-beautiful toys) |
| 648 | <li>minor bugfixes to: login, dd, mount, umount, chmod, chown, ln, udhcp, |
| 649 | fdisk, ifconfig, sort, tee, mkswap, wget, insmod. |
| 650 | </ul> |
| 651 | <p>Note that GnuPG key used to sign this release is different. |
| 652 | 1.2.2.1 is also signed post-factum now. Sorry for the mess. |
| 653 | </p> |
| 654 | </li> |
| 655 | |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 656 | <li><b>29 October 2006 -- BusyBox 1.2.2.1 (fix)</b> |
Denis Vlasenko | 41be5b8 | 2006-10-29 19:34:49 +0000 | [diff] [blame] | 657 | <p><a href=http://busybox.net/downloads/busybox-1.2.2.1.tar.bz2>BusyBox 1.2.2.1</a>.</p> |
Denis Vlasenko | 8d46307 | 2006-10-29 19:30:55 +0000 | [diff] [blame] | 658 | |
| 659 | <p>Added compile-time warning that static linking against glibc |
| 660 | produces buggy executables. |
| 661 | </li> |
| 662 | |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 663 | <li><b>24 October 2006 -- BusyBox 1.2.2 (stable)</b> |
Rob Landley | 44c7917 | 2006-10-24 21:46:19 +0000 | [diff] [blame] | 664 | <p>It's a bit overdue, but |
| 665 | <a href=http://busybox.net/downloads/busybox-1.2.2.tar.bz2>here is |
| 666 | BusyBox 1.2.2</a>.</p> |
| 667 | |
| 668 | <p>This release has dozens of fixes backported from the ongoing development |
| 669 | branch. There are a couple of bugfixes to sed, two fixes to documentation |
| 670 | generation (BusyBox.html shouldn't have USE() macros in it anymore), fix |
| 671 | umount to report the right errno on failure and to umount block devices by |
| 672 | name with newer kernels, fix mount to handle symlinks properly, make mdev |
| 673 | delete device nodes when called for hotplug remove, fix a segfault |
| 674 | in traceroute, a minor portability fix to md5sum option parsing, a build |
| 675 | fix for httpd with old gccs, an options parsing tweak to hdparm, make test |
| 676 | fail gracefully when getgroups() returns -1, fix a race condition in |
| 677 | modprobe when two instances run at once (hotplug does this), make "tar xf |
| 678 | foo.tar dir/dir" extract all subdirectories, make our getty initialize the |
| 679 | terminal more like mingetty, an selinux build fix, an endianness fix in |
| 680 | ping6, fix for zcip defending addresses, clean up some global variables in |
| 681 | gzip to save memory, fix sulogin -tNNN, a help text tweak, several warning |
| 682 | fixes and build fixes, fixup dnsd a bit, and a partridge in a pear tree.</p> |
| 683 | |
| 684 | <p>As <a href=http://lwn.net/Articles/202106/>Linux Weekly News noted</a>, |
| 685 | this is my (Rob's) last release of BusyBox. The new maintainer is Denis |
| 686 | Vlasenko, I'm off to do <a href=http://landley.net/code>other things</a>. |
| 687 | </p> |
| 688 | </li> |
| 689 | |
Denis Vlasenko | a0d7508 | 2007-06-01 14:40:03 +0000 | [diff] [blame] | 690 | <li><b>29 September 2006 -- New license email address.</b> |
Rob Landley | 530c3ef | 2006-09-29 22:43:12 +0000 | [diff] [blame] | 691 | <p>The email address gpl@busybox.net is now the recommended way to contact |
| 692 | the Software Freedom Law Center to report BusyBox license violations.</p> |
| 693 | |
Rob Landley | 2aced7e | 2006-07-31 23:56:26 +0000 | [diff] [blame] | 694 | <li><b>31 July 2006 -- BusyBox 1.2.1 (stable)</b> |
| 695 | <p>Since nobody seems to have objected too loudly over the weekend, I |
| 696 | might as well point you all at |
| 697 | <a href="http://busybox.net/downloads/busybox-1.2.1.tar.bz2">Busybox |
| 698 | 1.2.1</a>, a bugfix-only release with no new features.</p> |
| 699 | |
| 700 | <p>It has three shell fixes (two to lash: going "var=value" without |
| 701 | saying "export" should now work, plus a missing null pointer check, and |
| 702 | one to ash when redirecting output to a file that fills up.) Fix three |
| 703 | embarassing thinkos in the new dmesg command. Two build tweaks |
| 704 | (dependencies for the compressed usage messages and running make in the |
| 705 | libbb subdirectory). One fix to tar so it can extract git-generated |
| 706 | tarballs (rather than barfing on the pax extensions). And a partridge |
| 707 | in a pear... Ahem.</p> |
| 708 | |
| 709 | <p>But wait, there's more! A passwd changing fix so an empty |
| 710 | gecos field doesn't trigger a false objection that the new passwd contains |
| 711 | the gecos field. Make all our setuid() and setgid() calls check the return |
| 712 | value in case somebody's using per-process resource limits that prevent |
| 713 | a user from having too many processes (and thus prevent a process from |
| 714 | switching away from root, in which case the process will now _die_ rather |
| 715 | than continue with root privileges). A fix to adduser to make sure that |
| 716 | /etc/group gets updated. And a fix to modprobe to look for modules.conf |
| 717 | in the right place on 2.6 kernels.</p> |
| 718 | |
Rob Landley | 01772ae | 2006-06-30 22:40:13 +0000 | [diff] [blame] | 719 | <li><b>30 June 2006 -- BusyBox 1.2.0</b> |
| 720 | <p>The -devel branch has been stabilized and the result is |
| 721 | <a href="http://busybox.net/downloads/busybox-1.2.0.tar.bz2">Busybox |
| 722 | 1.2.0</a>. Lots of stuff changed, I need to work up a decent changelog |
| 723 | over the weekend.</p> |
| 724 | |
| 725 | <p>I'm still experimenting with how long is best for the development |
| 726 | cycle, and since we've got some largeish projects queued up I'm going to |
| 727 | try a longer one. Expect 1.3.0 in December. (Expect 1.2.1 any time |
| 728 | we fix enough bugs. :)</p> |
| 729 | |
Rob Landley | 1df45cf | 2006-07-08 18:11:00 +0000 | [diff] [blame] | 730 | <p>Update: Here are <a href="http://busybox.net/downloads/busybox-1.2.0.fixes.patch">the first few bug fixes</a> that will go into 1.2.1.</p> |
| 731 | |
Rob Landley | c27c04c | 2006-05-17 19:59:24 +0000 | [diff] [blame] | 732 | <li><b>17 May 2006 -- BusyBox 1.1.3 (stable)</b> |
Rob Landley | d2ccc2b | 2006-05-17 21:04:53 +0000 | [diff] [blame] | 733 | <p><a href="http://busybox.net/downloads/busybox-1.1.3.tar.bz2">BusyBox |
Rob Landley | c27c04c | 2006-05-17 19:59:24 +0000 | [diff] [blame] | 734 | 1.1.3</a> is another bugfix release. It makes passwd use salt, fixes a |
| 735 | memory freeing bug in ls, fixes "build all sources at once" mode, makes |
| 736 | mount -a not abort on the first failure, fixes msh so ctrl-c doesn't kill |
| 737 | background processes, makes patch work with patch hunks that don't have a |
| 738 | timestamp, make less's text search a lot more robust (the old one could |
| 739 | segfault), and fixes readlink -f when built against uClibc.</p> |
| 740 | |
| 741 | <p>Expect 1.2.0 sometime next month, which won't be a bugfix release.</p> |
| 742 | |
Rob Landley | bb5b2ff | 2006-04-10 20:04:32 +0000 | [diff] [blame] | 743 | <li><b>10 April 2006 -- BusyBox 1.1.2 (stable)</b> |
| 744 | <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 |
| 745 | backported from the development branch: Some build fixes, several fixes |
| 746 | for mount and nfsmount, a fix for insmod on big endian systems, a fix for |
| 747 | find -xdev, and a fix for comm. Check the file "changelog" in the tarball |
| 748 | for more info.</p> |
| 749 | |
| 750 | <p>The next new development release (1.2.0) is slated for June. A 1.1.3 |
| 751 | will be released before then if more bug fixes crop up. (The new plan is |
| 752 | to have a 1.x.0 new development release every 3 months, with 1.x.y stable |
| 753 | bugfix only releases based on that as appropriate.)</p> |
Denis Vlasenko | 9213a9e | 2006-09-17 16:28:10 +0000 | [diff] [blame] | 754 | |
Rob Landley | 0949d30 | 2006-03-27 22:43:40 +0000 | [diff] [blame] | 755 | <li><b>27 March 2006 -- Software Freedom Law Center representing BusyBox and uClibc</b> |
| 756 | <p>One issue Erik Andersen wanted to resolve when handing off BusyBox |
| 757 | maintainership to Rob Landley was license enforcement. BusyBox and |
| 758 | uClibc's existing license enforcement efforts (pro-bono representation |
| 759 | by Erik's father's law firm, and the |
Bernhard Reutner-Fischer | 3515f6e | 2006-04-10 19:16:50 +0000 | [diff] [blame] | 760 | <a href="http://www.busybox.net/shame.html">Hall of Shame</a>), haven't |
Rob Landley | 0949d30 | 2006-03-27 22:43:40 +0000 | [diff] [blame] | 761 | scaled to match the popularity of the projects. So we put our heads |
| 762 | together and did the obvious thing: ask Pamela Jones of |
| 763 | <a href="http://www.groklaw.net">Groklaw</a> for suggestions. She |
| 764 | referred us to the fine folks at softwarefreedom.org.</p> |
| 765 | |
| 766 | <p>As a result, we're pleased to announce that the |
| 767 | <a href="http://www.softwarefreedom.org">Software Freedom Law Center</a> |
| 768 | has agreed to represent BusyBox and uClibc. We join a number of other |
| 769 | free and open source software projects (such as |
Bernhard Reutner-Fischer | 3515f6e | 2006-04-10 19:16:50 +0000 | [diff] [blame] | 770 | <a href="http://lwn.net/Articles/141806/">X.org</a>, |
Rob Landley | 0949d30 | 2006-03-27 22:43:40 +0000 | [diff] [blame] | 771 | <a href="http://lwn.net/Articles/135413/">Wine</a>, and |
Bernhard Reutner-Fischer | af07a00 | 2006-04-16 20:56:03 +0000 | [diff] [blame] | 772 | <a href="http://plone.org/foundation/newsitems/software-freedom-law-center-support/">Plone</a> |
Rob Landley | 0949d30 | 2006-03-27 22:43:40 +0000 | [diff] [blame] | 773 | in being represented by a fairly cool bunch of lawyers, which is not a |
| 774 | phrase you get to use every day.</p> |
| 775 | |
Rob Landley | 5fba250 | 2006-03-23 03:08:09 +0000 | [diff] [blame] | 776 | <li><b>22 March 2006 -- BusyBox 1.1.1</b> |
| 777 | <p>The new maintainer is Rob Landley, and the new release is <a href="http://busybox.net/downloads/busybox-1.1.1.tar.bz2">BusyBox 1.1.1</a>. Expect a "what's new" document in a few days. (Also, Erik and I have have another announcement pending...)</p> |
Rob Landley | 0949d30 | 2006-03-27 22:43:40 +0000 | [diff] [blame] | 778 | <p>Update: Rather than put out an endless stream of 1.1.1.x releases, |
| 779 | the various small fixes have been collected together into a |
| 780 | <a href="http://busybox.net/downloads/busybox-1.1.1.fixes.patch">patch</a>, |
Rob Landley | 28ff966 | 2006-03-27 23:22:16 +0000 | [diff] [blame] | 781 | and new fixes will be appended to that as needed. Expect 1.1.2 around |
| 782 | June.</p> |
Rob Landley | 5fba250 | 2006-03-23 03:08:09 +0000 | [diff] [blame] | 783 | </li> |
Rob Landley | 734a779 | 2006-01-14 07:43:22 +0000 | [diff] [blame] | 784 | <li><b>11 January 2006 -- 1.1.0 is out</b> |
| 785 | <p>The new stable release is |
| 786 | <a href="http://www.busybox.net/downloads/busybox-1.1.0.tar.bz2">BusyBox |
| 787 | 1.1.0</a>. It has a number of improvements, including several new applets. |
Bernhard Reutner-Fischer | 3515f6e | 2006-04-10 19:16:50 +0000 | [diff] [blame] | 788 | (It also has <a href="http://www.busybox.net/lists/busybox/2006-January/017733.html">a few rough spots</a>, |
Rob Landley | 734a779 | 2006-01-14 07:43:22 +0000 | [diff] [blame] | 789 | but we're trying out a "release early, release often" strategy to see how |
| 790 | that works. Expect 1.1.1 sometime in March.)</p> |
Eric Andersen | 539eef6 | 2003-12-10 12:08:20 +0000 | [diff] [blame] | 791 | |
Eric Andersen | c7bda1c | 2004-03-15 08:29:22 +0000 | [diff] [blame] | 792 | <li><b>Old News</b><p> |
Eric Andersen | 539eef6 | 2003-12-10 12:08:20 +0000 | [diff] [blame] | 793 | <a href="/oldnews.html">Click here to read older news</a> |
Rob Landley | d879ffb | 2006-06-27 21:29:56 +0000 | [diff] [blame] | 794 | </p> |
| 795 | </li> |
Eric Andersen | 539eef6 | 2003-12-10 12:08:20 +0000 | [diff] [blame] | 796 | |
| 797 | |
| 798 | </ul> |
| 799 | |
| 800 | <!--#include file="footer.html" --> |
| 801 | |