diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-15 11:51:18 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-15 11:51:18 +0000 |
commit | 9367734bd61a31899bde242194095a28a197facf (patch) | |
tree | 551001eeee1e3ffc4df99d36194766f2b7f572f0 | |
parent | 6c76a96f23e2b692ef122e52783e2d42db138b43 (diff) | |
download | busybox-w32-9367734bd61a31899bde242194095a28a197facf.tar.gz busybox-w32-9367734bd61a31899bde242194095a28a197facf.tar.bz2 busybox-w32-9367734bd61a31899bde242194095a28a197facf.zip |
website: yet another small tweak
-rw-r--r-- | docs/busybox.net/news.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 08a1cc775..3c0292f59 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
@@ -68,14 +68,13 @@ | |||
68 | <li>util-linux/volumeid: abort early on read failures. Should help with probing missing fdd's</li> | 68 | <li>util-linux/volumeid: abort early on read failures. Should help with probing missing fdd's</li> |
69 | <li>util-linux/volumeid: fix bug 249 "findfs finds the wrong partition"</li> | 69 | <li>util-linux/volumeid: fix bug 249 "findfs finds the wrong partition"</li> |
70 | <li>adduser: allow adding to group 0; don't _create_ /etc/shadow, only append data if it exists</li> | 70 | <li>adduser: allow adding to group 0; don't _create_ /etc/shadow, only append data if it exists</li> |
71 | <li>ash: fix mishandled ^C</li> | 71 | <li>ash: fix mishandled ^C and SIGINT (several cases)</li> |
72 | <li>ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busy</li> | 72 | <li>ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busy</li> |
73 | <li>ash: fix $IFS handling in read. Closes bug 235</li> | 73 | <li>ash: fix $IFS handling in read. Closes bug 235</li> |
74 | <li>ash: fix a case where we close wrong descriptor</li> | 74 | <li>ash: fix a case where we were closing wrong descriptor</li> |
75 | <li>ash: fix bad interaction between ash -c '....&' and bash compat</li> | 75 | <li>ash: fix bad interaction between ash -c '....&' and bash compat</li> |
76 | <li>ash: fix miscalculation of memory needed for eval tree. Found by Timo Teras (timo.teras AT iki.fi)</li> | 76 | <li>ash: fix miscalculation of memory needed for eval tree. Found by Timo Teras (timo.teras AT iki.fi)</li> |
77 | <li>ash: make dot command search current directory first, as bash does</li> | 77 | <li>ash: make dot command search current directory first, as bash does</li> |
78 | <li>ash: make evaltree save/restore int suppression depth. Hopefully this fixes bug 189</li> | ||
79 | <li>ash: printf builtin with no arguments should not exit</li> | 78 | <li>ash: printf builtin with no arguments should not exit</li> |
80 | <li>awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)</li> | 79 | <li>awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)</li> |
81 | <li>awk: in BEGIN section $0 should be "", not "0"</li> | 80 | <li>awk: in BEGIN section $0 should be "", not "0"</li> |