From cf6ca6d7298fc57ad877db76474ee5a145a8d473 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 15 Apr 2011 13:05:02 +0200 Subject: [PATCH] Add plugin reloading NEWS --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dd856efb2..80b7125d1 100644 --- a/NEWS +++ b/NEWS @@ -17,9 +17,13 @@ strongswan-4.5.2 pcsc-lite based SIM card backend. - The eap-peap plugin implements the EAP PEAP protocol. Interoperates - successfully with a FreeRADIUS server but not yet with a Windows 7 + successfully with a FreeRADIUS server but not yet with a Windows 7 Agile VPN client. +- The IKEv2 daemon charon rereads strongswan.conf on SIGHUP and instructs + all plugins to reload. Currently only the eap-radius and the attr plugins + support configuration reloading. + strongswan-4.5.1 ----------------