From 6583a331be2ec6575ee9a23fa1e6c9ade9e7aff2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 10 Feb 2015 06:56:20 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 80dfbfe68f9..a3503e40592 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9734,4 +9734,5 @@ with parameter passing in the MULTINIC configuration(2015-02-09). * net/iob/Kconfig: In IOB Configuration, the default number of IOB chains must be more than zero is UDP read-ahead is enabled (2015-02-10). - + * net/tcp/tcp_conn.c and udp/udp_conn.c: Fix several build errors/warning + with IPv4 + IPv6 + multiple networks are enabled (2015-02-10).