diff options
author | Denis Vlasenko | 2008-08-22 11:16:52 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-08-22 11:16:52 +0000 |
commit | 6cd36bc2dab71646582564ad7c64494e05fd2af4 (patch) | |
tree | 427c3d2774f6fa3aede0966c2086fd84707d6c00 /docs/busybox.net/news.html | |
parent | 9ff245f6a03d1046e9265ded4dd16a4daa9f177f (diff) | |
download | busybox-6cd36bc2dab71646582564ad7c64494e05fd2af4.zip busybox-6cd36bc2dab71646582564ad7c64494e05fd2af4.tar.gz |
tweak web page
Diffstat (limited to 'docs/busybox.net/news.html')
-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 8d4ab53..52226f7 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html @@ -20,7 +20,7 @@ <p>New applets: rdev (Grant Erickson), setfont, showkey (both by Vladimir) - <p>Most significant changes since previous release (please report any regression):</p> + <p>Most significant changes since previous release (please report any regression): <ul> <li>ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"</li> <li>ash: dont allow e.g. exec <&10 to attach to script's fd! </li> @@ -41,7 +41,7 @@ <li>libbb: unified config parser (by Vladimir). This change affected many applets</li> </ul> - Other changes: + <p>Other changes: <ul> <li>libbb: dump: do not use uninitialized memory (closes bug 4364)</li> <li>libbb: fix bb_strtol[l]'s check for "-" (closes bug 4174)</li> |