summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-11 12:30:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-11 12:30:59 -0600
commit1eb5e704367b90aafc6dbd7f50394456e47b18e6 (patch)
tree7ef439faa9ff07a34a946a9055270555968d4835 /apps/ChangeLog.txt
parent8afce11c793cef769c327f81616f417b9d758569 (diff)
downloadnuttx-1eb5e704367b90aafc6dbd7f50394456e47b18e6.tar.gz
nuttx-1eb5e704367b90aafc6dbd7f50394456e47b18e6.tar.bz2
nuttx-1eb5e704367b90aafc6dbd7f50394456e47b18e6.zip
Update ChangeLogs
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 69e952732..541168c1a 100644
--- a/apps/ChangeLog.txt
+++ b/apps/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).