Upate ChangeLog

This commit is contained in:
Gregory Nutt 2015-07-12 11:59:23 -06:00
parent 3407ef5f33
commit 67378ed65e

View File

@ -10705,3 +10705,7 @@
- Global standard DNS definitions from libc/netdb/dns_soccket.c to dns.h - 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 dns_gethostip(). This is now an internal part of gethostbyname()
- Eliminate interface dns_whois(). Not needed in this new context. - 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).