From 5b341a145c4f515f96f55e3e7760d1c79ec3cf1f Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 27 Sep 2021 15:29:39 +0200 Subject: [PATCH] NEWS: tag 1.1 Signed-off-by: Giuseppe Scrivano --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index 34a4da5ae..c47e9148f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +* crun-1.1 + +- cgroup: use cgroup.kill when available. It is faster to kill a + container through its cgroup as there is no need to recurse over the + cgroup pids and terminate each one of them. +- exec: refuse to exec in a paused container/cgroup. +- container: Set primary process to 1 via LISTEN_PID by default if + user configuration is missing. +- criu: Add support for external PID namespace. +- criu: fix save of external descriptors. Now restored containers + attach correctly their standard streams. +- utils: retry openat2 on EAGAIN. If the openat2 syscall is + interrupted, try again. + * crun-1.0 - cgroup: chown the current container cgroup to root in the container.