Commit d721e9d4 authored by Pavel Emelyanov's avatar Pavel Emelyanov

criu: Version 0.3 release

This is mostly bugfix and improvements release.
Nonetheless, some new features exists, the most interesting are:

  * proper COW mappings handling
  * full packet sockets support, thus supporting the tcpdump tool
  * the --shell-job option, which makes it possible to dump apps
    launched from one shell and restore them in another

Some features are available with the custome kernel, but the good
news is that now _all_ of the patches we need are in one of the
-next trees or in the -mm one, and thus have good chances to get
merged in 3.8 (or soon after it).
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent a613842d
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#define CR_FD_PERM_DUMP (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) #define CR_FD_PERM_DUMP (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
#define CRIU_VERSION_MAJOR 0 #define CRIU_VERSION_MAJOR 0
#define CRIU_VERSION_MINOR 2 #define CRIU_VERSION_MINOR 3
enum { enum {
CR_FD_INVENTORY, CR_FD_INVENTORY,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment