summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-11 13:43:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-11 13:43:15 -0600
commit009f20e7e2493693059ea3e6a00b317dcddad94d (patch)
treea6361d468e3542f598be84c03f4237002c11eac2 /apps/ChangeLog.txt
parent7150125fb8f7eba8ec7bf04112a6ca5cd23fc2e0 (diff)
downloadnuttx-009f20e7e2493693059ea3e6a00b317dcddad94d.tar.gz
nuttx-009f20e7e2493693059ea3e6a00b317dcddad94d.tar.bz2
nuttx-009f20e7e2493693059ea3e6a00b317dcddad94d.zip
Breadk dnsclient.c file into three smaller files: dns_resolver.c, dns_socket.c, and dns_gethostip.c
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
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).