From 000ea82669a0e6d62787a0a1ed8a297a7c1426a7 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Fri, 2 Jul 2021 13:22:49 +0000 Subject: criu: Version 3.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 --- Makefile.versions | 4 ++-- 1 file 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 -- cgit v1.2.3