mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
criu: Version 3.3
Most of the changes this time are preparation for future new features and optimizations, that hasn't yet been well tested and polished. However, we have several new features. The most important one is the --tcp-close option to help migration of Docker containers, that constantly change their IP address. And, as usually, a set of bugfixes. Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
245b4b3698
commit
b0b9a97086
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# CRIU version.
|
||||
CRIU_VERSION_MAJOR := 3
|
||||
CRIU_VERSION_MINOR := 2
|
||||
CRIU_VERSION_SUBLEVEL := 1
|
||||
CRIU_VERSION_MINOR := 3
|
||||
CRIU_VERSION_SUBLEVEL :=
|
||||
CRIU_VERSION_EXTRA :=
|
||||
CRIU_VERSION_NAME := Tin Hoopoe
|
||||
CRIU_VERSION_NAME := Crystal Pelican
|
||||
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