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>2021-07-02 16:22:49 +0300
committerAndrei Vagin <avagin@gmail.com>2021-09-22 18:22:46 +0300
commit000ea82669a0e6d62787a0a1ed8a297a7c1426a7 (patch)
tree8058b9e842ddca90cbf9fa11038fe1ecbf90fea6
parent8567a0952459ddcdaa7762f12927861c5e533e45 (diff)
criu: Version 3.16v3.16
Amongst a huge number of fixes all over the place and the move away from Travis this release introduces: * better support for restoring containers into existing pods * pidfd based pid reuse detection for RPC clients * allow restoring of precreated veth devices * license change for all files in the images/ directory to MIT * criu-ns helper script * use clang-format for automatic code indentation * support checkpoint/restore of stacked apparmor profiles * [GSoC] Add nftables based network locking/unlocking (Zeyad Yasser) Signed-off-by: Adrian Reber <areber@redhat.com>
-rw-r--r--Makefile.versions4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.versions b/Makefile.versions
index 493ae9ac8..32f2e95ce 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -1,10 +1,10 @@
#
# CRIU version.
CRIU_VERSION_MAJOR := 3
-CRIU_VERSION_MINOR := 15
+CRIU_VERSION_MINOR := 16
CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_EXTRA :=
-CRIU_VERSION_NAME := Titanium Falcon
+CRIU_VERSION_NAME := Petrified Puffin
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