Difference between revisions of "Download/criu/2.9"

From CRIU
Jump to navigation Jump to search
Line 10: Line 10:
  
 
=== Fixes ===
 
=== Fixes ===
* C/R with [[CLI/opt/--empty-ns]] still handled iptables configuration
+
* C/R with {{Opt|--empty-ns}} still handled iptables configuration
 
* SCM messages inside UNIX socket got lost after C/R (now dump aborted)
 
* 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
 
* Empty unixsk.img file appeared when dumping tasks with '''no''' unix sockets
 
* Install procedure wasn't PEP-394 compliant
 
* Install procedure wasn't PEP-394 compliant

Revision as of 20:20, 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 --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