| Line 1: |
Line 1: |
| − | {{Release|2.11|13 Feb 2016}} | + | {{Release|2.11}} |
| − | | |
| − | 730d374aed5e4747f275efca404f4fdf6205d134
| |
| | | | |
| | === New features === | | === New features === |
| | * Added "pre-resume" to [[action scripts]] | | * Added "pre-resume" to [[action scripts]] |
| − | * New {{Opt|--status-fd}} option for better control of [[CLI/opt/--daemon|daemons]] | + | * New {{Opt|--status-fd}} option for better control of [[page server]] |
| | * C/R | | * C/R |
| | ** OFD file locks | | ** OFD file locks |
| Line 16: |
Line 14: |
| | | | |
| | === Fixes === | | === Fixes === |
| − | * Regression: [[Download/criu/2.10]] got broken on ARM | + | * Regression: v2.10 was broken on ARM |
| | * Use-after-free when restoring [[invisible files|ghost directory]] | | * Use-after-free when restoring [[invisible files|ghost directory]] |
| | * Array out-of-bound access when restoring [[VETH device]] | | * Array out-of-bound access when restoring [[VETH device]] |
| | * [[Page server]] exit code could be screwed up | | * [[Page server]] exit code could be screwed up |
| | * Clang over-optimized string.h routines resulting in random crashes | | * Clang over-optimized string.h routines resulting in random crashes |
| − | * Parasite failed to send FDs via socket on Apline | + | * Parasite failed to send FDs via socket on Alpine Linux |
| | * Restore of huge file tables could get stuck | | * Restore of huge file tables could get stuck |
| | * Restore of epoll in epoll could fail | | * Restore of epoll in epoll could fail |
| Line 28: |
Line 26: |
| | * Restore of huge memory dumps (over 2G) failed | | * Restore of huge memory dumps (over 2G) failed |
| | * Installation guessed /lib vs /lib64 with errors | | * Installation guessed /lib vs /lib64 with errors |
| | + | * Migration between xsave and noxsave didn't work for wrong cpu feature being checked |