summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-25 16:50:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-25 16:50:16 +0000
commit20c3067ff452e4e4604e11ec37479c50a4444de8 (patch)
tree8873bea1b92346cc6136b4beb98fdf12a2332470 /nuttx/ChangeLog
parentbc10e41e7f13e3e44aabfa1951cb20d64aff2e1c (diff)
downloadnuttx-20c3067ff452e4e4604e11ec37479c50a4444de8.tar.gz
nuttx-20c3067ff452e4e4604e11ec37479c50a4444de8.tar.bz2
nuttx-20c3067ff452e4e4604e11ec37479c50a4444de8.zip
Integrated uIP's TELNETD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@408 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 75202c115..90124431a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -251,3 +251,5 @@
* Correct socket close logic -- needs to disconnect TCP socket on close
* uIP webserver now seems to be fully functional
* fs/ and lib/ subystem debug can not be selectively enabled/disabled
+ * Added vsnprintf
+ * Integrated uIP telnetd