diff options
Diffstat (limited to '')
-rw-r--r-- | Changelog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -12,12 +12,14 @@ | |||
12 | BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may | 12 | BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may |
13 | be invoked as shell internals. Best used when compiling staticly | 13 | be invoked as shell internals. Best used when compiling staticly |
14 | (i.e. DOSTATIC=true) | 14 | (i.e. DOSTATIC=true) |
15 | * BusyBox sh (lash) internals now behave as expected wrt pipes and redirects. | 15 | * BusyBox sh (lash) internals now behave as expected wrt pipes |
16 | and redirects. | ||
16 | * Fixed ping warnings -- fix from Sascha Ziemann <szi@aibon.ping.de> | 17 | * Fixed ping warnings -- fix from Sascha Ziemann <szi@aibon.ping.de> |
17 | * Fixed update segfault | 18 | * Fixed update segfault |
18 | * Fixed mknod -- minor number was always 0 | 19 | * Fixed mknod -- minor number was always 0 |
19 | * Fixed tar option parsing, so both "tar xvf foo.tar" and "tar -xvf foo.tar" | 20 | * Fixed tar option parsing, so both "tar xvf foo.tar" and |
20 | now work (i.e. no "-" before options) (this was very broken in 0.43). | 21 | "tar -xvf foo.tar" now work (i.e. no "-" before options) |
22 | (this was very broken in 0.43). | ||
21 | * Several contributions from Randolph Chung <tausq@debian.org>. | 23 | * Several contributions from Randolph Chung <tausq@debian.org>. |
22 | * cp/mv now accepts the -f flag | 24 | * cp/mv now accepts the -f flag |
23 | * tail can now accept -<num> commands (e.g. -10) for better | 25 | * tail can now accept -<num> commands (e.g. -10) for better |