mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-12-10 08:46:40 +08:00
Merged from main to DEVEL. Includes mention of release 0.6.5.
This commit is contained in:
parent
91706a08e1
commit
5c9aa074eb
31
CHANGELOG
31
CHANGELOG
@ -1,23 +1,17 @@
|
|||||||
|
TODO
|
||||||
|
|
||||||
|
* TODO: Fix unaligned 16-bit access in checksum routine.
|
||||||
|
* TODO: Fix assumptions on storage sizes wherever we cast.
|
||||||
|
|
||||||
HISTORY
|
HISTORY
|
||||||
|
|
||||||
(todo)
|
(STABLE-0_6_5)
|
||||||
|
|
||||||
* Fix unaligned 16-bit access in checksum routine.
|
|
||||||
|
|
||||||
(current)
|
|
||||||
|
|
||||||
++ 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.
|
||||||
* 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.
|
|
||||||
* Numerous fixes in PPP.
|
|
||||||
|
|
||||||
++ Changes:
|
++ Changes:
|
||||||
|
|
||||||
* DEBUGF now is LWIP_DEBUGF
|
|
||||||
* pbuf_dechain() has been re-enabled.
|
|
||||||
* Mentioned the use of CVS branches in README.
|
|
||||||
* Pass-by ARP requests do now update the cache.
|
* Pass-by ARP requests do now update the cache.
|
||||||
|
|
||||||
++ New features:
|
++ New features:
|
||||||
@ -26,6 +20,19 @@ HISTORY
|
|||||||
* New socket options.
|
* New socket options.
|
||||||
* Raw IP pcb support.
|
* Raw IP pcb support.
|
||||||
|
|
||||||
|
(STABLE-0_6_4)
|
||||||
|
|
||||||
|
++ 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)
|
||||||
|
|
||||||
++ Bug fixes:
|
++ Bug fixes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user