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:
authorAdrian Reber <areber@redhat.com>2022-05-01 18:50:34 +0300
committerAndrei Vagin <avagin@gmail.com>2022-05-05 22:42:14 +0300
commit4f8f295e57e68740699479d12c1ad251e6dd859f (patch)
treeff5f4a7a9d3409b4166e805c2aa5185918d91c8e
parent991f27c841f4db7587b0247da46c1d51fca0b8d4 (diff)
criu: Version 3.17v3.17
Amongst a huge number of fixes all over the place this release introduces: * mount-v2 engine * support for MAP_HUGETLB mappings * support for Linux Restartable Sequences * support for SOCK_SEQPACKET unix sockets * CRIU AMD GPU plugin * setsockopt(SO_BUF_LOCK) support for tcp sockets Signed-off-by: Adrian Reber <areber@redhat.com>
-rw-r--r--Makefile.versions6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.versions b/Makefile.versions
index 49ac7a138..0500ef0fc 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -1,10 +1,10 @@
#
# CRIU version.
CRIU_VERSION_MAJOR := 3
-CRIU_VERSION_MINOR := 16
-CRIU_VERSION_SUBLEVEL := 1
+CRIU_VERSION_MINOR := 17
+CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_EXTRA :=
-CRIU_VERSION_NAME := Petrified Puffin
+CRIU_VERSION_NAME := Radiant Redstart
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