summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-30 09:37:46 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-30 09:37:46 +0000
commit9dbc40d83a89ef735d94dc235aa825135aef5407 (patch)
tree19ae4f22cd2e20d79c11444c840cc9a4f9e1e6d1 /NEWS
parentbef76b45f480aa41209efdec09fc6bb0bfde7cbe (diff)
downloads6-networking-9dbc40d83a89ef735d94dc235aa825135aef5407.tar.xz
s6-tlsserver bugfix, doc updates
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3ce5292..8fbe693 100644
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,19 @@ In 2.6.0.0
----------
- Bugfixes.
- - Major performance improvements.
- - Removed extra warning on s6-tcpserver-access with no ruleset.
+ - s6-tcpserver has been unified! no ipv4 and ipv6 separation anymore.
+ * the only programs in the superserver chain are now s6-tcpserver,
+s6-tcpserver-socketbinder, and s6-tcpserverd.
+ * s6-tcpserver-access still exists, should now run under s6-tcpserverd,
+still invoked once per connection. Doesn't spam the log anymore when
+invoked with no ruleset.
+ * Options -4 and -6 removed from s6-tcpserver and s6-tlsserver.
+Protocol detection happens when the cmdline address is scanned.
+ * Option -e removed from s6-tlsserver. It should now always invoke
+s6-tcpserver-access when needed (and only then).
+ - Major performance improvements. s6-tcpserverd does not fork on
+systems that support posix_spawn. Also, its lookups are now logarithmic
+instead of linear (which only matters on *heavy* loads).
In 2.5.1.3