diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-27 21:42:51 (GMT) |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-27 21:42:51 (GMT) |
| commit | 33877803d340b9305713575a8d5f54fc7a76cdde (patch) | |
| tree | f8ad5e1b606c73b251eee072d83c5c2b032764b9 | |
| parent | f058ce71368b4355d81c3e32b2106e5c4348d814 (diff) | |
| download | busybox-website-33877803d340b9305713575a8d5f54fc7a76cdde.tar.gz busybox-website-33877803d340b9305713575a8d5f54fc7a76cdde.tar.bz2 | |
tweak changelog more
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | news.html | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -106,6 +106,8 @@ <li>libunarchive: fix a bug where mode and time is no longer restored. Introduced by vda in 1.15.x. Found by Rob Landley</li> <li>libunarchive: fix reversed test for older/newer</li> <li>libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences</li> + <li>volume_id: add support for btrfs. By Vladimir Dronnikov (dronnikov AT gmail.com)</li> + <li>tests: fix POSIX shell source style. By Mike Frysinger (vapier AT gentoo.org)</li> <li>*: do not assign to stdout/stderr, it's not portable. Based on patch by Aaron Carroll (xaaronc AT gmail.com)</li> <li>*: platform compatibility work. By Dan Fandrich (dan AT coneharvesters.com)</li> <li>*: use utimes() rather than obsolescent utime(). By Bernhard Reutner-Fischer (rep.dot.nop AT gmail.com)</li> @@ -118,7 +120,6 @@ <li>ar: fix long filenames handling. Closes bug 611</li> <li>awk: fix a case when number is treated as string. Closes bug 725</li> <li>awk: implement mktime. By Leonid Lisovskiy (lly.dev AT gmail.com)</li> - <li>btrfs: check first two superblocks, for additional robustness</li> <li>chown: support long options. By Matheus Izvekov (mizvekov AT gmail.com)</li> <li>chpst: tiny shrinkage and add possible TODO. By Bernhard Reutner-Fischer (rep.dot.nop AT gmail.com)</li> <li>cp: add support for --parents and long option synonyms of short opts. By Ian Wienand (ianw AT vmware.com)</li> @@ -231,7 +232,6 @@ <li>tar: handle "tar fx TARFILE" etc</li> <li>tar: optional support for -m (--touch). By Mikhail Gusarov (dottedmag AT dottedmag.net)</li> <li>telnetd: optional support for -w ("inetd wait")</li> - <li>tests: fix POSIX shell source style. By Mike Frysinger (vapier AT gentoo.org)</li> <li>tftp: add optional support for progress bar. By Magnus Damm (magnus.damm AT gmail.com)</li> <li>tftp: extend tsize support a little. By Magnus Damm (magnus.damm AT gmail.com)</li> <li>top: add -m ("memory") option</li> @@ -239,9 +239,8 @@ <li>udhcpc: fix bug 629: use bcast receive when we perform rebinding</li> <li>udp_io: fix two potential cases of unaligned accesses</li> <li>uniq: plug memory leak. Patch from OpenWRT project</li> - <li>volume_id: add support for btrfs. By Vladimir Dronnikov (dronnikov AT gmail.com)</li> <li>wc: fix a hang gue to isprint(EOF). By Dan Fandrich (dan AT coneharvesters.com)</li> - <li>wget: check for close success; fix chunked; do not bother to send QUIT to ftp</li> + <li>wget: check for close() success; fix chunked; do not bother to send QUIT to ftp</li> <li>wget: factor out progress bar code. By Magnus Damm (magnus.damm AT gmail.com)</li> <li>wget: fix for code 302. By Vladimir Dronnikov (dronnikov AT gmail.com)</li> <li>[un]expand: unicode support. By Tomas Heinrich (heinrich.tomas AT gmail.com)</li> |
