aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-07-18 16:10:48 +0200
committerMartin Willi <martin@revosec.ch>2013-07-18 16:10:48 +0200
commitc3b8335cfb1def38c0c575d607274c2fc8e9329b (patch)
tree93f5c7d28f2772108314b21475efadd3dac77e5f /NEWS
parent666dff70ebeaeccab58299cba7740b6be7de0b0c (diff)
downloadstrongswan-c3b8335cfb1def38c0c575d607274c2fc8e9329b.tar.bz2
strongswan-c3b8335cfb1def38c0c575d607274c2fc8e9329b.tar.xz
NEWS: mention watcher and stream services
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ac1fe2dc4..58994f90b 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,15 @@ strongswan-5.1.0
in a custom load statement can be ordered freely or to express preferences
without being affected by dependencies between plugin features.
+- A centralized thread can take care for watching multiple file descriptors
+ concurrently. This removes the need for a dedicated listener threads in
+ various plugins. The number of "reserved" threads for such tasks has been
+ reduced to about five, depending on the plugin configuration.
+
+- Plugins that can be controlled by a UNIX socket IPC mechanism gained network
+ transparency. Third party applications querying these plugins now can use
+ TCP connections from a different host.
+
- libipsec now supports AES-GCM.