mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 06:45:35 +00:00
criu: Version 2.11
This is a bugfix-mostly release. Interesting new features include the huge rework of files restoring engine which fixed us bugs we haven't seen in reality :) but have proven they exist. Als this rework opens the way for scm-rigts c/r we need for nginx. Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
#
|
#
|
||||||
# CRIU version.
|
# CRIU version.
|
||||||
CRIU_VERSION_MAJOR := 2
|
CRIU_VERSION_MAJOR := 2
|
||||||
CRIU_VERSION_MINOR := 10
|
CRIU_VERSION_MINOR := 11
|
||||||
CRIU_VERSION_SUBLEVEL :=
|
CRIU_VERSION_SUBLEVEL :=
|
||||||
CRIU_VERSION_EXTRA :=
|
CRIU_VERSION_EXTRA :=
|
||||||
CRIU_VERSION_NAME := Brass Waxwing
|
CRIU_VERSION_NAME := Acrylic Bullfinch
|
||||||
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))
|
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
|
export CRIU_VERSION_MAJOR CRIU_VERSION_MINOR CRIU_VERSION_SUBLEVEL
|
||||||
|
Reference in New Issue
Block a user