Difference between revisions of "Download/criu/3.10"

From CRIU
Jump to navigation Jump to search
(Prepare to write 3.10 changelog)
 
Line 3: Line 3:
  
 
=== New features ===
 
=== New features ===
 
+
* Support Python3 in [[ZDTM]] and [[CRIT]]
 
+
* Keep names for UNIX sockets, that are unlinked from the FS
=== Improvements ===
+
* IPVv6 support for [[page server]]
 
+
* C/R of
 +
** Per-thread seccomp chains
  
 
=== Bugfixes ===
 
=== Bugfixes ===
 +
* Failed non-container restore could kill random task on the host
 +
* Failure to dump namespaces was erroneously ignored
 +
* [[CRIT]] didn't show cpuinfo image file
 +
* Tasks that got PID-reuse couldn't be dumped iteratively because previous images were missing

Revision as of 17:07, 9 July 2018

Tarball: criu-3.10.tar.gz
Version: 3.10 "Granite Eagle"
Released: 10 Jul 2018
GIT tag: v3.10

New features

  • Support Python3 in ZDTM and CRIT
  • Keep names for UNIX sockets, that are unlinked from the FS
  • IPVv6 support for page server
  • C/R of
    • Per-thread seccomp chains

Bugfixes

  • Failed non-container restore could kill random task on the host
  • Failure to dump namespaces was erroneously ignored
  • CRIT didn't show cpuinfo image file
  • Tasks that got PID-reuse couldn't be dumped iteratively because previous images were missing