summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-13 14:11:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-13 14:11:06 -0600
commit49e87a519cbc5239998e3ce2f34b80479d565f44 (patch)
treed4276a703d59aed4c59fb3779d2b98d2231fb01a /apps/ChangeLog.txt
parent584a0a8d28bb474fa9a8a06a2b8da84295eaebdf (diff)
downloadnuttx-49e87a519cbc5239998e3ce2f34b80479d565f44.tar.gz
nuttx-49e87a519cbc5239998e3ce2f34b80479d565f44.tar.bz2
nuttx-49e87a519cbc5239998e3ce2f34b80479d565f44.zip
Update ChangleLog
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index ac454319e..da315fc5b 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1110,4 +1110,8 @@
example (2014-11-13).
* sysm/i2c: Remove use of CONFIG_MAX_TASKS for maximum arguement 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
+ state of the IP setting is not something the application should be
+ aware of, it should only be concerned with whether or not the name
+ was resolved. From Brennan Ashtoni (2014-11-13).