Projects STRLCPY criu Commits f68da4a8
🤬
  • criu: Version 3.15

    This is yet another big release with many new features in it:
    
    * Introduced criu-image-streamer
    * Added MIPS support.
    * Allow checkpointing out of existing PID namespace and
      restoring into existing PID namespace.
    * Added additional file validation mechanisms
    * Added support to checkpoint and restore BPF hash maps and array maps.
    * Initial cgroup2 support
    
    Signed-off-by: Andrei Vagin <[email protected]>
  • Loading...
  • Andrei Vagin committed 3 years ago
    f68da4a8
    1 parent 5a655e89
  • ■ ■ ■ ■ ■ ■
    Makefile.versions
    1 1  #
    2 2  # CRIU version.
    3 3  CRIU_VERSION_MAJOR := 3
    4  -CRIU_VERSION_MINOR := 14
     4 +CRIU_VERSION_MINOR := 15
    5 5  CRIU_VERSION_SUBLEVEL :=
    6 6  CRIU_VERSION_EXTRA :=
    7  -CRIU_VERSION_NAME := Platinum Peacock
     7 +CRIU_VERSION_NAME := Titanium Falcon
    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