diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-13 04:43:48 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-13 04:43:48 +0000 |
commit | 05df239ed90584156b820dbf3ede638208eb440f (patch) | |
tree | 990a3d6a9beb21420fae1f7d14886c84a5ce3c12 /Changelog | |
parent | 9a9a261569df0c88038de48eb233890ca189e9c0 (diff) | |
download | busybox-w32-05df239ed90584156b820dbf3ede638208eb440f.tar.gz busybox-w32-05df239ed90584156b820dbf3ede638208eb440f.tar.bz2 busybox-w32-05df239ed90584156b820dbf3ede638208eb440f.zip |
Bug fixes.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,12 +1,17 @@ | |||
1 | 0.41 | 1 | 0.41 |
2 | * New App: wc -- contributed by Edward Betts <edward@debian.org> | ||
2 | * Fixed a bug in both cp and mv preventing 'cp foo/README bar' | 3 | * Fixed a bug in both cp and mv preventing 'cp foo/README bar' |
3 | type commands (file in a directory to another directory) | 4 | type commands (file in a directory to another directory) |
4 | from working. | 5 | from working. |
5 | * Fixed a logger bug that caused garbage to be written to the syslog | 6 | * Fixed a logger bug that caused garbage to be written to the syslog |
6 | (unless you used busybox syslog, which hid the bug). Thanks | 7 | (unless you used busybox syslog, which hid the bug). Thanks |
7 | to Alex Holden <alex@linuxhacker.org> for the fix. | 8 | to Alex Holden <alex@linuxhacker.org> for the fix. |
9 | * /bin/true and /bin/false were echoing a blank line when run. Now fixed. | ||
10 | * mkdir -p would print an error when asked to mkdir an existing dir | ||
11 | with no interveining subdirectories. | ||
12 | * Fixed "syslogd -O" so that it works. | ||
8 | 13 | ||
9 | -Erik Andersen, | 14 | -Erik Andersen |
10 | 15 | ||
11 | 0.40 | 16 | 0.40 |
12 | * New Apps: sort, uniq. -beppu | 17 | * New Apps: sort, uniq. -beppu |