aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/busybox.net/news.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index 6ca7dcd3b..1c018edde 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -61,7 +61,7 @@
61 <li>cpio: on unpack, limit filename length to 8k 61 <li>cpio: on unpack, limit filename length to 8k
62 <li>cpio: support some long options 62 <li>cpio: support some long options
63 <li>crond: use execlp instead of execl 63 <li>crond: use execlp instead of execl
64 <li>cut: fix buffer overflow (bug 4544) 64 <li>cut: fix buffer overflow (closes bug 4544)
65 <li>envdir: fix "envdir with no params" and "envdir dir" cases 65 <li>envdir: fix "envdir with no params" and "envdir dir" cases
66 <li>findfs: make it use setuid-ness of busybox binary 66 <li>findfs: make it use setuid-ness of busybox binary
67 <li>fsck: use getmntent_r instead of open-coded parsing (by Vladimir) 67 <li>fsck: use getmntent_r instead of open-coded parsing (by Vladimir)
@@ -103,10 +103,10 @@
103 <li>mv: fix a case when we move dangling symlink across mountpoints 103 <li>mv: fix a case when we move dangling symlink across mountpoints
104 <li>netstat: optional -p support (by L. Gabriel Somlo somlo AT cmu.edu) 104 <li>netstat: optional -p support (by L. Gabriel Somlo somlo AT cmu.edu)
105 <li>nmeter: fix read past the end if a buffer (closes bug 4594) 105 <li>nmeter: fix read past the end if a buffer (closes bug 4594)
106 <li>od, hexdump: fix bug where xrealloc may move pointer, leaving other pointers dangling (bug 4104) 106 <li>od, hexdump: fix bug where xrealloc may move pointer, leaving other pointers dangling (closes bug 4104)
107 <li>open_transformer: don't leak compressed descriptor anymore 107 <li>open_transformer: don't leak compressed descriptor anymore
108 <li>open_transformer: fix bug of calling exit instead of _exit 108 <li>open_transformer: fix bug of calling exit instead of _exit
109 <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) 109 <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)
110 <li>printf: do not print garbage on "%Ld" (closes bug 4214) 110 <li>printf: do not print garbage on "%Ld" (closes bug 4214)
111 <li>printf: fix %b, fix several bugs in %*.*, fix compat issues with aborting too early, support %zd; expand testsuite 111 <li>printf: fix %b, fix several bugs in %*.*, fix compat issues with aborting too early, support %zd; expand testsuite
112 <li>printf: protect against bogus format specifiers (closes bug 4184) 112 <li>printf: protect against bogus format specifiers (closes bug 4184)
@@ -134,7 +134,7 @@
134 <li>touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile) 134 <li>touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile)
135 <li>tr: fix "access past the end of a string" bug 4354 135 <li>tr: fix "access past the end of a string" bug 4354
136 <li>tr: fix "tr [=" case (closes bug 4374) 136 <li>tr: fix "tr [=" case (closes bug 4374)
137 <li>tr: fix yet another access past the end of a string (bug 4374) 137 <li>tr: fix yet another access past the end of a string (closes bug 4374)
138 <li>unlzma: fix memory leak (by Pascal Bellard) 138 <li>unlzma: fix memory leak (by Pascal Bellard)
139 <li>vi: fix reversed checks for underflow 139 <li>vi: fix reversed checks for underflow
140 <li>vi: using array data after it fell out of scope is stupid 140 <li>vi: using array data after it fell out of scope is stupid