diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-15 11:55:27 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-15 11:55:27 +0000 |
commit | bae3abf2c7185f0a9145ed2c97abb2d2e7bc2b40 (patch) | |
tree | 04809707b86456fb105b02433f4e0283fe764ff3 /docs | |
parent | 9367734bd61a31899bde242194095a28a197facf (diff) | |
download | busybox-w32-bae3abf2c7185f0a9145ed2c97abb2d2e7bc2b40.tar.gz busybox-w32-bae3abf2c7185f0a9145ed2c97abb2d2e7bc2b40.tar.bz2 busybox-w32-bae3abf2c7185f0a9145ed2c97abb2d2e7bc2b40.zip |
website: another tweak
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/news.html | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 3c0292f59..e0a8138b6 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
@@ -82,7 +82,7 @@ | |||
82 | <li>brctl: fix compilation on 2.4.x kernels</li> | 82 | <li>brctl: fix compilation on 2.4.x kernels</li> |
83 | <li>chat: treat timeout more correctly</li> | 83 | <li>chat: treat timeout more correctly</li> |
84 | <li>chat: recognize RECORD directive</li> | 84 | <li>chat: recognize RECORD directive</li> |
85 | <li>cksum, printenv: report errors via exitcode</li> | 85 | <li>cksum, head, printenv: report errors via exitcode</li> |
86 | <li>cpio: add -p, -0 and -L options</li> | 86 | <li>cpio: add -p, -0 and -L options</li> |
87 | <li>crond, crontab: make cron directory location configurable</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> | 88 | <li>crond: correct more of logfile to 0666 (as usual, umask allows user to remove unwanted bits)</li> |
@@ -90,14 +90,12 @@ | |||
90 | <li>dc: fix the "base 2" patch omission of base not being set</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> | 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> | 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 hostnames of clients</li> | ||
95 | <li>dumpleases: fix -a option</li> | ||
96 | <li>dumpleases: show hostnames</li> | ||
97 | <li>udhcpc: fix a problem where we don't open listening socket fast enough</li> | 93 | <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> | 94 | <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> | 95 | <li>udhcpd: disable option to have absolute lease times in lease file (that does not work with dumpleases)</li> |
100 | <li>udhcpd: disable opton to have absolute lease times in lease file (that does not work with dumpleases)</li> | 96 | <li>udhcpd: write 64-bit current time in lease file. Without it, determination of remaining lease time is unreliable</li> |
97 | <li>udhcpd: remember hostnames of clients</li> | ||
98 | <li>dumpleases: fix -a option, use recorded current time in lease file, show hostnames</li> | ||
101 | <li>dnsd: fix a number of bugs. Ideas by Ming-Ching Tiew (mctiew AT yahoo.com)</li> | 99 | <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> | 100 | <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> | 101 | <li>du: fix "du /dir /dir" case</li> |
@@ -108,7 +106,6 @@ | |||
108 | <li>getty: make speed 0 mean "don't change speed", stop using non-portable way of setting speeds</li> | 106 | <li>getty: make speed 0 mean "don't change speed", stop using non-portable way of setting speeds</li> |
109 | <li>grep: support -z</li> | 107 | <li>grep: support -z</li> |
110 | <li>gzip: fix gzip -dc bug caused by using stale getopt state</li> | 108 | <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> | 109 | <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> | 110 | <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> | 111 | <li>init: do not eat last char in messages; do not print duplicate "init:" prefix to syslog</li> |