mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
criu: Version 3.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>
This commit is contained in:
parent
5a655e890a
commit
f68da4a86f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue