From 4c1a2ac41bb80843c927d2fde8f2ff4186f8d278 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Wed, 19 Apr 2023 08:00:45 -0700 Subject: [PATCH] criu: Version 3.18 (Silver Sandpiper) The highlight feature of this release is the ability to use CRIU for non-root users. Adrian Reber implemented the kernel part and created the initial version of CRIU changes. Then Younes Manton joined the effort and pushed it to the finish line. The full change log is here: https://criu.org/Download/criu/3.18 Signed-off-by: Andrei Vagin --- Makefile.versions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.versions b/Makefile.versions index 73bc2d5fa..4c645cd6c 100644 --- a/Makefile.versions +++ b/Makefile.versions @@ -1,10 +1,10 @@ # # CRIU version. CRIU_VERSION_MAJOR := 3 -CRIU_VERSION_MINOR := 17 -CRIU_VERSION_SUBLEVEL := 1 +CRIU_VERSION_MINOR := 18 +CRIU_VERSION_SUBLEVEL := CRIU_VERSION_EXTRA := -CRIU_VERSION_NAME := Radiant Redstart +CRIU_VERSION_NAME := Silver Sandpiper CRIU_VERSION := $(CRIU_VERSION_MAJOR)$(if $(CRIU_VERSION_MINOR),.$(CRIU_VERSION_MINOR))$(if $(CRIU_VERSION_SUBLEVEL),.$(CRIU_VERSION_SUBLEVEL))$(if $(CRIU_VERSION_EXTRA),.$(CRIU_VERSION_EXTRA)) export CRIU_VERSION_MAJOR CRIU_VERSION_MINOR CRIU_VERSION_SUBLEVEL