From 35ef5dad506d03251ff5c1a3b665d0b58a6209c1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 2 Jul 2014 16:52:36 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index e2b02df77..5534cfa0a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -947,4 +947,8 @@ transport. From Max Neklyudov (2014-6-27). * apps/nshlib: if # appears on line, need to comment ignore additional commands on the line (2014-7-1). + * apps/netlib: Renamed all occurrences of uiplib to netlib. Renamed + files under netutils/uiplib/uip_*.c to netutils/netlib/netlib_*.c. + Renamed all functions defined in netutils/netlib/ to begin with netlib_, + instead of uip_. (2014-7-2).