Commit d81c9a46 authored by Pavel Emelyanov's avatar Pavel Emelyanov

criu: Version 0.2 release

The biggest acheivement since v0.1 -- initial support for LXC containers!

Other less notable (but still great) things done are:

* Implemented support for TTY-s
* Added support for packet sockets
* Bug-fix here and there

Note, that images generated by v0.1 tool are accepted by v0.2 one.
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 1de8adbf
...@@ -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 1 #define CRIU_VERSION_MINOR 2
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