]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Added NEWS about multiple RADIUS servers, LED plugin
authorMartin Willi <martin@revosec.ch>
Fri, 15 Oct 2010 08:13:35 +0000 (10:13 +0200)
committerMartin Willi <martin@revosec.ch>
Fri, 15 Oct 2010 08:13:35 +0000 (10:13 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 5388ce88e725c54dba6ecb820561de5d3e15b456..792741a50845552ff17336575a75aedc6a1f0e2d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,14 @@ strongswan-4.5.0
   of Integrity Measurement Collector/Verifier pairs can be attached
   via the tnc-imc and tnc-imv charon plugins.
 
+- The RADIUS plugin eap-radius now supports multiple RADIUS servers for
+  redundant setups. Servers are selected by a defined priority, server load and
+  availability.
+
+- The simple led plugin controls hardware LEDs through the Linux LED subsystem.
+  It currently shows activity of the IKE daemon and is a good example how to
+  implement a simple event listener.
+
 - Fixed a bug not releasing a virtual IP address to a pool if the XAUTH
   identity was different from the IKE identity.