diff --git a/criu-2.0.tar.bz2 b/criu-2.0.tar.bz2 deleted file mode 100644 index e0b55cc..0000000 --- a/criu-2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e80726cc54f74751ae6f63a5b0cf9a2882ffc3fd2aa11b311da0384635d418ff -size 548581 diff --git a/criu-2.1.tar.bz2 b/criu-2.1.tar.bz2 new file mode 100644 index 0000000..1a6eb5c --- /dev/null +++ b/criu-2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a9fe6f2858a3086e652e17ffb85174f72cf19e87e776fc5ddab66013f16d4c4 +size 556820 diff --git a/criu.changes b/criu.changes index d28546f..cc607e7 100644 --- a/criu.changes +++ b/criu.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Tue Apr 12 16:35:06 CEST 2016 - tiwai@suse.de + +- Update to criu 2.1: + New features: + * Checking now classifies features to important/extra/experimental + * Ability to bring some disk files into images. + * C/R of Completed AIO requests and fallback gre and gretap net + devices + Optimizations/improvements: + * Code coverage collecting now works + * Use native rtnl library for netlink messages processing + * Using --output - now results in stdout as log, not a file with + the name "-" + * Signals are printed by names in logs + Fixes: + * Make tar generated tarbal with bad name + * CG restore code lacked rollback in some places + * Error code from raw syscalls was treated with errors resulting + in wrong criu check reports + * Dumping task with HUGE amount of file descriptors failed + * Task could be stopped after pre-dump if respective option was used + * A /proc/pid directory from dead process conflicting with a new + alive one could cause dump to fail + * Zombie from alien session/process group caused restore to fail + * CGroup fs was wrongly mounted in CGNS on restore + * Irmap scan was mis-checking devices numbers + * Use-after-free in irmap scan + * Btrfs bindmounts detection was mistaken due to 'subvol=' options + met + * Propagation of mountpoint's shared groups was lost for + propagated mounts + * Unaligned allocations of restore shared memory could result in + codedumps when used by futexes + * Temporary mountpoints could result in spurious propagations + * When aborting the dump criu could crash on use-after-free objects + * Locking the network could stuck doing the DNS resolve + * Several build fixes + Deprecated/removed + * The images from criu prior to 0.4 are deprecated + * The --namespaces option makes no sense and is also deprecated + * The --ms option for check action is deprecated + ------------------------------------------------------------------- Wed Mar 9 20:43:04 CET 2016 - tiwai@suse.de diff --git a/criu.spec b/criu.spec index cbde8ac..938b871 100644 --- a/criu.spec +++ b/criu.spec @@ -16,9 +16,9 @@ # -%define package_version 2.0 +%define package_version 2.1 Name: criu -Version: 2.0 +Version: 2.1 Release: 0 Summary: Checkpoint/Restore In Userspace Tools License: GPL-2.0