summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-20 18:15:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-20 18:15:54 -0600
commit6ce6e52a424e1012001bf66791c786273879c836 (patch)
tree7457a627fec5d733a25b6a64c9effe6432f4667d /apps/ChangeLog.txt
parent76a7272bad960a5d5abb6ec09a1aebc1e5fad1a5 (diff)
downloadpx4-nuttx-6ce6e52a424e1012001bf66791c786273879c836.tar.gz
px4-nuttx-6ce6e52a424e1012001bf66791c786273879c836.tar.bz2
px4-nuttx-6ce6e52a424e1012001bf66791c786273879c836.zip
Update ChangeLog
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index b7d445c5e..7b935262d 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1180,4 +1180,7 @@
* apps/netutils/netlib: All IOCTLs must use a valid address family --
even if the address family does not matter such as when getting the
MAC address or the network flags (2015-01-19).
-
+ * apps/examples/nettest: Update test so that it can be used to test
+ IPv6 TCP sockets (2015-01-20).
+ * Many files: Correct name of fields in struct sockaddr_in6: sin6_port
+ and sin6_family, not sin_port and sin_family (2015-01-20).