aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-14 20:42:57 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-14 20:42:57 +0000
commit28c70b3a16c17319c184a90eb8f164527c98b4f8 (patch)
tree672d4d34162d111ef8166bfdb45d3cad28545bd4 /Changelog
parente97da4007913bd29d8a18d038de29d9d4549163d (diff)
downloadbusybox-28c70b3a16c17319c184a90eb8f164527c98b4f8.tar.gz
Integrate Tomi Ollila's telnet. Costs 3k. :)
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index bb3cc4aa3..d5c72684e 100644
--- a/Changelog
+++ b/Changelog
@@ -17,6 +17,8 @@
* Added 'grep -v' option (inverted search) and updated
docs accordingly. -beppu
* Wrote which
+ * Replaced the telnet implementation with one written by Tomi Ollila <too@iki.fi>
+ It works great and costs 3k.
* BusyBox sh (lash) now supports being used as a standalone shell. When
BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may
be invoked as shell internals. Best used when compiling staticly