summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-11 12:25:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-11 12:25:32 -0600
commit57d2acba435f67d561b63e6635330f182edc5047 (patch)
tree75ae50c7989a55783fcac71695fc4296ef1257a4 /apps/ChangeLog.txt
parentfb9444d0919f03b59d58f726f05993968ecdfdd7 (diff)
downloadnuttx-57d2acba435f67d561b63e6635330f182edc5047.tar.gz
nuttx-57d2acba435f67d561b63e6635330f182edc5047.tar.bz2
nuttx-57d2acba435f67d561b63e6635330f182edc5047.zip
Long needed clean up of DNS resolver for coding style and naming conventions
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 27b1ce47b..b952ebe74 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -876,3 +876,5 @@
* apps/netutils/ntpclient/ and apps/include/netufils/ntpclient.h: Add
a very primitive NTP client. The initial check-in is untested and
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).