From 009f20e7e2493693059ea3e6a00b317dcddad94d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 11 Apr 2014 13:43:15 -0600 Subject: Breadk dnsclient.c file into three smaller files: dns_resolver.c, dns_socket.c, and dns_gethostip.c --- apps/ChangeLog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 15fdedf1b..c653685c9 100644 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -878,6 +878,8 @@ probably incomplete (2014-4-10). * apps/netutils/resolv: Long needed major clean up for coding style and unification of naming conventions (resolv vs dns) (2014-4-11). - * aps/netutils/dnsclient and include/netutils/dnsclient.h: File name + * apps/netutils/dnsclient and include/netutils/dnsclient.h: File name changes that are part of the overal resolv->dns renaming (2014-4-11). + * apps/netutils/dnsclient: Break the one big monolithic file into + three smaller files (2014-4-11). -- cgit v1.2.3