]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Added NEWS about streamlined plugin names
authorMartin Willi <martin@strongswan.org>
Thu, 15 Oct 2009 09:12:13 +0000 (11:12 +0200)
committerMartin Willi <martin@strongswan.org>
Thu, 15 Oct 2009 09:12:13 +0000 (11:12 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 91a0709d7b36efcade1c2b45de00114b716f31f1..8f509dcd10cf021400d705a4cc087d154eb530ce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,9 +4,15 @@ strongswan-4.3.5
 - The IKEv1 pluto daemon can now use SQL-based address pools to deal out
   virtual IP addresses as a Mode Config server. The pool capability has been
   migrated from charon's sql plugin to a new attr-sql plugin which is loaded
-  by libstrongswan and which can be used by both daemons either with a SQLite 
+  by libstrongswan and which can be used by both daemons either with a SQLite
   or MySQL database and the corresponding plugin.
 
+- Plugin names have been streamlined: EAP plugins now have a dash after eap
+  (e.g. eap-sim), as it is used with the --enable-eap-sim ./configure option.
+  Plugin configuration sections in strongswan.conf now use the same name as the
+  plugin itself (i.e. with a dash). Make sure to update "load" directives and
+  the affected plugin sections in existing strongswan.conf files.
+
 - The private/public key parsing and encoding has been split up into
   separate pkcs1, pgp, pem and dnskey plugins. The public key implementation
   plugins gmp, gcrypt and openssl can all make use of them.