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>2019-09-11 11:29:31 +0300
committerPavel Emelyanov <xemul@openvz.org>2019-09-11 11:29:31 +0300
commitc703e3fd8404e506cc6156719b953ea0580d59a4 (patch)
tree6df3cd29aca818ab33f719424f4f2fd48730350c
parent72402c6e7a4a9a70eefd534f91bcbe068736276d (diff)
criu: Version 3.13v3.13
Here we have some bugfixes, huuuge *.py patch for coding style and nice set of new features like 32bit for ARM, TLS for page server and new mode for CGroups. Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
-rw-r--r--Makefile.versions6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.versions b/Makefile.versions
index a7820b3b3..f3adcb0a6 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -1,10 +1,10 @@
#
# CRIU version.
CRIU_VERSION_MAJOR := 3
-CRIU_VERSION_MINOR := 12
-CRIU_VERSION_SUBLEVEL := 1
+CRIU_VERSION_MINOR := 13
+CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_EXTRA :=
-CRIU_VERSION_NAME := Ice Penguin
+CRIU_VERSION_NAME := Silicon Willet
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