From 8244fb523cfbe28929158f124c9f8e9c03c2116d Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 15 Sep 2017 13:28:39 +0200 Subject: [PATCH] Adapt CHANGELOG to changes for 2.0.3 --- CHANGELOG | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3a277195..306217fe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,22 @@ HISTORY * [Enter new changes just after this line - do not remove this line] +(STABLE-2.0.3) + + ++ Bugfixes: + + 2017-09-11: Simon Goldschmidt + * tcp_in.c: fix bug #51937 (leaking tcp_pcbs on passive close with unacked data) + + 2017-08-02: Abroz Bizjak/Simon Goldschmidt + * multiple fixes in IPv4 reassembly (leading to corrupted datagrams received) + + 2017-03-30: Simon Goldschmidt + * dhcp.c: return ERR_VAL instead of asserting on offset-out-of-pbuf + + 2017-03-23: Dirk Ziegelmeier + * dhcp.h: fix bug #50618 (dhcp_remove_struct() macro does not work) + (STABLE-2.0.2) ++ New features: @@ -13,6 +29,9 @@ HISTORY We now have a #define for a header file name that is #included in every .c file that provides hooks. + 2017-02-10: Simon Goldschmidt + * tcp_close does not fail on memory error (instead, FIN is sent from tcp_tmr) + ++ Bugfixes: 2017-03-08