From aac0e02f3b2e3da016f6f7cfb9790c4949be8456 Mon Sep 17 00:00:00 2001 From: Lucas Pluvinage Date: Wed, 27 Jul 2022 12:16:17 +0200 Subject: [PATCH] changes for 7.1.2 --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index cdf12652..9bfa697e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +### v7.1.2 (2022-07-27) + +* TCP: fix memory leaks on connection close in three scenarios (#489 @TheLortex) + - simultanous close: set up the timewait timer in the `Closing(1) - Recv_ack(2) -> Time_wait` + state transition + - client sends a RST instead of a FIN: enable sending a challenge ACK even when the reception + thread is stopped + - client doesn't ACK server's FIN: enable the retransmit timer in the `Closing(_)` state + ### v7.1.1 (2022-05-24) * Ndpv6: demote more logs to debug level (#480 @reynir)