From 5a8fa99a5e41facba2eda4af12fa26313918805b Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 13 Apr 2023 18:57:10 +0200 Subject: [PATCH] NEWS: tag 1.8.4 Signed-off-by: Giuseppe Scrivano --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 347c97705e..9ad8158731 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +* crun-1.8.4 + +- fix build on CentOS 7. +- drop custom annotation to set the time namespace and use the OCI + specs instead. +- cgroup: workaround cpu quota/period issue with v1. Sometimes + setting CPU quota period fails when a new period is lower, and a + parent cgroup has CPU quota limit set. +- cgroup: fix set quota to -1 on cgroup v1. +- criu: drop loading unused functions. + * crun-1.8.3 - update: initialize the rt limits only on cgroup v1.