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>2017-03-27 21:43:41 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2017-03-27 21:44:22 +0300
commit14e0bf7baf0f3a47acaf86ea880d312f608d2789 (patch)
tree32c9f0b9ab9cc6482242fd868f719e780b6d525c
parentc772fca0c8b18f24fedfff990e10be5f505a4241 (diff)
criu: Version 2.12.1v2.12.1criu-2.x-stable
A few fixes for how we dump and restore mount namespaces. Discovered while doing LXC and Docker C/R. Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
-rw-r--r--Makefile.versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.versions b/Makefile.versions
index 5139b5d4f..dd80ae680 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -2,7 +2,7 @@
# CRIU version.
CRIU_VERSION_MAJOR := 2
CRIU_VERSION_MINOR := 12
-CRIU_VERSION_SUBLEVEL :=
+CRIU_VERSION_SUBLEVEL := 1
CRIU_VERSION_EXTRA :=
CRIU_VERSION_NAME := Vulcanite Rook
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))