From 2cd7408f83d39aa75452b27009c2d8e3137c37d22cef7f12630859701f52d533 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 2 Dec 2014 10:00:07 +0000 Subject: [PATCH] Accepting request 263711 from home:tiwai - update to version 1.4: New features: * Dump and check cpuinfo * Initial support for user namespaces * The docker_cr.sh script for Docker * New API for writing plugins (old one is still possible) * Service workers change their title to better look in ps output * Ability to feed socket for pre-dump and page-server in swrk mode * Page-server can auto-bind its port * Ability to perform several actions during one connection to RPC service * C/R of opened /proc/$pid/foo files of dead tasks * C/R of /dev/console * C/R of virtualized devtmpfs (openvz and future upstream kernels) * C/R of empty mqueue fs (posix message queues) * C/R of shared bind-mounts See more details at http://criu.org/Releases#v._1.4 OBS-URL: https://build.opensuse.org/request/show/263711 OBS-URL: https://build.opensuse.org/package/show/devel:tools/criu?expand=0&rev=17 --- criu-1.3.1.tar.bz2 | 3 --- criu-1.4.tar.bz2 | 3 +++ criu.changes | 19 +++++++++++++++++++ criu.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 criu-1.3.1.tar.bz2 create mode 100644 criu-1.4.tar.bz2 diff --git a/criu-1.3.1.tar.bz2 b/criu-1.3.1.tar.bz2 deleted file mode 100644 index 7b1ce36..0000000 --- a/criu-1.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c9017b64b4a63ee74cec104404c965459e13752726024a96a4ec11d331b07f9 -size 399588 diff --git a/criu-1.4.tar.bz2 b/criu-1.4.tar.bz2 new file mode 100644 index 0000000..c0d9902 --- /dev/null +++ b/criu-1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757347b3bfe824f93b9a5c98e60dfac5a73da978eb7ebd29d721dea496eaf789 +size 432735 diff --git a/criu.changes b/criu.changes index 0ee460c..3f78e08 100644 --- a/criu.changes +++ b/criu.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Dec 1 18:17:51 CET 2014 - tiwai@suse.de + +- update to version 1.4: New features: + * Dump and check cpuinfo + * Initial support for user namespaces + * The docker_cr.sh script for Docker + * New API for writing plugins (old one is still possible) + * Service workers change their title to better look in ps output + * Ability to feed socket for pre-dump and page-server in swrk mode + * Page-server can auto-bind its port + * Ability to perform several actions during one connection to RPC service + * C/R of opened /proc/$pid/foo files of dead tasks + * C/R of /dev/console + * C/R of virtualized devtmpfs (openvz and future upstream kernels) + * C/R of empty mqueue fs (posix message queues) + * C/R of shared bind-mounts + See more details at http://criu.org/Releases#v._1.4 + ------------------------------------------------------------------- Mon Sep 15 13:43:00 CEST 2014 - tiwai@suse.de diff --git a/criu.spec b/criu.spec index eccb589..cfc4cb1 100644 --- a/criu.spec +++ b/criu.spec @@ -16,9 +16,9 @@ # -%define package_version 1.3.1 +%define package_version 1.4 Name: criu -Version: 1.3.1 +Version: 1.4 Release: 0 Summary: Checkpoint/Restore In Userspace Tools License: GPL-2.0