From 7dc51270ee7cfa7d63e474390e6f10781a4bbcf4 Mon Sep 17 00:00:00 2001 From: likewise Date: Fri, 23 Apr 2004 16:49:35 +0000 Subject: [PATCH] Documented latest fixes in HEAD. --- CHANGELOG | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 4ffa752d..46f2c0e0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -TODO +FUTURE * TODO: The lwIP source code makes some invalid assumptions on processor word-length, storage sizes and alignment. See the mailing lists for @@ -7,6 +7,17 @@ TODO HISTORY +(HEAD) + + ++ Bug fixes: + + 2004-04-23 Leon Woestenberg + * ip_addr.c: Fix in the ip_addr_isbroadcast() check. + * etharp.c: Fixed the case where the packet that initiates the ARP request + is not queued, and gets lost. Fixed the case where the packets destination + address is already known; we now always queue the packet and perform an ARP + request. + (STABLE-0_7_0) ++ Bug fixes: