From 7f491111e6bf0f08e5be49d64ec810d0ec1e2fcb Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 15 May 2008 14:15:27 +0000 Subject: [PATCH] some NEWS for 4.2.2 --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 8671e7c1b..0f2a2a61b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +strongswan-4.2.2 +---------------- + +- Plugins for libstrongswan and charon are loaded depending on the + configration in strongswan.conf. Most components provide a + "load = " option followed by a space separated list of plugins to load. + Have a look to the distributed strongswan.conf. + +- Charons SQL plugin has been extended by a virtual IP address pool. + Configurations with rightsourceip=%poolname setting query the database + for leases. The "ipsec pool" command helps in administrating the pool + database. + strongswan-4.2.1 ----------------