From 67378ed65e15d330d9f31b1e6964bfdff9ce98d0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 12 Jul 2015 11:59:23 -0600 Subject: [PATCH] Upate ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6ef4685fc83..81fcdc972c5 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10705,3 +10705,7 @@ - Global standard DNS definitions from libc/netdb/dns_soccket.c to dns.h - Eliminate dns_gethostip(). This is now an internal part of gethostbyname() - Eliminate interface dns_whois(). Not needed in this new context. + * include/nuttx/net/ and libc/netdb: Modifications to DNS client logic + and to dns_get/setserver() interfaces to support DNS clients at IPv6 + addresses (still no support for resolution to IPv6 addresses) (2015-07-12). + \ No newline at end of file