Difference between revisions of "Download/criu/3.3"
Jump to navigation
Jump to search
(Created page with "{{Release|3.3}} <!-- NOTE: you can use {{Bug|123}} to link to a github issue --> === New features === === Optimizations/improvements === === Bugfixes === === Deprecation/R...") |
|||
Line 3: | Line 3: | ||
=== New features === | === New features === | ||
− | + | * Added {{Opt|--tcp-close}} option to drop all established [[TCP connection]]s | |
− | + | * Sparse [[Invisible files|ghost files]] supported (fixes {{Bug|230}} as side effect) | |
+ | * Option {{Opt|-v}} now has a long alias called {{Opt|--verbosity}} | ||
+ | * Criu build can now be reproducible | ||
=== Bugfixes === | === Bugfixes === | ||
− | + | * CRIU didn't compile with glibcs w/o the definition of SIGUNUSED | |
− | + | * Restoring files could race on 64bits | |
+ | * Restoring a mount in user-namespace could result in broken flags | ||
+ | * C/R on nodes with unified cgroup hierarchy hanged ({{Bug|252}}) | ||
+ | * ... | ||
+ | * Dumping of tasks with shmem implemented as tmpfs file could fail if the shmem was huge {{Bug|230}} |
Revision as of 18:38, 18 July 2017
Tarball: | criu-3.3.tar.gz |
Version: | 3.3 "Crystal Pelican" |
Released: | 18 Jul 2017 |
GIT tag: | v3.3 |
New features
- Added
--tcp-close
option to drop all established TCP connections - Sparse ghost files supported (fixes #230 as side effect)
- Option
-v
now has a long alias called--verbosity
- Criu build can now be reproducible
Bugfixes
- CRIU didn't compile with glibcs w/o the definition of SIGUNUSED
- Restoring files could race on 64bits
- Restoring a mount in user-namespace could result in broken flags
- C/R on nodes with unified cgroup hierarchy hanged (#252)
- ...
- Dumping of tasks with shmem implemented as tmpfs file could fail if the shmem was huge #230