summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-18 10:49:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-18 10:49:56 -0600
commit80555e2ee1a0558241c63690ec50d1b40216f1cf (patch)
tree1b1ac293f30d0e32b326074228ed9e663507c545 /nuttx/ChangeLog
parentd020592808b6c92d8955096d47130b005dcc0b51 (diff)
downloadnuttx-80555e2ee1a0558241c63690ec50d1b40216f1cf.tar.gz
nuttx-80555e2ee1a0558241c63690ec50d1b40216f1cf.tar.bz2
nuttx-80555e2ee1a0558241c63690ec50d1b40216f1cf.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 f63ae1938..5a8335d96 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7452,4 +7452,7 @@
free the socket in psock_close(), (2) socket() returns failure when
there is no free socket/connection, and (3) Set number of bytes to
transmit is set in the uip_driver_s instance (2014-6-18).
+ * net/tcp: Move all TCP files from net/uip to net/tcp (2014-6-18).
+ * net/udp: Move all UDP files from net/uip to net/udp (2014-6-18).
+ * net/pkt: Move all AF_PACKET files from net/uip to net/pkt (2014-6-18).