From 1d63310054944b84927c094dbc8866d6fe62c936 Mon Sep 17 00:00:00 2001 From: likewise Date: Thu, 2 Oct 2003 22:57:41 +0000 Subject: [PATCH] Updated CHANGELOG to reflect recent changes. --- CHANGELOG | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 592f00f6..60a8b36c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,25 +1,30 @@ HISTORY +(todo) + + * unaligned 16-bit access in checksum routine fixed. + (current) ++ Bug fixes: * Fixed TCP bug induced by bad window resizing with unidirectional TCP traffic. - * unaligned 16-bit access in checksum routine fixed. - * packets sent from ARP queue had invalid source hardware address. - * some debug formatters and casts fixed. - * numerous fixes in PPP. + * Packets sent from ARP queue had invalid source hardware address. + * Some debug formatters and casts fixed. + * Numerous fixes in PPP. ++ Changes: * DEBUGF now is LWIP_DEBUGF * pbuf_dechain() has been re-enabled. * Mentioned the use of CVS branches in README. + * Pass-by ARP requests do now update the cache. ++ New features: - * no longer dependent on ctype.h - * raw IP mode + * No longer dependent on ctype.h. + * New socket options. + * Raw IP pcb support. (STABLE-0_6_3)