diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-15 02:13:14 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-15 02:13:14 +0000 |
| commit | 5dcb43a5d1ea07e6b58770741882a4b0b82bb29d (patch) | |
| tree | f4761154df147d56a3c0c9e718332a62599f8983 | |
| parent | 32a3d084d32dfc827ffa736959f4fe9834ef528c (diff) | |
| download | busybox-w32-1_14_0.tar.gz busybox-w32-1_14_0.tar.bz2 busybox-w32-1_14_0.zip | |
website: announce 1.14.0 and 1.13.41_14_0
Makefile: bump version to 1.14.0
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | docs/busybox.net/news.html | 160 | ||||
| -rw-r--r-- | libbb/Kbuild | 1 | ||||
| -rw-r--r-- | scripts/defconfig | 4 |
4 files changed, 164 insertions, 3 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | VERSION = 1 | 1 | VERSION = 1 |
| 2 | PATCHLEVEL = 14 | 2 | PATCHLEVEL = 14 |
| 3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 0 |
| 4 | EXTRAVERSION = .svn | 4 | EXTRAVERSION = |
| 5 | NAME = Unnamed | 5 | NAME = Unnamed |
| 6 | 6 | ||
| 7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 8c33438d3..8f756f088 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
| @@ -22,6 +22,166 @@ | |||
| 22 | </p> | 22 | </p> |
| 23 | </li> | 23 | </li> |
| 24 | 24 | ||
| 25 | <li><b>15 April 2009 -- BusyBox 1.14.0 (unstable), BusyBox 1.13.4 (stable)</b> | ||
| 26 | <p><a href="http://busybox.net/downloads/busybox-1.14.0.tar.bz2">BusyBox 1.14.0</a>. | ||
| 27 | (<a href="http://sources.busybox.net/index.py/branches/busybox_1_14_stable/">svn</a>, | ||
| 28 | <a href="http://busybox.net/downloads/fixes-1.14.0/">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.13.4.tar.bz2">BusyBox 1.13.4</a>. | ||
| 31 | (<a href="http://sources.busybox.net/index.py/branches/busybox_1_13_stable/">svn</a>, | ||
| 32 | <a href="http://busybox.net/downloads/fixes-1.13.4/">patches</a>, | ||
| 33 | <a href="http://busybox.net/fix.html">how to add a patch</a>)</p> | ||
| 34 | |||
| 35 | <p>Sizes of busybox-1.13.4 and busybox-1.14.0 (with equivalent config, static uclibc build):<pre> | ||
| 36 | text data bss dec hex filename | ||
| 37 | 785501 483 7036 793020 c19bc busybox.1.13.4/busybox | ||
| 38 | 788380 467 6960 795807 c249f busybox.1.14.0/busybox | ||
| 39 | 15361 0 0 15361 3c01 busybox.1.13.4/shell/hush.o | ||
| 40 | 20724 0 0 20724 50f4 busybox.1.14.0/shell/hush.o | ||
| 41 | </pre> | ||
| 42 | <p>Most of growth is in hush. The rest shrank a bit. | ||
| 43 | |||
| 44 | <p>New applets: | ||
| 45 | <ul> | ||
| 46 | <li>flash_eraseall: by Sebastian Andrzej Siewior (bigeasy AT linutronix.de)</li> | ||
| 47 | <li>acpid,mkdosfs (aka mkfs.vfat),tunctl: by Vladimir</li> | ||
| 48 | <li>ftpd: by Adam Tkac</li> | ||
| 49 | <li>timeout: by Roberto Foglietta</li> | ||
| 50 | <li>ionice: adapted from Linux kernel' example by Walter Harms</li> | ||
| 51 | <li>mkpasswd: synonym to cryptpw. mkpasswd is in Debian, OTOH cryptpw was added to busybox earlier. Trying to make both camps happy by making those two applets just aliases. They are command-line compatible</li> | ||
| 52 | </ul> | ||
| 53 | |||
| 54 | <p>Changes since previous release: | ||
| 55 | |||
| 56 | <p>lash and msh are deprecated, please migrate to hush. | ||
| 57 | |||
| 58 | <p>hush had many, many fixes and features added: here documents, arithmetic evaluation, function support, and all this works on NOMMU too, safely: 100kb-sized `command` and heredocs. Here document support, arithmetic evaluation, improved ${var} ops, other fixes are by Mike Frysinger (vapier AT gentoo.org). | ||
| 59 | |||
| 60 | <p>Other changes: | ||
| 61 | <ul> | ||
| 62 | <li>libbb: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}. By Tito (farmatito AT tiscali.it)</li> | ||
| 63 | <li>libbb/sha1/256/512: major code shrink</li> | ||
| 64 | <li>libbb/lineedit: make history saving/loading concurrent-safe</li> | ||
| 65 | <li>libbb: shrink linked list ops. By xmaks AT email.cz</li> | ||
| 66 | <li>libbb: str2sockaddr shuld accept [IPv6] addr without port - wget 'ftp://[::1]/file' needs that to work</li> | ||
| 67 | <li>libbb: make bb_info_msg do atomic, unbuffered writes</li> | ||
| 68 | <li>adduser: allow adding to group 0; don't _create_ /etc/shadow, only append data if it exists</li> | ||
| 69 | <li>ash: fix mishandled ^C</li> | ||
| 70 | <li>ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busy</li> | ||
| 71 | <li>ash: fix $IFS handling in read. Closes bug 235</li> | ||
| 72 | <li>ash: fix a case where we close wrong descriptor</li> | ||
| 73 | <li>ash: fix bad interaction between ash -c '....&' and bash compat</li> | ||
| 74 | <li>ash: fix miscalculation of memory needed for eval tree. Found by Timo Teras (timo.teras AT iki.fi)</li> | ||
| 75 | <li>ash: in dotrap(), do not clear gotsig[] for SIGINT if there is no handler for it, otherwise raise interrupt gets confused later</li> | ||
| 76 | <li>ash: make dot command search current directory first, as bash does</li> | ||
| 77 | <li>ash: make evaltree save/restore int suppression depth. Hopefully this fixes bug 189</li> | ||
| 78 | <li>ash: printf builtin with no arguments should not exit</li> | ||
| 79 | <li>awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)</li> | ||
| 80 | <li>awk: in BEGIN section $0 should be "", not "0"</li> | ||
| 81 | <li>awk: make "struct global" hack more robust wrt alignment. Closes bug 131</li> | ||
| 82 | <li>brctl: fix compilation on 2.4.x kernels</li> | ||
| 83 | <li>chat: treat timeout more correctly</li> | ||
| 84 | <li>chat: recognize RECORD directive</li> | ||
| 85 | <li>cksum, printenv: report errors via exitcode</li> | ||
| 86 | <li>cpio: add -p, -0 and -L options</li> | ||
| 87 | <li>crond,crontab: make cron directory location configurable</li> | ||
| 88 | <li>crond: correct more of logfile to 0666 (as usual, umask allows user to remove unwanted bits)</li> | ||
| 89 | <li>crond: put tasks in separate process groups</li> | ||
| 90 | <li>dc: fix the "base 2" patch omission of base not being set</li> | ||
| 91 | <li>depmod: accept and ignore -r. Linux kernel build needs this</li> | ||
| 92 | <li>depmod: fix -b option. By timo.teras AT iki.fi</li> | ||
| 93 | <li>udhcpd,dumpleases: write and use 64-bit current time in lease file. without it, determination of remaining lease time is unreliable</li> | ||
| 94 | <li>udhcpd: remember and record hostnames</li> | ||
| 95 | <li>dhcprelay: fix usage text. Simplify and make code more readable</li> | ||
| 96 | <li>dumpleases: fix -a option; show hostnames</li> | ||
| 97 | <li>udhcpc: fix a problem where we don't open listening socket fast enough</li> | ||
| 98 | <li>udhcpc: stop filtering environment passed to the script</li> | ||
| 99 | <li>udhcpd: add code which rejects lease files with suspicious or old timestamp</li> | ||
| 100 | <li>udhcpd: disable opton to have absolute lease times in lease file (that does not work with dumpleases)</li> | ||
| 101 | <li>dnsd: fix a number of bugs. Ideas by Ming-Ching Tiew (mctiew AT yahoo.com)</li> | ||
| 102 | <li>dpkg: better and shorter code to compare versions. Taken from "official" dpkg by Eugene T. Bordenkircher (eugebo AT gmail.com)</li> | ||
| 103 | <li>du: fix "du /dir /dir" case</li> | ||
| 104 | <li>env: support -uVAR=VAL</li> | ||
| 105 | <li>expand: fix incorrect expansion exactly on tab boundary; shrink the code</li> | ||
| 106 | <li>expr: a bit more robust handling of regexps with groups. Closes bug 87</li> | ||
| 107 | <li>find: support --mindepth</li> | ||
| 108 | <li>getty: fix handling of speed 0; stop using non-portable way of setting speeds</li> | ||
| 109 | <li>grep: support -z</li> | ||
| 110 | <li>gzip: fix gzip -dc bug caused by using stale getopt state</li> | ||
| 111 | <li>head: report file open errors with exitcode 1 (was happily returning 0)</li> | ||
| 112 | <li>httpd: set $HOST to Host: header value. By Tobias Poschwatta (tp AT fonz.de)</li> | ||
| 113 | <li>ifupdown: allow options to udhcpc to be configurable from .config</li> | ||
| 114 | <li>init: do not eat last char in messages; do not print duplicate "init:" prefix to syslog</li> | ||
| 115 | <li>init: fix a bug where on reload order of entries might be wrong</li> | ||
| 116 | <li>init: major improvement in documentation and signal handling. Lots of nasty, but hard to trip, races are fixed</li> | ||
| 117 | <li>init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTAB</li> | ||
| 118 | <li>init: remove wait loop on restart, it may be dangerous</li> | ||
| 119 | <li>init: test for vt terminal with VT_OPENQRY, assume that anything else is TERM=vt102, not TERM=linux. Closes bug 195</li> | ||
| 120 | <li>inotifyd: add x, o, and u events</li> | ||
| 121 | <li>inotifyd: fix buffer overflow and "unreaped zombies" problem</li> | ||
| 122 | <li>inotifyd: exit if x event happened for all files</li> | ||
| 123 | <li>inotifyd: conserve resourses by closing unused inotify descriptors</li> | ||
| 124 | <li>insmod/modprobe: do not pass NULL to kernel as module parameter</li> | ||
| 125 | <li>ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32, whereas "any" and "default" would be 0.0.0.0/0. They must be all 0.0.0.0/0. Closes bug 57</li> | ||
| 126 | <li>iproute: fix ipXXX utilities trying to parse their applet name as their 1st parameter</li> | ||
| 127 | <li>klogctl: fix a problem where we don't terminate read data with '\0' and then misinterpret it</li> | ||
| 128 | <li>ls: do not follow links with -s. Closes bug 33</li> | ||
| 129 | <li>ls: implement -Q and -g (-g was accepted but ignored)</li> | ||
| 130 | <li>ls: make readlink error to not disrupt output (try ls -l /proc/self/fd)</li> | ||
| 131 | <li>man: better check for duplicated MANPATH</li> | ||
| 132 | <li>mdev: add support for - ("dont stop here") char</li> | ||
| 133 | <li>mdev: if /sys/class/block exists, don't scan /sys/block</li> | ||
| 134 | <li>mdev: ignore events with "$SUBSYSTEM" == "firmware" && "$ACTION" == "remove"</li> | ||
| 135 | <li>mdev: provide $SUBSYSTEM. By Vladimir</li> | ||
| 136 | <li>modprobe/insmod for 2.4: support compressed modules. By Guenter (lists AT gknw.net)</li> | ||
| 137 | <li>modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"</li> | ||
| 138 | <li>modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi)</li> | ||
| 139 | <li>modutils-24: fix bad interaction of xzalloc with xrealloc_vector</li> | ||
| 140 | <li>mount: support "-O option"</li> | ||
| 141 | <li>mount: stop trying to mount swap partitions</li> | ||
| 142 | <li>mount: fix CIFS support</li> | ||
| 143 | <li>mountpoint: add -n option. By Vladimir</li> | ||
| 144 | <li>nslookup: allow usage of IPv6 addresses or hostnames for DNS server name; allow for port specification. Tested to work: "nslookup google.com [::1]:5353". glibc + IPv6 address of DNS server still does not work</li> | ||
| 145 | <li>popmaildir: fix several grave bugs with using memory past end of malloc block</li> | ||
| 146 | <li>printf: fix 1.12.0 breakage (from %*d fix), it was misinterpreting "*"</li> | ||
| 147 | <li>printf: make integer format strings print long long-sized values</li> | ||
| 148 | <li>rmmod: fix bug 263 "modutils/rmmod can't remove modules with dash in name on 2.4 kernels"</li> | ||
| 149 | <li>sendmail: document and fix usage of fd #4, fix check for helper failure</li> | ||
| 150 | <li>sendmail: update by Vladimir</li> | ||
| 151 | <li>seq: add -w support. By Natanael Copa</li> | ||
| 152 | <li>seq: add support for "-s separator"</li> | ||
| 153 | <li>stat: make stat -f show filesystem "ID:" as coreutils does</li> | ||
| 154 | <li>sysctl: fix another corner case with "dots and slashes"</li> | ||
| 155 | <li>sysctl: fix broken -p [file]. Closes bug 231</li> | ||
| 156 | <li>sysctl: support recursing if name is a directory: "sysctl net.ipv4.conf". Patch by xmaks AT email.cz</li> | ||
| 157 | <li>syslogd: comment out file locking; make signal handling syncronous</li> | ||
| 158 | <li>syslogd: create logfile with 0666 (affected by umask as usual), not 0600</li> | ||
| 159 | <li>tail: fix tail +N syntax not working. Closes bug 221</li> | ||
| 160 | <li>tar: do not change new tarfile's mode, GNU tar doesn't do it</li> | ||
| 161 | <li>tar: support GNU tar's "base256" encoding</li> | ||
| 162 | <li>telnetd: correctly output 0xff char</li> | ||
| 163 | <li>telnetd: do not advertise TELNET_LFLOW, we do not support it properly</li> | ||
| 164 | <li>tftp: when we infer local name from remote (-r [/]path/path/file), strip path. This mimics wget and is generally more intuitive</li> | ||
| 165 | <li>timeout: fix parsing of -t NUM on MMU</li> | ||
| 166 | <li>top: make it work again on 2.4 kernels. Closes bug 125</li> | ||
| 167 | <li>tr: fix overflow in expand and complement, fix stop after [:class:]</li> | ||
| 168 | <li>tr: support -C as synonym to -c</li> | ||
| 169 | <li>tr: support [:xdigit:], fix handling of ranges and [x]'s</li> | ||
| 170 | <li>traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMP packets and rely on the kernel to form IP headers, select source IP and interface</li> | ||
| 171 | <li>uname: add support for -i and -o, fix printing of unknown -p value with -a option</li> | ||
| 172 | <li>uname: support long options</li> | ||
| 173 | <li>unexpand: fix incorrect expansion</li> | ||
| 174 | <li>unzip: fix thinko with le/be conv and size. Closes bug 129</li> | ||
| 175 | <li>vi: fix several instances of major goof: when text grows, text[] might get reallocated! We were keeping around pointers to old place</li> | ||
| 176 | <li>vi: speedup and code shrink. By Walter Harms</li> | ||
| 177 | <li>volume_id: abort early on read failures. Should help with probing missing fdd's</li> | ||
| 178 | <li>volumeid: fix bug 249 "findfs finds the wrong partition"</li> | ||
| 179 | <li>wget: --post-data support. By Harald Kuthe (harald-tuxbox AT arcor.de)</li> | ||
| 180 | <li>wget: fix --header handling</li> | ||
| 181 | <li>wget: more robust EINTR detection</li> | ||
| 182 | </ul> | ||
| 183 | </p> | ||
| 184 | |||
| 25 | <li><b>8 March 2009 -- BusyBox 1.13.3 (stable)</b> | 185 | <li><b>8 March 2009 -- BusyBox 1.13.3 (stable)</b> |
| 26 | <p><a href="http://busybox.net/downloads/busybox-1.13.3.tar.bz2">BusyBox 1.13.3</a>. | 186 | <p><a href="http://busybox.net/downloads/busybox-1.13.3.tar.bz2">BusyBox 1.13.3</a>. |
| 27 | (<a href="http://sources.busybox.net/index.py/branches/busybox_1_13_stable/">svn</a>, | 187 | (<a href="http://sources.busybox.net/index.py/branches/busybox_1_13_stable/">svn</a>, |
diff --git a/libbb/Kbuild b/libbb/Kbuild index 57d5d21cf..8fddabdba 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
| @@ -122,6 +122,7 @@ lib-$(CONFIG_LOSETUP) += loop.o | |||
| 122 | lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o | 122 | lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o |
| 123 | lib-$(CONFIG_ADDGROUP) += update_passwd.o | 123 | lib-$(CONFIG_ADDGROUP) += update_passwd.o |
| 124 | lib-$(CONFIG_ADDUSER) += update_passwd.o | 124 | lib-$(CONFIG_ADDUSER) += update_passwd.o |
| 125 | lib-$(CONFIG_DELGROUP) += update_passwd.o | ||
| 125 | lib-$(CONFIG_DELUSER) += update_passwd.o | 126 | lib-$(CONFIG_DELUSER) += update_passwd.o |
| 126 | lib-$(CONFIG_PASSWD) += pw_encrypt.o update_passwd.o | 127 | lib-$(CONFIG_PASSWD) += pw_encrypt.o update_passwd.o |
| 127 | lib-$(CONFIG_CHPASSWD) += pw_encrypt.o update_passwd.o | 128 | lib-$(CONFIG_CHPASSWD) += pw_encrypt.o update_passwd.o |
diff --git a/scripts/defconfig b/scripts/defconfig index 50a6a33ab..a3ab58878 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Busybox version: 1.14.0.svn | 3 | # Busybox version: 1.14.0 |
| 4 | # Mon Apr 13 16:22:36 2009 | 4 | # Wed Apr 15 04:12:17 2009 |
| 5 | # | 5 | # |
| 6 | CONFIG_HAVE_DOT_CONFIG=y | 6 | CONFIG_HAVE_DOT_CONFIG=y |
| 7 | 7 | ||
