From b4807f48d09eaf78c6a79c92821274fc9e4ad2a6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 11 Jul 2014 12:30:59 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 69e952732..541168c1a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -955,4 +955,8 @@ keyboard for the stdin device (2014-7-3). * apps/neturils/webclient/webclient.c: Fix to offset caculation from Rony Xln. Prevents 0x0a at the beginning of lines (2014-7-7). + * netutils/webserver (and other files): Fix some configuration usage: + CONFIG_NETUTILS_HTTPD_SENDFILE was missing from Kconfig; CONFIG_NET_HAVE_SOLINGER + should be CONFIG_NET_SOLINGER; Type of CONFIG_NET_HTTPD_MAXPATH was wrong + in Kconfig file. From Max (2014-7-11).