From e376d75f96ed471fb43f3b89cc9a336deb8a9358 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 4 Sep 2008 14:52:33 +0000 Subject: [PATCH] some NEWS --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 62bec8758..a951ac589 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +strongswan-4.2.7 +---------------- + +- The new agent plugin provides a private key implementation on top of an + ssh-agent. + +- The NetworkManager plugin has been extended to support certificate client + authentication using RSA keys loaded into ssh-agent. + +- Daemon capability dropping has been ported to libcap and must be enabled + explicitly --with-capabilities=libcap. Future version will support the + newer libcap2 library. + strongswan-4.2.6 ----------------