From 0cb456c9235a5a1d4c0b07be01c507f4d30ad968 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 22 Jan 2015 12:31:37 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 535b2634a7..2d8a98bbb1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9490,3 +9490,7 @@ * net/socket/accept.c: Correct the value returned by accept() in the case where net_lockingwait() is called. It was returning -1 and losing the errno value. Noted by Rony Xln (2015-01-22). + * net/: After some significant effort, ICMPv6 and TCP are both + functional when IPv6 is selected. UDP still requies testing + (2014-01-22). +