From 3e32a70c93f5aa5fea69b50256cca7fd4aa23c80 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 17 Dec 2024 16:32:33 +0100 Subject: [PATCH] NEWS: tag 1.19.1 Signed-off-by: Giuseppe Scrivano --- NEWS | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 40762f3d7..4704fdb9d 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,19 @@ +* crun-1.19.1 + +- linux: fix a hang if there are no reads from the tty. Use non + blocking sockets to read and write from the tty so that the "crun + exec" process doesn't hang when the terminal is not consuming any + data. +- linux: remove the workaround needed to mount a cgroup on top of + another cgroup mount. The workaround had the disadvantage to + temporarily leak a mount on the host. The alternative that is + currently used is to mount a temporary tmpfs between the two cgroup + mounts. + * crun-1.19 - wasm: add new handler wamr. -- criu: allow passing network lock method to libcriu +- criu: allow passing network lock method to libcriu. - linux: honor exec cpu affinity mask. - build: fix build with musl libc. - crun: use mount API to self-clone.