Upate ChangeLog

This commit is contained in:
Gregory Nutt 2015-07-12 11:59:59 -06:00
parent ba72767d09
commit 80c07ae3e0

View File

@ -1346,4 +1346,6 @@
functional DNS interfaces (2015-07-11).
* apps/netutils and apps/nshlib: Replace calls to the non-standard
dns_gethotip with calls to standard gethostbyname (2015-07-11).
* apps/netutils/netlib and other files: Create netlib wrapper functions
around dns_getserver() and dns_setserver() to isolate application
code from changes to those interfaces (2015-07-12).