From 715fb30f95df0b1bafff2cb4fa8a0627981266b4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 6 Jul 2014 12:34:48 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 108afa1c5d0..e2f749f568a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7657,4 +7657,8 @@ to go (2014-7-5) * configs/sama5d4-ek/src/sam_maxtouch.c: Add board support for the maXTouch touchscreen controller (2014-7-5). + * net/*/*.h: Finish moving the private definitions from header files + at include/nuttx/net to the corresponding header file under net/. + This additional header files have been sanitized: arp.h, icmp.h, tcp.h + (2014-7-6)