tweak web page

This commit is contained in:
Denis Vlasenko 2008-08-22 11:16:52 +00:00
parent 9ff245f6a0
commit 6cd36bc2da

View File

@ -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 &lt;&amp;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>