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-09-12 12:44:04 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-09-12 12:44:04 +0300
commit090bcd01039aec6ecf4063eb599f7ec5540036c2 (patch)
tree86646a3b9d10c94c847ef8617f0576df45f3ef7a
parent38ddd1a12ce07c13626ef72652820b0a5087c939 (diff)
criu: Version 2.6v2.6
So, this time we have quite a lot of new features for a monthly release cadence, including --leave-stopped on restore, TMEM for PPC and shmem changes tracking. Also bugfixes, of course, and a little bit more deprecations. 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 c8960ac9a..302036f32 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -1,10 +1,10 @@
#
# CRIU version.
CRIU_VERSION_MAJOR := 2
-CRIU_VERSION_MINOR := 5
+CRIU_VERSION_MINOR := 6
CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_EXTRA :=
-CRIU_VERSION_NAME := Concrete Oriole
+CRIU_VERSION_NAME := Paper Crane
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