Difference between revisions of "Download/criu/3.12"

From CRIU
Jump to navigation Jump to search
Line 9: Line 9:
 
** IP RAW sockets
 
** IP RAW sockets
 
** lsm: dump and restore any SELinux process label
 
** lsm: dump and restore any SELinux process label
 +
** support restoring ghost files on readonly mounts
  
 
=== Bugfixes ===
 
=== Bugfixes ===
 
* Do not lock network if running in the host network namespace
 
* Do not lock network if running in the host network namespace
 
* Fix RPC configuration file handling
 
* Fix RPC configuration file handling
 +
* util: don't leak file descriprots to third-party tools
 +
* Many improvements and bug fixes in the libcriu
 +
* small fixes here and there
  
 
=== Improvements ===
 
=== Improvements ===
 
* travis: switch to the Ubuntu Xenial
 
* travis: switch to the Ubuntu Xenial
 +
* travis-ci: Enable ia32 tests

Revision as of 18:31, 20 April 2019

Tarball: criu-3.12.tar.gz
Version: 3.12 "Ice Penguin"
Released: 25 Apr 2019
GIT tag: v3.12

Ice penguin.jpg

New features

  • build CRIU with Android NDK
  • C/R of
    • IP RAW sockets
    • lsm: dump and restore any SELinux process label
    • support restoring ghost files on readonly mounts

Bugfixes

  • Do not lock network if running in the host network namespace
  • Fix RPC configuration file handling
  • util: don't leak file descriprots to third-party tools
  • Many improvements and bug fixes in the libcriu
  • small fixes here and there

Improvements

  • travis: switch to the Ubuntu Xenial
  • travis-ci: Enable ia32 tests