From 9c0aef102cdc92f6d177af5b083fe1ca166856a5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 13 Oct 2012 15:12:44 +0000 Subject: [PATCH] Add a THTTPD configuration for the Shenzhou board (Darcy Gong) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5233 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 7375adccf..b73f072bc 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -368,3 +368,5 @@ recent check-ins (Darcy Gong). * apps/netutils/webclient/webclient.c: Fix another but that I introduced when I was trying to add correct handling for loss of connection (Darcy Gong) + * apps/nshlib/nsh_telnetd.c: Add support for login to Telnet session via + username and password (Darcy Gong).