From 0356bf4aff9a133d655dc13b1d9ac9424706cac4 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 29 Nov 2022 19:41:44 +0100 Subject: [PATCH] NEWS: tag 1.7.2 Signed-off-by: Giuseppe Scrivano --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 01ef439378..d56c27525e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +* crun-1.7.2 + +- criu: hardcode library name to libcriu.so.2. +- cgroup: always enable all controllers, even if the cgroup was already joined. + Regression caused by crun-1.7. + * crun-1.7.1 - criu: load libcriu dynamically.