From 30fde0266638362929d5336e0bc8b7e286d0dd57 Mon Sep 17 00:00:00 2001 From: likewise Date: Thu, 5 Feb 2004 19:15:24 +0000 Subject: [PATCH] Mentioned another ARP fix and named this 0.7.1 for release. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c79f02a1..225c568b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,9 +9,13 @@ HISTORY (active STABLE-0_7 branch) +(STABLE-0_7_1) + ++ Bug fixes: * Fixed updating the ARP cache from a request pbuf that was recycled earlier for reply. + * Removed updating ARP cache using destination address (which is wrong for requests and + does not work for replies as those are unicast anyway). (STABLE-0_7_0)