From 4c8620e03b1b5a0681c4fa3f706d57ee3aeada65 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Thu, 24 Nov 2016 11:21:00 +0100 Subject: [PATCH] Added important post-2.0.0 changes to CHANGELOG to keep track of changes for future 2.0.1 release --- CHANGELOG | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index b1f592a9..482ab89b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,8 +6,28 @@ HISTORY ++ New features: + 2016-11-16: Dirk Ziegelmeier + * sockets.c: added support for IPv6 mapped IPv4 addresses + ++ Bugfixes: + 2016-11-23: Dirk Ziegelmeier + * udp.c: fixed bug #49662: ulticast traffic is now only received on a UDP PCB + (and therefore on a UDP socket/netconn) when the PCB is bound to IP_ADDR_ANY + + 2016-11-16: Dirk Ziegelmeier + * *: Fixed dual-stack behaviour + + 2016-11-14: Joel Cunningham + * tcp_out.c: fixed bug #49533 (start persist timer when unsent seg can't fit + in window) + + 2016-11-16: Roberto Barbieri Carrera + * autoip.c: fixed bug #49610 (sometimes AutoIP fails to reuse the same address) + + 2016-11-11: Dirk Ziegelmeier + * sockets.c: fixed bug #49578 (dropping multicast membership does not work + with LWIP_SOCKET_OFFSET) (STABLE-2.0.0)