Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-06-28 18:37:18 -06:00
parent 8e706eb4ff
commit 87e86153a3

View File

@ -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).