From 53a9996ce82d1ee818349bdcc64797a1fa0433c4 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 21 Aug 2023 12:34:06 +0200 Subject: [PATCH] NEWS: tag 1.8.7 Signed-off-by: Giuseppe Scrivano --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index a1f33910a..6202a7e56 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +* crun-1.8.7 + +- linux: fix a race condition when an exec was performed + immediately after the start and the setns with the procfd failed. +- features: Fix annotations formatting. +- linux: do not write some errors twice. +- libcrun: handle SIGWINCH by resizing the terminal file descriptor. + +- crun: new command "crun features". +- linux: fix handling of idmapped mounts when the container joins + an existing PID namespace. +- linux: support io_priority from the OCI specs. +- linux: handle correctly the case where the status file is not + written yet for a container. +- crun: fix segfault for "ps" when the container is not using cgroups. +- cgroup: allow setting swap to 0. + * crun-1.8.6 - crun: new command "crun features".