From 9367734bd61a31899bde242194095a28a197facf Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 15 Apr 2009 11:51:18 +0000 Subject: website: yet another small tweak --- docs/busybox.net/news.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/busybox.net') diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 08a1cc775..3c0292f59 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html @@ -68,14 +68,13 @@
  • util-linux/volumeid: abort early on read failures. Should help with probing missing fdd's
  • util-linux/volumeid: fix bug 249 "findfs finds the wrong partition"
  • adduser: allow adding to group 0; don't _create_ /etc/shadow, only append data if it exists
  • -
  • ash: fix mishandled ^C
  • +
  • ash: fix mishandled ^C and SIGINT (several cases)
  • ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busy
  • ash: fix $IFS handling in read. Closes bug 235
  • -
  • ash: fix a case where we close wrong descriptor
  • +
  • ash: fix a case where we were closing wrong descriptor
  • ash: fix bad interaction between ash -c '....&' and bash compat
  • ash: fix miscalculation of memory needed for eval tree. Found by Timo Teras (timo.teras AT iki.fi)
  • ash: make dot command search current directory first, as bash does
  • -
  • ash: make evaltree save/restore int suppression depth. Hopefully this fixes bug 189
  • ash: printf builtin with no arguments should not exit
  • awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)
  • awk: in BEGIN section $0 should be "", not "0"
  • -- cgit v1.2.3