From c5c98cbb0010c4854920844ec07bfd1d5c837043 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 15 Sep 2017 13:09:09 +0200 Subject: [PATCH] Fix UPGRADING: slipif change has been released with 2.0.2 already --- UPGRADING | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/UPGRADING b/UPGRADING index b316c156..85be6c90 100644 --- a/UPGRADING +++ b/UPGRADING @@ -26,10 +26,6 @@ with newer versions. * compatibility headers: moved from 'src/include/posix' to 'src/include/compat/posix', 'src/include/compat/stdc' etc. - * slipif: The way to pass serial port number has changed. netif->num is not - supported any more, netif->state is interpreted as an u8_t port number now - (it's not a POINTER to an u8_t any more!) - * The IPv6 implementation now supports address scopes. All addresses that have a scope according to the default policy (link-local unicast addresses, interface-local and link-local multicast addresses) should now have a zone set on them before being passed to the core API, although @@ -44,6 +40,14 @@ with newer versions. * LWIP_HOOK_DHCP_APPEND_OPTIONS() has changed, see description in opt.h (options_out_len is not available in struct dhcp any more) +(2.0.2) + + ++ Application changes: + + * slipif: The way to pass serial port number has changed. netif->num is not + supported any more, netif->state is interpreted as an u8_t port number now + (it's not a POINTER to an u8_t any more!) + (2.0.1) ++ Application changes: