mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-19 05:10:40 +00:00
CHANGELOG/UPGRADING: Also mention that LWIP_HOOK_IP4_ROUTE_SRC has changed, too
This commit is contained in:
parent
6d28e9de79
commit
47a4be83e4
@ -74,7 +74,7 @@ HISTORY
|
|||||||
2017-08-08: Dirk Ziegelmeier
|
2017-08-08: Dirk Ziegelmeier
|
||||||
* ip4_route_src: parameter order is reversed: ip4_route_src(dest, src) -> ip4_route_src(src, dest)
|
* ip4_route_src: parameter order is reversed: ip4_route_src(dest, src) -> ip4_route_src(src, dest)
|
||||||
to make parameter order consistent with other ip*_route*() functions
|
to make parameter order consistent with other ip*_route*() functions
|
||||||
|
Same also applies to LWIP_HOOK_IP4_ROUTE_SRC() parameter order.
|
||||||
|
|
||||||
2017-07-26: Simon Goldschmidt
|
2017-07-26: Simon Goldschmidt
|
||||||
* snmp_msg.c: fix bug #51578 (SNMP failed to decode some values on non 32bit platforms)
|
* snmp_msg.c: fix bug #51578 (SNMP failed to decode some values on non 32bit platforms)
|
||||||
|
@ -11,7 +11,8 @@ with newer versions.
|
|||||||
++ Application changes:
|
++ Application changes:
|
||||||
|
|
||||||
* ip4_route_src: parameter order is reversed: ip4_route_src(dest, src) -> ip4_route_src(src, dest)
|
* ip4_route_src: parameter order is reversed: ip4_route_src(dest, src) -> ip4_route_src(src, dest)
|
||||||
to make parameter order consistent with other ip*_route*() functions
|
to make parameter order consistent with other ip*_route*() functions.
|
||||||
|
Same also applies to LWIP_HOOK_IP4_ROUTE_SRC() parameter order.
|
||||||
|
|
||||||
* pbuf API: pbuf->type (an u8_t holding the enum 'pbuf_type') has changed to only hold a
|
* pbuf API: pbuf->type (an u8_t holding the enum 'pbuf_type') has changed to only hold a
|
||||||
description of the pbuf (e.g. data following pbuf struct, data volatile, allocation
|
description of the pbuf (e.g. data following pbuf struct, data volatile, allocation
|
||||||
|
Loading…
Reference in New Issue
Block a user