summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
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).