From 3a62a45bcd5f531090ce0039164a16e72837f663 Mon Sep 17 00:00:00 2001 From: Joel Cunningham Date: Fri, 18 Mar 2016 10:09:25 -0500 Subject: [PATCH] Fix year in recent CHANGELOG entries The year in the recent bugfix entries was 2013 instead of 2016 --- CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 936edfe8..4afeb7dd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -302,15 +302,15 @@ HISTORY ++ Bugfixes: - 2013-03-17: Simon Goldschmidt + 2016-03-17: Simon Goldschmidt * api_msg.c: fixed bug #47448 (netconn/socket leak if RST is received during close) - 2013-03-17: Joel Cunningham + 2016-03-17: Joel Cunningham * api_msg.c: don't fail closing a socket/netconn when failing to allocate the FIN segment; blocking the calling thread for a while is better than risking leaking a netconn/socket (see bug #46701) - 2013-03-16: Joel Cunningham + 2016-03-16: Joel Cunningham * tcp_out.c: reset rto timer on fast retransmission 2016-03-16: Deomid Ryabkov