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-10-13 16:59:13 +0300
committerAndrei Vagin <avagin@gmail.com>2021-10-14 08:44:30 +0300
commit4a1731891e91e62f15c40c361aff2a8a54d91bb3 (patch)
tree800d1bc44ee1c305268ee78154be6454d628ec47
parent62b3779574b90b4f42b6463bd89fc35975298065 (diff)
criu: Version 3.16.1v3.16.1
* Switch criu-ns from unversioned 'python' to 'python3' for easier distribution packaging * Add '--join-ns' interface to libcriu to allow joining namespaces via libcriu like CLI and RPC already allow Signed-off-by: Adrian Reber <areber@redhat.com>
-rw-r--r--Makefile.versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.versions b/Makefile.versions
index 32f2e95ce..49ac7a138 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -2,7 +2,7 @@
# CRIU version.
CRIU_VERSION_MAJOR := 3
CRIU_VERSION_MINOR := 16
-CRIU_VERSION_SUBLEVEL :=
+CRIU_VERSION_SUBLEVEL := 1
CRIU_VERSION_EXTRA :=
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))