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 | 6573417 | 2008-08-21 22:10:47 +0000 | [diff] [blame] | 4 | |
Denis Vlasenko | c4e4b6b | 2008-08-25 22:03:41 +0000 | [diff] [blame] | 5 | <li> |
Denis Vlasenko | ea7c9b3 | 2008-09-25 10:39:10 +0000 | [diff] [blame] | 6 | <p>We want to thank the following companies which are providing support for the BusyBox project: |
Denis Vlasenko | c4e4b6b | 2008-08-25 22:03:41 +0000 | [diff] [blame] | 7 | <ul> |
| 8 | <li>AOE media, a <a href="http://www.aoemedia.com/typo3-development.html"> |
| 9 | TYPO3 development agency</a> contributes financially.</li> |
| 10 | <li><a href="http://www.analog.com/en/">Analog Devices, Inc.</a> provided |
| 11 | a <a href="http://docs.blackfin.uclinux.org/doku.php?id=bf537_quick_start"> |
| 12 | Blackfin development board</a> free of charge. |
| 13 | <a href="http://www.analog.com/blackfin">Blackfin</a> |
| 14 | is a NOMMU processor, and its availability for testing is invaluable. |
| 15 | If you are an embedded device developer, |
| 16 | please note that Analog Devices has entire Linux distribution available |
| 17 | for download for this board. Visit |
| 18 | <a href="http://blackfin.uclinux.org/">http://blackfin.uclinux.org/</a> |
| 19 | for more information. |
| 20 | </li> |
| 21 | </ul> |
| 22 | </p> |
| 23 | </li> |
| 24 | |
Denis Vlasenko | f7d87f9 | 2008-11-29 06:57:53 +0000 | [diff] [blame^] | 25 | <li><b>29 November 2008 -- BusyBox 1.13.1 (stable), BusyBox 1.12.3 (stable)</b> |
| 26 | <p><a href="http://busybox.net/downloads/busybox-1.13.1.tar.bz2">BusyBox 1.13.1</a>. |
| 27 | (<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_13_stable/">svn</a>, |
| 28 | <a href="http://busybox.net/downloads/fixes-1.13.1/">patches</a>, |
| 29 | <a href="http://busybox.net/fix.html">how to add a patch</a>)</p> |
| 30 | <p><a href="http://busybox.net/downloads/busybox-1.12.3.tar.bz2">BusyBox 1.12.3</a>. |
| 31 | (<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_12_stable/">svn</a>, |
| 32 | <a href="http://busybox.net/downloads/fixes-1.12.3/">patches</a>, |
| 33 | <a href="http://busybox.net/fix.html">how to add a patch</a>)</p> |
| 34 | |
| 35 | <p>Bug-fix releases. 1.13.1 has fixes for ash, option parsing, id, init, |
| 36 | inotify, klogd, line editing and modprobe. 1.12.3 has fixes |
| 37 | for option parsing and line editing. |
| 38 | </p> |
| 39 | </li> |
| 40 | |
Denis Vlasenko | 6f05874 | 2008-11-10 22:23:20 +0000 | [diff] [blame] | 41 | <li><b>10 November 2008 -- BusyBox 1.13.0 (unstable), BusyBox 1.12.2 (stable)</b> |
| 42 | <p><a href="http://busybox.net/downloads/busybox-1.13.0.tar.bz2">BusyBox 1.13.0</a>. |
| 43 | (<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_13_stable/">svn</a>, |
| 44 | <a href="http://busybox.net/downloads/fixes-1.13.0/">patches</a>, |
| 45 | <a href="http://busybox.net/fix.html">how to add a patch</a>)</p> |
| 46 | <p><a href="http://busybox.net/downloads/busybox-1.12.2.tar.bz2">BusyBox 1.12.2</a>. |
| 47 | (<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_12_stable/">svn</a>, |
| 48 | <a href="http://busybox.net/downloads/fixes-1.12.2/">patches</a>, |
| 49 | <a href="http://busybox.net/fix.html">how to add a patch</a>)</p> |
| 50 | |
| 51 | <p>Sizes of busybox-1.12.2 and busybox-1.13.0 (with equivalent config, static uclibc build):<pre> |
| 52 | text data bss dec hex filename |
| 53 | 778291 551 7856 786698 c010a busybox-1.12.2/busybox |
| 54 | 778981 551 7852 787384 c03b8 busybox-1.13.0/busybox |
| 55 | </pre> |
| 56 | |
| 57 | <p>New applets: blkid, devmem |
| 58 | |
| 59 | <p>Changes since previous release: |
| 60 | <ul> |
| 61 | <li>mail applets: total overhaul. Vladimir as usual</li> |
| 62 | <li>ash: fix "while kill -0 $child; do true; done" looping forever</li> |
| 63 | <li>ash: fix NOEXEC mode - we were forgetting to pass environment</li> |
| 64 | <li>ash: fix a bug in standalone mode (corrupted getopt state)</li> |
| 65 | <li>ash: optionally support ">&file" and "&>file" redirections</li> |
| 66 | <li>awk: bitwise ops cast oprands and results to unsigned long, not signed. closes bug 4774</li> |
| 67 | <li>awk: fix typo in atan2 code. closes bug 5594</li> |
| 68 | <li>awk: improve handling of negative numbers in bitwise ops; fix handling of octal costants</li> |
| 69 | <li>awk: support hex constants</li> |
| 70 | <li>basename: fix error code (again)</li> |
| 71 | <li>cpio: emit TRAILER even when hard links were found. By Pascal Bellard (pascal.bellard AT ads-lu.com)</li> |
| 72 | <li>crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)</li> |
| 73 | <li>dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com)</li> |
| 74 | <li>dhcpc: treat "discover...select...discover..." loop the same way as "discover...discover...discover..."</li> |
| 75 | <li>dpkg: add dpkg -l PACKAGE_PATTERN. By Peter Korsgaard</li> |
| 76 | <li>fbset: fix mode matching code: original code may trigger false positive.</li> |
| 77 | <li>findfs: fix LUKS and FAT detection routines; do not exit if corrupted FAT fs makes us try to seek past the end</li> |
| 78 | <li>grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT case. By Natanael Copa</li> |
| 79 | <li>grep: fix EXTRA_COMPAT grep to honor -E and -i</li> |
| 80 | <li>gunzip: restore mtime</li> |
| 81 | <li>halt: reinstate -w even if !FEATURE_WTMP</li> |
| 82 | <li>hexdump: fix SEGV in hexdump -e ""</li> |
| 83 | <li>httpd: pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedrichsen)</li> |
| 84 | <li>hush: fix environment and memory leaks</li> |
| 85 | <li>hush: fix trashing of environment by local env vars: a=a; a=b cmd; - a was unset</li> |
| 86 | <li>id: improve compatibility with coreutils. By Tito Ragusa</li> |
| 87 | <li>inetd: fix a case when we have zero services</li> |
| 88 | <li>inetd: use config parser. by Vladimir</li> |
| 89 | <li>init: set stderr to NONBLOCK</li> |
| 90 | <li>insmod: fix detection of open failure</li> |
| 91 | <li>install: support -D</li> |
| 92 | <li>ip: fix ip route rejecting dotted quads as prefix</li> |
| 93 | <li>ip: route metric support (Natanael Copa)</li> |
| 94 | <li>iplink: accept shorthands for "address" keyword: "ip link set address 00:11:22:33:44:55"</li> |
| 95 | <li>kbd_mode: support -C TTY</li> |
| 96 | <li>kill[all[5]]: accept -s SIG too. By Steve Bennett (steveb AT workware.net.au)</li> |
| 97 | <li>klogd: handle many lines at once. By Steve Bennett (steveb AT workware.net.au)</li> |
| 98 | <li>less: support -I to be able to search case-insensitively</li> |
| 99 | <li>less: add optional line number toggle and resizing on window resize</li> |
| 100 | <li>libbb: do not reject floating point strings like ".15"</li> |
| 101 | <li>lineedit: fix bug 5824 "since rev 23530 fdisk and ed don't work any more"</li> |
| 102 | <li>lineedit: fix problems with empty commands in history</li> |
| 103 | <li>login: fix /etc/nologin handling</li> |
| 104 | <li>man: fix inconsistencies in handling $MANPATH</li> |
| 105 | <li>mdev: support match by major,minor. See bug 4714</li> |
| 106 | <li>modprobe-small: make insmod command line compatible</li> |
| 107 | <li>modprobe-small: support "blacklist" keyword in /etc/modules/MODULE_NAME</li> |
| 108 | <li>modprobe: fix a segfault when modprobe is called with no arguments at all</li> |
| 109 | <li>modutils/*: rewrite by Timo Teras (timo.teras AT iki.fi)</li> |
| 110 | <li>mount: fix "-o parm1 -o parm2" not accumulating</li> |
| 111 | <li>nmeter: 4k buffers are too small for /proc files, make them dynamically sized with 16k upper limit</li> |
| 112 | <li>ping: SO_RCVBUF must be bigger than packet size, otherwise large ping packets might fail to be received</li> |
| 113 | <li>route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com)</li> |
| 114 | <li>rpm: fix incompatibilities which prevented rpm -i foo.src.rpm</li> |
| 115 | <li>runsvdir: support runsvdir-as-init</li> |
| 116 | <li>setarch: do not try to use non-existent data in argv[]</li> |
| 117 | <li>setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)</li> |
| 118 | <li>setup_environment: cd $HOME regardless of clear_env value</li> |
| 119 | <li>slattach: preserve speed in non-raw mode. By Matthieu Castet (matthieu.castet AT parrot.com)</li> |
| 120 | <li>start_stop_daemon: accept (and ignore) -R PARAM</li> |
| 121 | <li>sv: make default service dir configurable (Vladimir wants it)</li> |
| 122 | <li>sysctl: fix bug 3894 (by Kryzhanovskyy Maksym)</li> |
| 123 | <li>tar: fix bug 3844: non-root tar does not preserve perms</li> |
| 124 | <li>telnetd: handle emacs M-DEL and IAC-NOP. by Jim Cathey (jcathey AT ciena.com)</li> |
| 125 | <li>top: fix "top -d 1" (bug 5144)</li> |
| 126 | <li>top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)</li> |
| 127 | <li>trylink: make messages less confusing</li> |
| 128 | <li>unzip: handle "central directory". needed for OpenOffice, gmail attachment .zips etc</li> |
| 129 | <li>vi: Rob's algorithm of reading and matching ESC sequences (nice work btw!)</li> |
| 130 | <li>vi: deal with EOF/error on stdin and with input NULs</li> |
| 131 | <li>vi: fix uninitialized last_search_pattern (bug 5794)</li> |
| 132 | <li>vi: handle chars 0x80, 0x81 etc correctly</li> |
| 133 | <li>volume identification: abolish /proc/partitions and /proc/cdroms scanning. It does not catch volume managers and such. Simply scan /dev/* for any block devices</li> |
| 134 | <li>watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds</li> |
| 135 | <li>watchdog: add -T option</li> |
| 136 | </ul> |
| 137 | <p> |
| 138 | The email address gpl@busybox.net is the recommended way to contact |
| 139 | the Software Freedom Law Center to report BusyBox license violations. |
| 140 | </p> |
Denis Vlasenko | f7d87f9 | 2008-11-29 06:57:53 +0000 | [diff] [blame^] | 141 | </li> |
Denis Vlasenko | 6f05874 | 2008-11-10 22:23:20 +0000 | [diff] [blame] | 142 | |
Denis Vlasenko | 22eb410 | 2008-09-28 18:33:02 +0000 | [diff] [blame] | 143 | <li><b>28 September 2008 -- BusyBox 1.12.1 (stable), BusyBox 1.11.3 (stable)</b> |
| 144 | <p><a href="http://busybox.net/downloads/busybox-1.12.1.tar.bz2">BusyBox 1.12.1</a>. |
| 145 | (<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_12_stable/">svn</a>, |
| 146 | <a href="http://busybox.net/downloads/fixes-1.12.1/">patches</a>, |
| 147 | <a href="http://busybox.net/fix.html">how to add a patch</a>)</p> |
| 148 | <p><a href="http://busybox.net/downloads/busybox-1.11.3.tar.bz2">BusyBox 1.11.3</a>. |
| 149 | (<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_11_stable/">svn</a>, |
| 150 | <a href="http://busybox.net/downloads/fixes-1.11.3/">patches</a>, |
| 151 | <a href="http://busybox.net/fix.html">how to add a patch</a>)</p> |
| 152 | <p> |
| 153 | Bugfix-only releases for 1.11.x and 1.12.x branches. |
| 154 | </p> |
| 155 | </li> |
| 156 | |
Denis Vlasenko | 6573417 | 2008-08-21 22:10:47 +0000 | [diff] [blame] | 157 | <li><b>21 August 2008 -- BusyBox 1.12.0 (unstable), BusyBox 1.11.2 (stable)</b> |
Bernhard Reutner-Fischer | 8c8601c | 2008-08-21 10:54:55 +0000 | [diff] [blame] | 158 | <p><a href="http://busybox.net/downloads/busybox-1.12.0.tar.bz2">BusyBox 1.12.0</a>. |
| 159 | (<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_12_stable/">svn</a>, |
| 160 | <a href="http://busybox.net/downloads/fixes-1.12.0/">patches</a>, |
| 161 | <a href="http://busybox.net/fix.html">how to add a patch</a>)</p> |
Denis Vlasenko | 6573417 | 2008-08-21 22:10:47 +0000 | [diff] [blame] | 162 | <p><a href="http://busybox.net/downloads/busybox-1.11.2.tar.bz2">BusyBox 1.11.2</a>. |
| 163 | (<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_11_stable/">svn</a>, |
| 164 | <a href="http://busybox.net/downloads/fixes-1.11.2/">patches</a>, |
| 165 | <a href="http://busybox.net/fix.html">how to add a patch</a>)</p> |
| 166 | |
| 167 | <p>Sizes of busybox-1.11.2 and busybox-1.12.0 (with equivalent config, static uclibc build):<pre> |
Denis Vlasenko | c1b39ed | 2008-08-21 10:19:28 +0000 | [diff] [blame] | 168 | text data bss dec hex filename |
Denis Vlasenko | 6573417 | 2008-08-21 22:10:47 +0000 | [diff] [blame] | 169 | 829687 617 7052 837356 cc6ec busybox-1.11.2/busybox |
Denis Vlasenko | c1b39ed | 2008-08-21 10:19:28 +0000 | [diff] [blame] | 170 | 822961 594 6832 830387 cabb3 busybox-1.12.0/busybox |
| 171 | </pre> |
| 172 | |
| 173 | <p>New applets: rdev (Grant Erickson), setfont, showkey (both by Vladimir) |
| 174 | |
Denis Vlasenko | 6cd36bc | 2008-08-22 11:16:52 +0000 | [diff] [blame] | 175 | <p>Most significant changes since previous release (please report any regression): |
Denis Vlasenko | c1b39ed | 2008-08-21 10:19:28 +0000 | [diff] [blame] | 176 | <ul> |
Bernhard Reutner-Fischer | c397792 | 2008-08-21 16:08:06 +0000 | [diff] [blame] | 177 | <li>ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"</li> |
| 178 | <li>ash: dont allow e.g. exec <&10 to attach to script's fd! </li> |
| 179 | <li>ash: fix a bug where redirection fds were not closed afterwards. optimize close+fcntl(DUPFD) into dup2</li> |
| 180 | <li>ash: fix segfault in "command -v"</li> |
| 181 | <li>ash: fix very weak $RANDOM generator</li> |
| 182 | <li>ash: prevent exec NN>&- from closing fd used for script reading</li> |
| 183 | <li>ash: teach ash about 123>file. It could take only 0..9 before</li> |
| 184 | <li>hush: fix a case where "$@" must expand to no word at all</li> |
| 185 | <li>hush: fix mishandling of a'b'c=fff as assignments. They are not</li> |
| 186 | <li>hush: fix non-detection of builtins and applets in "v=break; ...; $v; ..." case</li> |
| 187 | <li>hush: fix "while false; ..." exitcode; add testsuites</li> |
| 188 | <li>hush: support "case...esac" statements (~350 bytes of code)</li> |
| 189 | <li>hush: support "break [N]" and "continue [N]" statements</li> |
| 190 | <li>hush: support "for if in do done then; do echo $if; done" case</li> |
| 191 | <li>hush: support "for v; do ... done" syntax (implied 'in "$@"')</li> |
| 192 | <li>hush: support $_NUMBERS variable names</li> |
| 193 | <li>libbb: unified config parser (by Vladimir). This change affected many applets</li> |
Denis Vlasenko | c1b39ed | 2008-08-21 10:19:28 +0000 | [diff] [blame] | 194 | </ul> |
| 195 | |
Denis Vlasenko | 6cd36bc | 2008-08-22 11:16:52 +0000 | [diff] [blame] | 196 | <p>Other changes: |
Denis Vlasenko | c1b39ed | 2008-08-21 10:19:28 +0000 | [diff] [blame] | 197 | <ul> |
Bernhard Reutner-Fischer | c397792 | 2008-08-21 16:08:06 +0000 | [diff] [blame] | 198 | <li>libbb: dump: do not use uninitialized memory (closes bug 4364)</li> |
| 199 | <li>libbb: fix bb_strtol[l]'s check for "-" (closes bug 4174)</li> |
| 200 | <li>libbb: fix --help to not affect "test --help"</li> |
| 201 | <li>libbb: fix mishandling of "all argv are opts" in getopt32()</li> |
| 202 | <li>libbb: getopt32() should not ever touch argv[0] (even read)</li> |
| 203 | <li>libbb: introduce and use xrealloc_vector</li> |
| 204 | <li>libbb: [x]fopen_for_{read,write} introduced and used (by Vladimir)</li> |
| 205 | <li>lineedit: fix use-after-free</li> |
| 206 | <li>libunarchive: refactor handling of archived files. "tar f file.tar.lzma" now works too</li> |
| 207 | <li>bb_strtoXXX: close bug 4174 (potential use of buf[-1])</li> |
| 208 | <li>open_transformer: don't leak file descriptor</li> |
| 209 | <li>open_transformer: fix bug of calling exit instead of _exit</li> |
| 210 | <li>arp: without -H type, assume "ether" (closes bug 4564)</li> |
| 211 | <li>ar: reuse existing ar unpacking code</li> |
| 212 | <li>awk: fix a case with multiple -f options. Simplify -f file reading. </li> |
| 213 | <li>build system: introduce and use FAST_FUNC: regparm on i386, otherwise no-op</li> |
| 214 | <li>bunzip2: fix an uncompression error (by Rob Landley rob AT landley.net)</li> |
| 215 | <li>b[un]zip2, g[un]zip: unlink destination if -f is given (closes bug 3854)</li> |
| 216 | <li>comm: almost total rewrite</li> |
| 217 | <li>cpio: fix -m to actually work as expected (by Pascal Bellard)</li> |
| 218 | <li>cpio: internalize archive_xread_all_eof, add a few paranoia checks for corrupted cpio files</li> |
| 219 | <li>cpio: make long opts depend only on ENABLE_GETOPT_LONG</li> |
| 220 | <li>cpio: on unpack, limit filename length to 8k</li> |
| 221 | <li>cpio: support some long options</li> |
| 222 | <li>crond: use execlp instead of execl</li> |
| 223 | <li>cut: fix buffer overflow (closes bug 4544)</li> |
| 224 | <li>envdir: fix "envdir" (no params at all) and "envdir dir" cases</li> |
| 225 | <li>findfs: make it use setuid-ness of busybox binary</li> |
| 226 | <li>fsck: use getmntent_r instead of open-coded parsing (by Vladimir)</li> |
| 227 | <li>fuser: a bit of safety in scanf</li> |
| 228 | <li>grep: option to use GNU regex matching instead of POSIX one. This fixes problems with NULs in files being scanned, but costs +800 bytes</li> |
| 229 | <li>halt: signal init regardless of ENABLE_INIT</li> |
| 230 | <li>httpd: add homedir directive specially for (and by) Walter Harms wharms AT bfs.de</li> |
| 231 | <li>ifupdown: /etc/network/interfaces can have comments with leading blanks</li> |
| 232 | <li>ifupdown: fixes for custom MAC address (by Wade Berrier wberrier AT gmail.com)</li> |
| 233 | <li>ifupdown: fixes for shutdown of DHCP-managed interfaces (by Wade Berrier wberrier AT gmail.com)</li> |
| 234 | <li>inetd: do not trash errno in signal handlers; in CHLD handler, stop looping through services when pid is found</li> |
| 235 | <li>insmod: users report that "|| defined(__powerpc__)" is missing</li> |
| 236 | <li>install: do not chown intermediate directories with install -d (by Natanael Copa)</li> |
| 237 | <li>install: fix long option not taking params (closes bug 4584)</li> |
| 238 | <li>lpd,lpr: send/receive ACKs after filenames, not only after file bodies</li> |
| 239 | <li>ls: fix a bug where we may use uninintialized variable</li> |
| 240 | <li>man: add handling of "man links", by Ivana Varekova varekova AT redhat.com</li> |
| 241 | <li>man: fix a case when a full pathname to manpage is given</li> |
| 242 | <li>man: fix inverted cat/man bool variable</li> |
| 243 | <li>man: fix missed NULL termination of an array</li> |
| 244 | <li>man: mimic "no manual entry for 'bogus'" message and exitcode</li> |
| 245 | <li>man: support cat pages too (by Jason Curl jcurlnews AT arcor.de)</li> |
| 246 | <li>man: teach it to use .lzma if requested by .config</li> |
| 247 | <li>mdev: check for "/block/" substring for block dev detection</li> |
| 248 | <li>mdev: do not complain if mdev.conf does not exist</li> |
| 249 | <li>mdev: if device was moved at creation, at removal correctly remove it from moved location and also remove symlinks to it</li> |
| 250 | <li>mdev: support for serializing hotplug</li> |
| 251 | <li>mdev, init: use shared code for fd sanitization</li> |
| 252 | <li>mkdir: fix "uname 0222; mkdir -p foo/bar" case (by Doug Graham dgraham AT nortel.com)</li> |
| 253 | <li>modprobe: support for /etc/modprobe.d (by Timo Teras)</li> |
| 254 | <li>modprobe: use buffering line reads (fgets()) instead of reads()</li> |
| 255 | <li>modutils: optional modprobe-small (by Vladimir), 15kb smaller than standard one</li> |
| 256 | <li>mount: support for "-o mand" and "[no]relatime"</li> |
| 257 | <li>mount: support nfs mount option "nordiplus" (by Octavian Purdila opurdila AT ixiacom.com)</li> |
| 258 | <li>mount: support "relatime" / "norelatime"</li> |
| 259 | <li>mount: testsuite for "-o mand"</li> |
| 260 | <li>msh: fix "while... continue; ..." (closes bug 3884)</li> |
| 261 | <li>mv: fix a case when we move dangling symlink across mountpoints</li> |
| 262 | <li>netstat: optional -p support (by L. Gabriel Somlo somlo AT cmu.edu)</li> |
| 263 | <li>nmeter: fix read past the end of a buffer (closes bug 4594)</li> |
| 264 | <li>od, hexdump: fix bug where xrealloc may move pointer, leaving other pointers dangling (closes bug 4104)</li> |
| 265 | <li>pidof/killall: allow find_pid_by_name to find running processes started as scripts_with_name_longer_than_15_bytes.sh (closes bug 4054)</li> |
| 266 | <li>printf: do not print garbage on "%Ld" (closes bug 4214)</li> |
| 267 | <li>printf: fix %b, fix several bugs in %*.*, fix compat issues with aborting too early, support %zd; expand testsuite</li> |
| 268 | <li>printf: protect against bogus format specifiers (closes bug 4184)</li> |
| 269 | <li>sendmail: updates from Vladimir:</li> |
| 270 | <li>sendmail: do not discard all headers</li> |
| 271 | <li>sendmail: do not ignore CC; accept to: and cc: case-insensitively. +20 bytes</li> |
| 272 | <li>sendmail: fixed mail recipient address</li> |
| 273 | <li>sendmail: fixed SEGV if sender address is missed</li> |
| 274 | <li>sendmail: use HOSTNAME instead of HOST when no server is explicitly specified</li> |
| 275 | <li>sleep: if FANCY && DESKTOP, support fractional seconds, minutes, hours and so on (coreutils compat)</li> |
| 276 | <li>ssd: CLOSE_EXTRA_FDS in MMU case too</li> |
| 277 | <li>ssd: do not stat -x EXECUTABLE, it is not needed anymore</li> |
| 278 | <li>ssd: fix -a without -x case</li> |
| 279 | <li>ssd: use $PATH</li> |
| 280 | <li>tar: fix handling of tarballs with symlinks with size field != 0</li> |
| 281 | <li>tar: handle autodetection for tiny .tar.gz files too, simplify autodetection</li> |
| 282 | <li>taskset: fix some careless code in both fancy and non-fancy cases. -5 bytes for fancy, +5 for non-fancy</li> |
| 283 | <li>tee: fix infinite looping on open error (echo asd | tee "")</li> |
| 284 | <li>tee: "-" is a name for stdout, handle it that way</li> |
| 285 | <li>telnetd: fix issue file printing</li> |
| 286 | <li>test: fix parser to prefer binop over unop, as coreutils does</li> |
| 287 | <li>testsuite: uniformly use $ECHO with -n -e</li> |
| 288 | <li>time: don't segfault with no arguments</li> |
| 289 | <li>touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile)</li> |
| 290 | <li>tr: fix "access past the end of a string" bug 4354</li> |
| 291 | <li>tr: fix "tr [=" case (closes bug 4374)</li> |
| 292 | <li>tr: fix yet another access past the end of a string (closes bug 4374)</li> |
| 293 | <li>unlzma: fix memory leak (by Pascal Bellard)</li> |
| 294 | <li>vi: fix reversed checks for underflow</li> |
| 295 | <li>vi: using array data after it fell out of scope is stupid</li> |
| 296 | <li>xargs: fix -e default to match newer GNU xargs, add SUS mandated -E (closes bug 4414)</li> |
| 297 | <li>other fixes and code size reductions in many applets</li> |
Denis Vlasenko | c1b39ed | 2008-08-21 10:19:28 +0000 | [diff] [blame] | 298 | </ul> |
Denis Vlasenko | c1b39ed | 2008-08-21 10:19:28 +0000 | [diff] [blame] | 299 | </p> |
| 300 | |
Denis Vlasenko | e18d21d | 2008-07-11 22:11:50 +0000 | [diff] [blame] | 301 | <li><b>12 July 2008 -- BusyBox 1.11.1 (stable)</b> |
Bernhard Reutner-Fischer | 8c8601c | 2008-08-21 10:54:55 +0000 | [diff] [blame] | 302 | <p><a href="http://busybox.net/downloads/busybox-1.11.1.tar.bz2">BusyBox 1.11.1</a>. |
| 303 | (<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_11_stable/">svn</a>, |
| 304 | <a href="http://busybox.net/downloads/fixes-1.11.1/">patches</a>, |
| 305 | <a href="http://busybox.net/fix.html">how to add a patch</a>)</p> |
Denis Vlasenko | e18d21d | 2008-07-11 22:11:50 +0000 | [diff] [blame] | 306 | <p> |
| 307 | Bugfix-only release for 1.11.x branch. It contains fixes for awk, |
| 308 | bunzip2, cpio, ifupdown, ip, man, start-stop-daemon, uname and vi. |
| 309 | </p> |
Bernhard Reutner-Fischer | c397792 | 2008-08-21 16:08:06 +0000 | [diff] [blame] | 310 | </li> |
Denis Vlasenko | e18d21d | 2008-07-11 22:11:50 +0000 | [diff] [blame] | 311 | |
Denis Vlasenko | ff814f8 | 2008-07-11 09:55:58 +0000 | [diff] [blame] | 312 | <li><b>11 July 2008 -- HOWTO is updated</b> |
| 313 | <p> |
Bernhard Reutner-Fischer | 8c8601c | 2008-08-21 10:54:55 +0000 | [diff] [blame] | 314 | <a href="http://busybox.net/~vda/HOWTO/i486-linux-uclibc/HOWTO.txt"> |
Denis Vlasenko | ff814f8 | 2008-07-11 09:55:58 +0000 | [diff] [blame] | 315 | "How to build static busybox for i486-linux-uclibc"</a> is updated |
| 316 | and tested on a fresh Fedora 9 install. Please report if it doesn't |
| 317 | work for you. |
| 318 | </p> |
Bernhard Reutner-Fischer | c397792 | 2008-08-21 16:08:06 +0000 | [diff] [blame] | 319 | </li> |
Denis Vlasenko | ff814f8 | 2008-07-11 09:55:58 +0000 | [diff] [blame] | 320 | |
Denis Vlasenko | 6e18f9a | 2008-06-25 15:58:00 +0000 | [diff] [blame] | 321 | |
Denis Vlasenko | 6e18f9a | 2008-06-25 15:58:00 +0000 | [diff] [blame] | 322 | |
Bernhard Reutner-Fischer | 9ff245f | 2008-08-22 08:45:01 +0000 | [diff] [blame] | 323 | <li><b>Old News</b><p> |
| 324 | Click here to read <a href="oldnews.html">older news</a> |
Rob Landley | d879ffb | 2006-06-27 21:29:56 +0000 | [diff] [blame] | 325 | </p> |
Bernhard Reutner-Fischer | c397792 | 2008-08-21 16:08:06 +0000 | [diff] [blame] | 326 | </li> |
Eric Andersen | 539eef6 | 2003-12-10 12:08:20 +0000 | [diff] [blame] | 327 | |
| 328 | </ul> |
| 329 | |
| 330 | <!--#include file="footer.html" --> |
| 331 | |