summaryrefslogtreecommitdiff
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
parent8afce11c793cef769c327f81616f417b9d758569 (diff)
downloadnuttx-1eb5e704367b90aafc6dbd7f50394456e47b18e6.tar.gz
nuttx-1eb5e704367b90aafc6dbd7f50394456e47b18e6.tar.bz2
nuttx-1eb5e704367b90aafc6dbd7f50394456e47b18e6.zip
Update ChangeLogs
-rw-r--r--apps/ChangeLog.txt4
-rw-r--r--nuttx/ChangeLog2
2 files changed, 6 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).
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f66cc9b29..79678f881 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7709,4 +7709,6 @@
* configs/sama5d4-ek/NxWM: Add an NxWM configuration (2014-7-10).
* drivers/mtc_rwbuffer.c (and others): Add an MTD layer that will add
read-ahead or write buffering to any MTD driver (incomplete) (2014-7-11).
+ * arch/arm/src/lpc17xx/lpc17_ethernet.c: Comment out an assertion that
+ is reported to fire inappropriately. From Max (2014-7-11).