]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Added news about changes regarding strongswan.conf.
authorTobias Brunner <tobias@strongswan.org>
Fri, 17 Dec 2010 16:32:14 +0000 (17:32 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 17 Dec 2010 16:32:14 +0000 (17:32 +0100)
NEWS

diff --git a/NEWS b/NEWS
index c38d72d2ec63ac164fe3e29480e568f9b5923d97..d9244a5808a3c60c357a6cb746dec6f747af761d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,18 @@ strongswan-4.5.1
   tables make it possible to store CRL and OCSP Certificate Distribution
   points in an SQL database.
 
+- The new 'include' statement allows to recursively include other files in
+  strongswan.conf.  Existing sections and values are thereby extended and
+  replaced, respectively.
+
+- Due to the changes in the parser for strongswan.conf, the configuration
+  syntax for the attr plugin has changed.  Previously, it was possible to
+  specify multiple values of a specific attribute type by adding multiple
+  key/value pairs with the same key (e.g. dns) to the plugins.attr section.
+  Because values with the same key now replace previously defined values
+  this is not possible anymore.  As an alternative, multiple values can be
+  specified by separating them with a comma (e.g. dns = 1.2.3.4, 2.3.4.5).
+
 
 strongswan-4.5.0
 ----------------