diff --git a/NEWS b/NEWS index e04cac2a..bc4bff91 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,7 @@ - Simplify the input of IPv6 network addresses. - Use a separate IPC and PID namespace in Linux systems for worker processes. That effectively puts each worker process in a separate - container. This can be disabled at compile time using --disable-linux-namespaces. + container. This can be enabled at compile time using --enable-linux-namespaces. - Configuration option 'use-seccomp' was replaced by 'isolate-workers', which in addition to seccomp it enables the Linux namespaces restrictions. - Added support for stateless compression using LZ4 and LZS. This