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:
Pavel Emelyanov 2017-07-18 21:55:27 +03:00
parent 245b4b3698
commit b0b9a97086

View file

@ -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