From db31c42ac46e20b5527f5339dcbf6f023fcd539c Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 6 Dec 2024 09:18:43 +0100 Subject: [PATCH] NEWS: tag 1.19 Signed-off-by: Giuseppe Scrivano --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS b/NEWS index ed1f12fbe..40762f3d7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +* crun-1.19 + +- wasm: add new handler wamr. +- 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. +- cgroup, systemd: do not override devices on update. If the "update" request has no + device block configured, do not reset the previously configuration. +- cgroup: handle case where cgroup v1 freezer is disabled. On systems without the + freezer controller, containers were mistakenly reported as paused. +- cgroup: do not stop process on exec. The cpu mask is configured on the systemd + scope, the previous workaround to stop the container until the cgroup is fully + configured is no longer needed. + * crun-1.18.2 - cgroup, systemd: fix a regression when a configuration file includes only one