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@openvz.org>2020-04-29 16:31:49 +0300
committerPavel Emelyanov <xemul@openvz.org>2020-04-29 16:31:49 +0300
commit95ead14874244f3c12e5970a74d1f4dd2433d652 (patch)
treeff0b765566514d8f3f20caa785fbb752718d9626
parent5c5e7695a51318b17e3d982df8231ac83971641c (diff)
criu: Version πv3.14
The long-tempting release with lots of new features on board. We have finally the time namespace support, great improvment of the pre-dump memory consumption, new clone3 support and many more. Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
-rw-r--r--Makefile.versions4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.versions b/Makefile.versions
index f3adcb0a6..3ccc48185 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -1,10 +1,10 @@
#
# CRIU version.
CRIU_VERSION_MAJOR := 3
-CRIU_VERSION_MINOR := 13
+CRIU_VERSION_MINOR := 14
CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_EXTRA :=
-CRIU_VERSION_NAME := Silicon Willet
+CRIU_VERSION_NAME := Platinum Peacock
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