From 9804b25acc9b131ee04878015a6e67e5507476f0 Mon Sep 17 00:00:00 2001 From: fbernon Date: Sun, 7 Oct 2007 17:30:50 +0000 Subject: [PATCH] Fix CHANGELOG entry --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 4185e37c..6bd40390 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -427,7 +427,7 @@ HISTORY 2007-10-07 Frédéric Bernon * sockets.c, api.h, api_lib.c: First step to fix "bug #20900 : Potential crash error problem with netconn_peer & netconn_addr". VERY IMPORTANT: - this change cause an API breakage for netconn_peer, since a parameter + this change cause an API breakage for netconn_addr, since a parameter type change. Any compiler should cause an error without any changes in yours netconn_peer calls (so, it can't be a "silent change"). It also reduce a little bit the footprint for socket layer (lwip_getpeername &