From 28ac4347d4ce84878d95ff7b6c36c1bfd9811202 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Thu, 29 Oct 2009 17:10:19 +0000 Subject: [PATCH] Fixed wrong filename --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9d0c1114..611be3b3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -45,6 +45,7 @@ HISTORY to a human-readable string. ++ Bugfixes: + 2009-10-28: Kieran Mansley * tcp_in.c, tcp_out.c, tcp.h: re-work the fast retransmission code to follow algorithm from TCP/IP Illustrated @@ -87,7 +88,7 @@ HISTORY * tcp_in.c: Fixed bug #27329: dupacks by unidirectional data transmit 2009-10-15: Simon Goldschmidt - * api_msg.c: Fixed bug #27709: conn->err race condition on netconn_recv() + * api_lib.c: Fixed bug #27709: conn->err race condition on netconn_recv() timeout 2009-10-15: Simon Goldschmidt