From 804d702b0a970d1a16ef9c8aa09c4e64265d75ed Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 2 Aug 2012 12:23:59 +0200 Subject: [PATCH] Add some more NEWS about 5.0.1 --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index eeab0fda2..f412db8cd 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,16 @@ strongswan-5.0.1 consolidated recommandation from all IMVs can be obtained the TNC server requests more client data by sending an empty SDATA batch. +- The rightgroups2 ipsec.conf option can require group membership during + a second authentication round, for example during XAuth authentication + against a RADIUS server. + +- The autotools build has been migrated to use a config.h header. strongSwan + development headers will get installed during "make install" if + --with-dev-headers has been passed to ./configure. + +- All crypto primitives gained return values for most operations, allowing + crypto backends to fail, for example when using hardware accelerators. strongswan-5.0.0 ----------------