diff --git a/CHANGELOG b/CHANGELOG index f6f99bc6..0166d25b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,11 +2,20 @@ TODO * TODO: Fix unaligned 16-bit access in checksum routine. * TODO: Fix assumptions on storage sizes wherever we cast. + * TODO: See why large ICMP (ping) packets do not work (fragmentation?). HISTORY +(DEVEL) + + ++ Bug fixes: + + * Fixed DHCP which did not include the IP address in DECLINE messages. + (STABLE-0_6_5) + ++ Bug fixes: + * Fixed TCP bug induced by bad window resizing with unidirectional TCP traffic. * Packets sent from ARP queue had invalid source hardware address.