summaryrefslogtreecommitdiff
path: root/debian/NEWS
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2014-03-12 10:42:12 +0100
committerYves-Alexis Perez <corsac@debian.org>2014-03-12 13:07:15 +0100
commit58e5a0b7216a2da9008645597911ad6c054276ad (patch)
tree61955e6a2cfff6ca5f08092f34411938e3a02c39 /debian/NEWS
parent72448f305c65fb08b0e8db0b56435a2486226f31 (diff)
downloadvyos-strongswan-58e5a0b7216a2da9008645597911ad6c054276ad.tar.gz
vyos-strongswan-58e5a0b7216a2da9008645597911ad6c054276ad.zip
advertise about the new strongswan.d mechanism
add a NEWS entry to advertise about the new /etc/strongswan.d configuration mechanisms and how it can be overriden.
Diffstat (limited to 'debian/NEWS')
-rw-r--r--debian/NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
index a1703e49b..ab874084a 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,25 @@
+strongswan (5.1.2-1) unstable; urgency=medium
+
+ Starting 5.1.2, strongSwan natively support a configuration directory (in
+ /etc/strongswan.d/). This replaces the /etc/strongswan.conf.d/ configuration
+ directly which was added in 5.1.1-1.
+ .
+ More information can be found on the strongswan.d configuration mechanism on
+ the upstream commit [1] and user documenation [2].
+ .
+ In Debian, these configurations directories are especially use to easily
+ toggle the loading of the various plugins shipped with the Debian packages.
+ Upstream defaults to load the plugins, and this can be overridden by
+ changing the files in /etc/strongswan.d. As those latter files are tracked
+ as configuration files, modifications won't be reverted when the package is
+ upgraded. Default settings for the plugins can be found in the templates dir
+ in the /usr/share/strongswan/templates/config folder.
+ .
+ [1]: http://wiki.strongswan.org/projects/strongswan/repository/revisions/55015036183c47692c2e2349a4c59bf00c107986
+ [2]: http://wiki.strongswan.org/projects/strongswan/wiki/StrongswanDirectory
+
+ -- Yves-Alexis Perez <corsac@debian.org> Wed, 12 Mar 2014 10:31:44 +0100
+
strongswan (5.1.1-2+splitplugins) experimental; urgency=medium
In 5.1.1-2 package, few plugins have been split from the main libstrongswan