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:
authorPavel Emelyanov <xemul@virtuozzo.com>2016-07-11 13:43:45 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-07-11 13:43:45 +0300
commit9a97e0ca3510adcad8af0318cb456b667fed0e54 (patch)
tree00f735d7da048157e06fe6e6de7509f52aa94be8
parent90098fe841445cfed14646f5185446dfdea0098a (diff)
criu: Version 2.4v2.4
This time we have a bunch of new features, such as more cgroup stuff, AutoFS, coredump out of images, etc. Virtuozzo guys have released vz7-rtm, and fixed a lot of bugs in criu while doing it :) Plus some ancient stuff removed. Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
-rw-r--r--Makefile.versions4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.versions b/Makefile.versions
index dd957f830..9036140eb 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -1,10 +1,10 @@
#
# CRIU version.
CRIU_VERSION_MAJOR := 2
-CRIU_VERSION_MINOR := 3
+CRIU_VERSION_MINOR := 4
CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_EXTRA :=
-CRIU_VERSION_NAME := Wooden Duck
+CRIU_VERSION_NAME := Marble Lark
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