Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@gmail.com>2020-10-29 18:41:48 +0300
committerAndrei Vagin <avagin@gmail.com>2020-11-03 19:31:28 +0300
commitf68da4a86fee62af216e9e7520f4916aa29e797b (patch)
tree72cf81f5fb19147826313c9fa175e2fcefabf533
parent5a655e890a1275ced0f646ebee7a17fa297687a6 (diff)
criu: Version 3.15v3.15
This is yet another big release with many new features in it: * Introduced criu-image-streamer * Added MIPS support. * Allow checkpointing out of existing PID namespace and restoring into existing PID namespace. * Added additional file validation mechanisms * Added support to checkpoint and restore BPF hash maps and array maps. * Initial cgroup2 support Signed-off-by: Andrei Vagin <avagin@gmail.com>
-rw-r--r--Makefile.versions4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.versions b/Makefile.versions
index 3ccc48185..493ae9ac8 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -1,10 +1,10 @@
#
# CRIU version.
CRIU_VERSION_MAJOR := 3
-CRIU_VERSION_MINOR := 14
+CRIU_VERSION_MINOR := 15
CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_EXTRA :=
-CRIU_VERSION_NAME := Platinum Peacock
+CRIU_VERSION_NAME := Titanium Falcon
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