aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2011-10-14 10:29:01 +0200
committerMartin Willi <martin@revosec.ch>2011-10-14 10:29:01 +0200
commit37276728f3879bf94a675988b3099fd1ae05dacc (patch)
treef10c86c2c9d6b06566bdfce0bb2cabefa006679e /NEWS
parent58fcdc4f067f6870b883b3e427982e85ec759a1a (diff)
downloadstrongswan-37276728f3879bf94a675988b3099fd1ae05dacc.tar.bz2
strongswan-37276728f3879bf94a675988b3099fd1ae05dacc.tar.xz
Added some NEWS for 4.6.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8cf31212c..6d5b70cdf 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,26 @@ strongswan-4.6.0
MAP server. The tnc-ifmap plugin requires the Apache Axis2/C library.
+strongswan-4.6.0
+----------------
+
+- The new libstrongswan certexpire plugin collects expiration information of
+ all used certificates and exports them to CSV files. It either directly
+ exports them or uses cron style scheduling for batch exports.
+
+- starter passes unresolved hostnames to charon, allowing it to do name
+ resolution not before the connection attempt. This is especially useful with
+ connections between hosts using dynamic IP addresses. Thanks to Mirko Parthey
+ for the initial patch.
+
+- The libstrongswan plugin system now supports detailed plugin dependencies.
+ Many plugins have been extended to export its capabilities and requirements.
+ This allows the plugin loader to resolve plugin loading order automatically,
+ and in future releases, to dynamically load the required features on demand.
+ Existing third party plugins are source (but not binary) compatible if they
+ properly initialize the new get_features() plugin function to NULL.
+
+
strongswan-4.5.3
----------------