From b7708f84792216ea9a2ddf1ca4e6045a2ac0d64d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 10 Jul 2015 13:35:13 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1a5036db50f..a0555f9a5cd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10692,3 +10692,8 @@ management functions will operate on the userspace heap structure. This avoids the unnecessary system calls and, more importantly, failures do to freeing memory when a test exits (2015-07-10). + * libc/netdb: Move netdb functions from lib/net to lib/netdb. Move + the DNS client logic from apps/netutils/dnscient to libc/netdb. + Add support to gethostbyname() so that it will attempt a DNS host + lookup before consulting the host table (if so enabled) (2015-07-10). +