From 91ec195708efb8eed1699d59cd0369d639d8a7a8 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 19 Nov 2020 09:07:06 +0100 Subject: [PATCH] NEWS: tag 0.16 Signed-off-by: Giuseppe Scrivano --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 205c4cfb6..4f8111fd1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +* crun-0.16 + +- CRIU support. +- fallback to openat if openat2 returns EPERM. +- ignore ENOENT for cgroup v1 mounts, if the mount fails with + ENOENT, the controller might have been unmounted. +- fix another race reading cgroup freeze. Reading from the cgroup + fails with ENODEV if the cgroup was deleted in the meanwhile. + * crun-0.15.1 - add experimental support for libkrun.