diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-14 21:46:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-14 21:46:30 +0000 |
commit | 5d63884a8fb2ccf63f16c3be61849e859b762cd0 (patch) | |
tree | 605007988fd548de8a2c57a3d8bd50875c6a8252 /Changelog | |
parent | 31e6829bd8661711b8f5ec3d8b4fb7cb6a512ca9 (diff) | |
download | busybox-w32-5d63884a8fb2ccf63f16c3be61849e859b762cd0.tar.gz busybox-w32-5d63884a8fb2ccf63f16c3be61849e859b762cd0.tar.bz2 busybox-w32-5d63884a8fb2ccf63f16c3be61849e859b762cd0.zip |
Bug fix for wget, and proper attribution of Chip Rosenthal and
Covad Communications for the contribution of wget.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ | |||
13 | Sterling Huxley <sterling@europa.com> | 13 | Sterling Huxley <sterling@europa.com> |
14 | * lsmod now uses the query_module syscall, rather then /proc | 14 | * lsmod now uses the query_module syscall, rather then /proc |
15 | * Added 'rdate' command from Sterling Huxley <sterling@europa.com> | 15 | * Added 'rdate' command from Sterling Huxley <sterling@europa.com> |
16 | * Added 'wget' command, contributed by Chip Rosenthal <chip@unicom.com>, | ||
17 | <crosenth@covad.com> and Covad Communications | ||
16 | * Added 'getopt' from "Alfred M. Szmidt" <ams@trillian.itslinux.org> | 18 | * Added 'getopt' from "Alfred M. Szmidt" <ams@trillian.itslinux.org> |
17 | * Fixed chmod option parsing so things like 'chmod -r /tmp/file' | 19 | * Fixed chmod option parsing so things like 'chmod -r /tmp/file' |
18 | wouldn't work (since it thought -r was an option). Doh! | 20 | wouldn't work (since it thought -r was an option). Doh! |