From 0b6e2d9c1583461810e761c80e622a64949bccc6 Mon Sep 17 00:00:00 2001 From: Joel Cunningham Date: Tue, 25 Apr 2017 17:40:11 -0500 Subject: [PATCH] Update changelog for features/bugs since 2.0.1 --- CHANGELOG | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 608aa7a8..701bd75d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,10 +9,20 @@ HISTORY 2017-04-25: Simon Goldschmidt * dhcp: added two hooks for adding and parsing user defined DHCP options + 2017-04-25: Joel Cunningham + * sockets: added CMSG and IP_PKTINFO for use with recvmsg (task #14247) + + 2017-04-20: Joel Cunningham + * tcp: added Appropriate Byte Counting support (task #14128) + 2017-04-11: Simon Goldschmidt * netconn/sockets: remove fatal error handling, fix asynchronous error handling, ensure data before RST can be received + 2017-03-02: Joel Cunningham + * netconn/sockets: vectorize netconn_write for TCP, treating a vectored I/O write + atomically in regards to TCP segmentation (patch #8882) + 2017-03-02: Simon Goldschmidt * netconn: added nonblocking accept/recv to netconn API (task #14396) @@ -30,6 +40,9 @@ HISTORY 2017-02-04: David van Moolenbroek - IPv6 scopes support + + 2017-01-20: Joel Cunningham + * sockets: add interface name/index APIs (task #14314) 2017-01-08: David van Moolenbroek * Extensions to RAW API (patch #9208) @@ -43,6 +56,9 @@ HISTORY * sockets.c: task #14420 (Remove sys_sem_signal from inside SYS_ARCH_PROTECT crit section) done for LWIP_TCPIP_CORE_LOCKING==1 + 2017-03-08: Joel Cunningham + * tcp: initialize ssthresh to TCP_SND_BUF (bug #50476) + 2017-03-01: Simon Goldschmidt * httpd: LWIP_HTTPD_POST_MANUAL_WND: fixed double-free when httpd_post_data_recved is called nested from httpd_post_receive_data() (bug #50424)