Projects STRLCPY criu Commits 4c1a2ac4
🤬
  • criu: Version 3.18 (Silver Sandpiper)

    The highlight feature of this release is the ability to use CRIU for
    non-root users. Adrian Reber implemented the kernel part and created the
    initial version of CRIU changes. Then Younes Manton joined the effort
    and pushed it to the finish line.
    
    The full change log is here: https://criu.org/Download/criu/3.18
    
    Signed-off-by: Andrei Vagin <[email protected]>
  • Loading...
  • Andrei Vagin committed 1 year ago
    4c1a2ac4
    1 parent b689bcc3
  • ■ ■ ■ ■ ■ ■
    Makefile.versions
    1 1  #
    2 2  # CRIU version.
    3 3  CRIU_VERSION_MAJOR := 3
    4  -CRIU_VERSION_MINOR := 17
    5  -CRIU_VERSION_SUBLEVEL := 1
     4 +CRIU_VERSION_MINOR := 18
     5 +CRIU_VERSION_SUBLEVEL :=
    6 6  CRIU_VERSION_EXTRA :=
    7  -CRIU_VERSION_NAME := Radiant Redstart
     7 +CRIU_VERSION_NAME := Silver Sandpiper
    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