Projects STRLCPY criu Commits b0b9a970
🤬
  • criu: Version 3.3

    Most of the changes this time are preparation for future
    new features and optimizations, that hasn't yet been well
    tested and polished.
    
    However, we have several new features. The most important
    one is the --tcp-close option to help migration of Docker
    containers, that constantly change their IP address.
    
    And, as usually, a set of bugfixes.
    
    Signed-off-by: Pavel Emelyanov <[email protected]>
  • Loading...
  • Pavel Emelyanov committed 7 years ago
    b0b9a970
    1 parent 245b4b36
  • ■ ■ ■ ■ ■ ■
    Makefile.versions
    1 1  #
    2 2  # CRIU version.
    3 3  CRIU_VERSION_MAJOR := 3
    4  -CRIU_VERSION_MINOR := 2
    5  -CRIU_VERSION_SUBLEVEL := 1
     4 +CRIU_VERSION_MINOR := 3
     5 +CRIU_VERSION_SUBLEVEL :=
    6 6  CRIU_VERSION_EXTRA :=
    7  -CRIU_VERSION_NAME := Tin Hoopoe
     7 +CRIU_VERSION_NAME := Crystal Pelican
    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