Mentioned another ARP fix and named this 0.7.1 for release.

This commit is contained in:
likewise 2004-02-05 19:15:24 +00:00
parent 100eaa9855
commit 30fde02666

View File

@ -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)