aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-14 21:46:30 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-14 21:46:30 +0000
commit5d63884a8fb2ccf63f16c3be61849e859b762cd0 (patch)
tree605007988fd548de8a2c57a3d8bd50875c6a8252 /Changelog
parent31e6829bd8661711b8f5ec3d8b4fb7cb6a512ca9 (diff)
downloadbusybox-5d63884a8fb2ccf63f16c3be61849e859b762cd0.tar.gz
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--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 086ff2f81..958d7753f 100644
--- a/Changelog
+++ b/Changelog
@@ -13,6 +13,8 @@
Sterling Huxley <sterling@europa.com>
* lsmod now uses the query_module syscall, rather then /proc
* Added 'rdate' command from Sterling Huxley <sterling@europa.com>
+ * Added 'wget' command, contributed by Chip Rosenthal <chip@unicom.com>,
+ <crosenth@covad.com> and Covad Communications
* Added 'getopt' from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
* Fixed chmod option parsing so things like 'chmod -r /tmp/file'
wouldn't work (since it thought -r was an option). Doh!