summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-28 17:26:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-28 17:26:07 -0600
commit3a564cf05163e17dc6f09f7646920515fb1d4cc2 (patch)
treedb615979142b8274f9c6a462a4a2a339d982d7ec /nuttx/ChangeLog
parentdc5d8364a9b2d53397f74d72e8f2beda05c73c7f (diff)
downloadnuttx-3a564cf05163e17dc6f09f7646920515fb1d4cc2.tar.gz
nuttx-3a564cf05163e17dc6f09f7646920515fb1d4cc2.tar.bz2
nuttx-3a564cf05163e17dc6f09f7646920515fb1d4cc2.zip
Update ChangeLog
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).