cosmetic fixes on the webpage
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 21 Aug 2008 11:34:57 +0000 (11:34 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 21 Aug 2008 11:34:57 +0000 (11:34 -0000)
docs/busybox.net/news.html

index 6ca7dcd..1c018ed 100644 (file)
@@ -61,7 +61,7 @@
        <li>cpio: on unpack, limit filename length to 8k
        <li>cpio: support some long options
        <li>crond: use execlp instead of execl
-       <li>cut: fix buffer overflow (bug 4544)
+       <li>cut: fix buffer overflow (closes bug 4544)
        <li>envdir: fix "envdir with no params" and "envdir dir" cases
        <li>findfs: make it use setuid-ness of busybox binary
        <li>fsck: use getmntent_r instead of open-coded parsing (by Vladimir)
        <li>mv: fix a case when we move dangling symlink across mountpoints
        <li>netstat: optional -p support (by L. Gabriel Somlo somlo AT cmu.edu)
        <li>nmeter: fix read past the end if a buffer (closes bug 4594)
-       <li>od, hexdump: fix bug where xrealloc may move pointer, leaving other pointers dangling (bug 4104)
+       <li>od, hexdump: fix bug where xrealloc may move pointer, leaving other pointers dangling (closes bug 4104)
        <li>open_transformer: don't leak compressed descriptor anymore
        <li>open_transformer: fix bug of calling exit instead of _exit
-       <li>pidof/killall: allow find_pid_by_name to find running processes started as scripts_with_name_longer_than_15_bytes.sh closes bug 4054 (and is generally neat)
+       <li>pidof/killall: allow find_pid_by_name to find running processes started as scripts_with_name_longer_than_15_bytes.sh (closes bug 4054)
        <li>printf: do not print garbage on "%Ld" (closes bug 4214)
        <li>printf: fix %b, fix several bugs in %*.*, fix compat issues with aborting too early, support %zd; expand testsuite
        <li>printf: protect against bogus format specifiers (closes bug 4184)
        <li>touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile)
        <li>tr: fix "access past the end of a string" bug 4354
        <li>tr: fix "tr [=" case (closes bug 4374)
-       <li>tr: fix yet another access past the end of a string (bug 4374)
+       <li>tr: fix yet another access past the end of a string (closes bug 4374)
        <li>unlzma: fix memory leak (by Pascal Bellard)
        <li>vi: fix reversed checks for underflow
        <li>vi: using array data after it fell out of scope is stupid