mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-12-10 08:46:40 +08:00
Updated CHANGELOG to reflect recent changes.
This commit is contained in:
parent
9a83833e30
commit
1d63310054
17
CHANGELOG
17
CHANGELOG
@ -1,25 +1,30 @@
|
|||||||
HISTORY
|
HISTORY
|
||||||
|
|
||||||
|
(todo)
|
||||||
|
|
||||||
|
* unaligned 16-bit access in checksum routine fixed.
|
||||||
|
|
||||||
(current)
|
(current)
|
||||||
|
|
||||||
++ Bug fixes:
|
++ Bug fixes:
|
||||||
|
|
||||||
* Fixed TCP bug induced by bad window resizing with unidirectional TCP traffic.
|
* 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.
|
||||||
* packets sent from ARP queue had invalid source hardware address.
|
* Some debug formatters and casts fixed.
|
||||||
* some debug formatters and casts fixed.
|
* Numerous fixes in PPP.
|
||||||
* numerous fixes in PPP.
|
|
||||||
|
|
||||||
++ Changes:
|
++ Changes:
|
||||||
|
|
||||||
* DEBUGF now is LWIP_DEBUGF
|
* DEBUGF now is LWIP_DEBUGF
|
||||||
* pbuf_dechain() has been re-enabled.
|
* pbuf_dechain() has been re-enabled.
|
||||||
* Mentioned the use of CVS branches in README.
|
* Mentioned the use of CVS branches in README.
|
||||||
|
* Pass-by ARP requests do now update the cache.
|
||||||
|
|
||||||
++ New features:
|
++ New features:
|
||||||
|
|
||||||
* no longer dependent on ctype.h
|
* No longer dependent on ctype.h.
|
||||||
* raw IP mode
|
* New socket options.
|
||||||
|
* Raw IP pcb support.
|
||||||
|
|
||||||
(STABLE-0_6_3)
|
(STABLE-0_6_3)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user