diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-22 11:16:52 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-22 11:16:52 +0000 |
commit | 6cd36bc2dab71646582564ad7c64494e05fd2af4 (patch) | |
tree | 427c3d2774f6fa3aede0966c2086fd84707d6c00 | |
parent | 9ff245f6a03d1046e9265ded4dd16a4daa9f177f (diff) | |
download | busybox-w32-6cd36bc2dab71646582564ad7c64494e05fd2af4.tar.gz busybox-w32-6cd36bc2dab71646582564ad7c64494e05fd2af4.tar.bz2 busybox-w32-6cd36bc2dab71646582564ad7c64494e05fd2af4.zip |
tweak web page
-rw-r--r-- | docs/busybox.net/news.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 8d4ab5301..52226f70c 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | <p>New applets: rdev (Grant Erickson), setfont, showkey (both by Vladimir) | 21 | <p>New applets: rdev (Grant Erickson), setfont, showkey (both by Vladimir) |
22 | 22 | ||
23 | <p>Most significant changes since previous release (please report any regression):</p> | 23 | <p>Most significant changes since previous release (please report any regression): |
24 | <ul> | 24 | <ul> |
25 | <li>ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"</li> | 25 | <li>ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"</li> |
26 | <li>ash: dont allow e.g. exec <&10 to attach to script's fd! </li> | 26 | <li>ash: dont allow e.g. exec <&10 to attach to script's fd! </li> |
@@ -41,7 +41,7 @@ | |||
41 | <li>libbb: unified config parser (by Vladimir). This change affected many applets</li> | 41 | <li>libbb: unified config parser (by Vladimir). This change affected many applets</li> |
42 | </ul> | 42 | </ul> |
43 | 43 | ||
44 | Other changes: | 44 | <p>Other changes: |
45 | <ul> | 45 | <ul> |
46 | <li>libbb: dump: do not use uninitialized memory (closes bug 4364)</li> | 46 | <li>libbb: dump: do not use uninitialized memory (closes bug 4364)</li> |
47 | <li>libbb: fix bb_strtol[l]'s check for "-" (closes bug 4174)</li> | 47 | <li>libbb: fix bb_strtol[l]'s check for "-" (closes bug 4174)</li> |