mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
criu: Version 3.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>
This commit is contained in:
parent
991f27c841
commit
4f8f295e57
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue