summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-17 07:23:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-17 07:23:46 -0600
commit01d96cdec78e08ff9b8883c6dadc28a428ce9858 (patch)
tree915f2d47a99575cb16bccbb5ced7ef28aeecf6fb /apps/ChangeLog.txt
parente7f2b413e8291873d51792c56e629f9a127641ad (diff)
downloadnuttx-01d96cdec78e08ff9b8883c6dadc28a428ce9858.tar.gz
nuttx-01d96cdec78e08ff9b8883c6dadc28a428ce9858.tar.bz2
nuttx-01d96cdec78e08ff9b8883c6dadc28a428ce9858.zip
Update ChangeLogs
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index e8a18f767..52c3c60ab 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1108,7 +1108,7 @@
checkout (2014-11-13).
* netutils/thttpd: Remove use of CONFIG_MAX_TASKS in in 'task' CGI
example (2014-11-13).
- * sysm/i2c: Remove use of CONFIG_MAX_TASKS for maximum arguement I2C
+ * sysm/i2c: Remove use of CONFIG_MAX_TASKS for maximum argument I2C
tool size (2014-11-13).
* apps/netutils/dnsclient/dns_socket.c: Right now if you make a DNS
request before the dns address it set you will get an assertion. The
@@ -1128,3 +1128,6 @@
CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU; Add CONFIG_NET_SLIP_MTU.
Modify logic to handle different MTUs when both Ethernet and SLIP
are enabled (2014-11-16).
+ * apps/examples/discover, tcpecho, webserver, xmlrpc: These examples
+ all set the IP address of eth1 but the netmask and gateway of eth0
+ if DHCP is enabled. That can't be right???? (2014-11-17).