Updated the Changelog to reflect known changes.

This commit is contained in:
leonwoestenberg 2003-06-23 18:02:50 +00:00
parent 77eea999d9
commit d12ce425b0

View File

@ -2,7 +2,16 @@ HISTORY
(current) (current)
++ Bug fixes:
* some debug formatters and casts fixed.
* numereous fixes in PPP.
++ Changes:
* DEBUGF now is LWIP_DEBUGF
* pbuf_dechain() has been re-enabled.
* Mentioned the changed use of CVS branches in README.
(STABLE-0_6_3) (STABLE-0_6_3)
@ -24,7 +33,7 @@ HISTORY
* Now drops short packets for ICMP/UDP/TCP protocols. More robust. * Now drops short packets for ICMP/UDP/TCP protocols. More robust.
* ARP queueuing now queues the latest packet instead of the first. * ARP queueuing now queues the latest packet instead of the first.
This is the recommended behaviour, but can be overridden in This is the RFC recommended behaviour, but can be overridden in
lwipopts.h. lwipopts.h.
(0.6.2) (0.6.2)