Projects STRLCPY criu Commits 000ea826
🤬
  • 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 <[email protected]>
  • Loading...
  • Adrian Reber committed with Andrei Vagin 3 years ago
    000ea826
    1 parent 8567a095
  • ■ ■ ■ ■ ■ ■
    Makefile.versions
    1 1  #
    2 2  # CRIU version.
    3 3  CRIU_VERSION_MAJOR := 3
    4  -CRIU_VERSION_MINOR := 15
     4 +CRIU_VERSION_MINOR := 16
    5 5  CRIU_VERSION_SUBLEVEL :=
    6 6  CRIU_VERSION_EXTRA :=
    7  -CRIU_VERSION_NAME := Titanium Falcon
     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))
    9 9   
    10 10  export CRIU_VERSION_MAJOR CRIU_VERSION_MINOR CRIU_VERSION_SUBLEVEL
    skipped 22 lines
Please wait...
Page is in error, reload to recover