Difference between revisions of "Download/criu/2.9"
Jump to navigation
Jump to search
(→Fixes) |
|||
Line 1: | Line 1: | ||
{{Release|2.9|12 Dec 2016|Silk Tit}} | {{Release|2.9|12 Dec 2016|Silk Tit}} | ||
+ | |||
+ | 26ccb06a745ff9c0b5b502424e8ddd48181ff5d3 | ||
=== New features === | === New features === | ||
+ | * CRIU can now be built with clang on all supported architectures | ||
=== Optimizations/improvements === | === Optimizations/improvements === | ||
+ | * Batch restore of memory contents from pages.img files | ||
=== Fixes === | === Fixes === | ||
* C/R with [[CLI/opt/--empty-ns]] still handled iptables configuration | * C/R with [[CLI/opt/--empty-ns]] still handled iptables configuration | ||
+ | * SCM messages inside UNIX socket got lost after C/R (now dump aborted) | ||
+ | * Empty unixsk.img file appeared when dumping tasks with '''no''' unix sockets | ||
+ | * Install procedure wasn't PEP-394 compliant |
Revision as of 20:19, 5 December 2016
Tarball: | criu-2.9.tar.bz2 |
Version: | 2.9 "Silk Tit" |
Released: | 12 Dec 2016 |
GIT tag: | v2.9 |
26ccb06a745ff9c0b5b502424e8ddd48181ff5d3
New features
- CRIU can now be built with clang on all supported architectures
Optimizations/improvements
- Batch restore of memory contents from pages.img files
Fixes
- C/R with CLI/opt/--empty-ns still handled iptables configuration
- SCM messages inside UNIX socket got lost after C/R (now dump aborted)
- Empty unixsk.img file appeared when dumping tasks with no unix sockets
- Install procedure wasn't PEP-394 compliant