From 00c60592f297921647d39073b600994216cf8450 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 26 Feb 2010 11:52:54 +0100 Subject: [PATCH] NEWS about the dynamic socket implementation --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 1ba8b7c49..d849212fd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +strongswan-4.4.0 +---------------- + +- The existing IKEv2 socket implementations have been migrated to the + socket-default and the socket-raw plugins. The new socket-dynamic plugin + binds sockets dynamically to ports configured via the left-/rightikeport + ipsec.conf connection parameters. + + strongswan-4.3.6 ----------------