From 9fec380c71df97a456dba7c9b748f4ffdfd9c277 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Tue, 30 Apr 2013 20:50:03 +0400 Subject: [PATCH] criu: Version 0.5 release This is lots-of-bug-fixes release -- many new people started playing with criu and reported a lot of issues with it. Other than this, we have several new features. First of all it's C/R of netlink sockets C/R (required for Fedora container dump) and pending signals. Next, we've changed the format of memory dumps. This allowed us to implement so called page server, that allows to send memory dumps directly on another box w/o intermediate dump file. Also this new format made it possible to implement the (not yet final) --snapshot option, that demonstrates the work of user memory changes tracker in the kernel. Signed-off-by: Pavel Emelyanov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b23002dee..c41f289a5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION_MAJOR := 0 -VERSION_MINOR := 4 +VERSION_MINOR := 5 VERSION_SUBLEVEL := VERSION_EXTRA := VERSION_NAME :=