summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 027f3b01b..1d39f98eb 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7561,4 +7561,7 @@
while we are at it (2014-6-28).
* net/iob: Fix some errors in recent network I/O buffering when stack runs
from interrupt level. Reported by Manuel Stühn (2014-6-28).
+ * 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).