Projects STRLCPY criu Commits 4a173189
🤬
  • criu: Version 3.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 <[email protected]>
  • Loading...
  • Adrian Reber committed with Andrei Vagin 3 years ago
    4a173189
    1 parent 62b37795
  • ■ ■ ■ ■
    Makefile.versions
    skipped 1 lines
    2 2  # CRIU version.
    3 3  CRIU_VERSION_MAJOR := 3
    4 4  CRIU_VERSION_MINOR := 16
    5  -CRIU_VERSION_SUBLEVEL :=
     5 +CRIU_VERSION_SUBLEVEL := 1
    6 6  CRIU_VERSION_EXTRA :=
    7 7  CRIU_VERSION_NAME := Petrified Puffin
    8 8  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))
    skipped 24 lines
Please wait...
Page is in error, reload to recover