[git commit master 1/1] Tweak news page a bit

Denys Vlasenko vda.linux at googlemail.com
Tue Jul 6 21:40:08 UTC 2010


commit: http://git.busybox.net/busybox-website/commit/?id=5fd7e3f37e1b0188b3d7b72252d09861586a2e21
branch: http://git.busybox.net/busybox-website/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 news.html |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/news.html b/news.html
index 319cf2d..fb1fef8 100644
--- a/news.html
+++ b/news.html
@@ -95,7 +95,7 @@
 	<li>hush: fix var=`exit 2` not setting $? to 2</li>
 	<li>hush: handle expansions in ${var?expanded_word} constructs</li>
 	<li>hush: optional support for ${var:N:M} bashism</li>
-	<li>hush: support "cd -- DIR" and such</li>
+	<li>hush: support "cd -- DIR" and other such double-dash constructs in builtins</li>
 	<li>hush: support ${var:EXPR:EXPR}</li>
 	<li>hush: use ash's ulimit builtin; make it more more bash-like while at it</li>
 	<li>adduser: copy /etc/skel to mew homes. +100 bytes</li>
@@ -151,7 +151,6 @@
 	<li>ipcalc: more correct checking for proper number of arguments</li>
 	<li>iplink: support add/delete. By Bernhard Reutner-Fischer (rep.dot.nop at gmail.com)</li>
 	<li>loadfont/setfont: optional PSF2 font support</li>
-	<li>loadkmap: remove UNUSED_PARAM from argv</li>
 	<li>loop: correct minor device number limit</li>
 	<li>losetup: support /dev/loop10 and higher. Closes bug 1627</li>
 	<li>lsusb: 2.6.32 compat. By Souf Oued (souf_oued at yahoo.fr)</li>
@@ -176,7 +175,6 @@
 	<li>ntpd: step correction to variables had wrong sign, fixing</li>
 	<li>passwd: make 'echo -e "foo\nfoo" | passwd USER' work</li>
 	<li>ping: do not leak data from stack</li>
-	<li>pipe_progress: make it independent of printf machinery</li>
 	<li>provide safe_gethostname() for non-linux systems</li>
 	<li>ps: fix non-DESKTOP option handling code</li>
 	<li>ps: make "ps -o BAD" emit list of good -o params</li>
@@ -189,7 +187,6 @@
 	<li>sed: fix nested {} case</li>
 	<li>setkeycodes: fix handling of 0exx scancodes</li>
 	<li>setsid: check for setsid error directly</li>
-	<li>setup_environment(): eliminate one parameter</li>
 	<li>shaNNNsum: accept and ignore -b and -t</li>
 	<li>stat: make output more similar to GNU stat. By Seb (sbb at tuxfamily.org)</li>
 	<li>swapon: skip noauto entries. By Lauri Kasanen (curaga at operamail.com)</li>
-- 
1.7.1



More information about the busybox-cvs mailing list