From 6e19327473ff00827b8497159cebcd0435e1a427 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 2 Oct 2007 11:36:54 +0000 Subject: [PATCH] updated NEWS for 4.1.7 --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 58768b031..46086992a 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,19 @@ strongswan-4.1.7 those pending connections inserted by auto=start after the port floating from 500 to 4500 were erronously deleted. +- Added a "forceencaps" connection parameter to enforce UDP encapsulation + to hurdle restrictive firewalls. NAT detection payloads are faked to + simulate a NAT situation and trick the other peer into NAT mode (IKEv2 only). + +- Preview of strongSwan Manager, a web based configuration and monitoring + application. It uses a new XML control interface to query the IKEv2 daemon + (see http://trac.strongswan.org/wiki/Manager). + +- Experimental SQLite configuration backend which will provide the configuration + interface for strongSwan Manager in future releases. + +- Further improvements to MOBIKE support. + strongswan-4.1.6 ----------------