summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-28 18:37:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-28 18:37:18 -0600
commit1b7b3c9158159079095620855a72457820cc764c (patch)
tree60a1a2c9b0327e5cea5b9902699a41a5ae617fbd /nuttx/ChangeLog
parent0f6f5040d16fe89889179941f6ee0ea3762b0eb3 (diff)
downloadnuttx-1b7b3c9158159079095620855a72457820cc764c.tar.gz
nuttx-1b7b3c9158159079095620855a72457820cc764c.tar.bz2
nuttx-1b7b3c9158159079095620855a72457820cc764c.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1d39f98eb..c84a2cc32 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7564,4 +7564,8 @@
* net/sockets: Create the net/sockets directory and hook it into the
build system. Move all socket-related C files into net/socket. Move
net/net.h to net/socket/socket.h (2014-6-28).
-
+ * net/ipv6: Move IPv6 files from net/uip to net/ipv6 (2014-6-28).
+ * net/devif: Rename net/uip to net/devif. Rename uip/uip.h to
+ devif/devif.h (2014-6-28).
+ * net/devif: Rename many functions in net/devif from uip_* to devif_*
+ (2014-6-28).