From daa11ce9ab5a6791f1502c1cc45fe2e09a539324 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 18 Jan 2015 08:57:38 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4d7510d16f..f68dd9b349 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9460,3 +9460,5 @@ correct driver using the correct IP domain (2015-01-17). * net/socket/accept.c: Fix accept() so that it returns the correct IP address for the selected socket IP domain (2015-01-17). + * Networking: Final detangling off IPv4 and IPv6 TCP/UDP send logic. + The etworking subsystem now compiles with IPv6 enabled (2015-01-18).