Difference between revisions of "Download/criu/3.7"
Jump to navigation
Jump to search
(Created page with "{{Release|3.7}} <!-- NOTE: you can use {{Bug|123}} to link to a github issue --> === New features === === Improvements === === Bugfixes ===") |
|||
Line 3: | Line 3: | ||
=== New features === | === New features === | ||
+ | * Pipes usage [[statistics]] | ||
+ | * Run [[page server]] as non-daemon via [[RPC]] | ||
+ | * C/R of | ||
+ | ** SO_REUSEPORT option | ||
+ | ** IPv4-mapped inet [[sockets]] | ||
+ | ** Devices [[CGroups]] | ||
+ | ** Overmounted shared [[mountpoints]] | ||
=== Improvements === | === Improvements === | ||
+ | * Show criu and kernel versions in logs | ||
+ | * [[CRIT]] decodes socket families, protocols and types | ||
=== Bugfixes === | === Bugfixes === | ||
+ | * Files in <code>/proc/pid/map_file</code> could be opened by non-exiting name (with 0x prefix) and it was fixed in kernel | ||
+ | * CRIU log levels were used to configure logging for [[libsoccr]] thus breaking its logs | ||
+ | * Overflow in various IDs caused bad image names | ||
+ | * Compat (32bit) syscalls lost signedness in [[compel]] |
Revision as of 11:54, 19 December 2017
Tarball: | criu-3.7.tar.gz |
Version: | 3.7 "Vinyl Magpie" |
Released: | 19 Dec 2017 |
GIT tag: | v3.7 |
New features
- Pipes usage statistics
- Run page server as non-daemon via RPC
- C/R of
- SO_REUSEPORT option
- IPv4-mapped inet sockets
- Devices CGroups
- Overmounted shared mountpoints
Improvements
- Show criu and kernel versions in logs
- CRIT decodes socket families, protocols and types