From 7f70d2605e8e1ec809c13c2e0c1510b09b819fa5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 13 Nov 2014 14:11:06 -0600 Subject: [PATCH] Update ChangleLog --- ChangeLog.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index ac454319e..da315fc5b 100644 --- a/ChangeLog.txt +++ b/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).