]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
NEWS for the 4.3.5dr3 release
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 14 Oct 2009 16:02:15 +0000 (18:02 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 14 Oct 2009 16:02:15 +0000 (18:02 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 315ae72b0780659d07b488f0cfef8efcc3921df3..91a0709d7b36efcade1c2b45de00114b716f31f1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
 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 
+  or MySQL database and the corresponding plugin.
+
 - 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.