From 33895f4bc500dcef767566b1877bc2703f9b8407 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 26 Nov 2015 08:13:54 +0100 Subject: [PATCH] NEWS: Added changes since 5.3.4 --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 4674e52e6..bda70686a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +strongswan-5.3.5 +---------------- + +- Properly handle potential EINTR errors in sigwaitinfo(2) calls that replaced + sigwait(3) calls with 5.3.4. + +- RADIUS retransmission timeouts are now configurable, courtesy of Thom Troy. + + strongswan-5.3.4 ----------------