Difference between revisions of "Download/criu/1.6"
Jump to navigation
Jump to search
(Initial set of new stuff in 1.6) |
|||
Line 13: | Line 13: | ||
* Netdev and netns (all/default) confs C/R | * Netdev and netns (all/default) confs C/R | ||
* Images v1.1 with extra magic at head | * Images v1.1 with extra magic at head | ||
− | * Support | + | * Support fusectl (only ctl) mountpoint |
* Sub-version format is now as of git-describe | * Sub-version format is now as of git-describe | ||
+ | * Apparamor labels C/R support | ||
=== Optimizations === | === Optimizations === |
Revision as of 14:55, 8 May 2015
Tarball: | criu-1.6.tar.bz2 |
Version: | 1.6 |
Released: | 1 Jun 2015 |
GIT tag: | v1.6 |
New features
- PowerPC 64bit LE support
- Makefile.local for 3-rd party build rules
- Ability to "enable" filesystem on dump (--enable-fs)
- Ability to skip mountpoint on dump (--skip-mnt)
- Prepare to deprecate "criu show" command
- External mounts auto-detection
- External siblings resolving
- External sharing resolving
- /dev/tty (current terminal) support
- Netdev and netns (all/default) confs C/R
- Images v1.1 with extra magic at head
- Support fusectl (only ctl) mountpoint
- Sub-version format is now as of git-describe
- Apparamor labels C/R support
Optimizations
- Empty image files are not generated in image dir
- /proc/pid/fd/locks support for faster and non-intrusive locks dump
Fixes
- Cscope scanned symlinks on make tags
- Compilation with clang failed
- Improper PAGE_SIZE constant was used on Aarch64
- Selinux blocks attempt to inject parasite w/o any reasonable message
- Error code masked on some error paths
- O_APPEND files' changed size aborted restore
- Errno value could be overwritten by logging
- Mount namespace w/o /tmp could not be dumped
- Stats file generated in wrong dir sometimes
- MS_STRICTATIME mountpoint option was dropped on dump