Difference between revisions of "Download/criu/3.13"

From CRIU
Jump to navigation Jump to search
(created)
 
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
       Use {{Bug|123}} to link to a github issue
 
       Use {{Bug|123}} to link to a github issue
 
-->
 
-->
<!-- rough template for this page REMOVE THIS LINE
+
[[Image:hummingbird.png|400px|right]]
[[Image:heron.png|400px|right]]
 
 
{{Release|3.13}}
 
{{Release|3.13}}
  
 
=== New features ===
 
=== New features ===
 +
* vdso: arm32 support
 +
* Add TLS support
 +
* cgroup: Add "ignore" mode for --manage-cgroups
 +
* sk-inet: restore SO_BROADCAST option
  
 
=== Bugfixes ===
 
=== Bugfixes ===
 +
* inotify: cleanup auxiliary events from queue
 +
* Fix memory and resource leaks
 +
* lazy-pages: fix stack detection
  
 
=== Improvements ===
 
=== Improvements ===
 
+
* vdso: Use gettimeofday() from vdso for timings
=== Deprecation ===
+
* py: Reformat everything into pep8 style
* this one is optional
 
 
 
REMOVE THIS LINE TOO -->
 

Revision as of 22:57, 8 September 2019

Hummingbird.png
Tarball: criu-3.13.tar.gz
Version: 3.13 "Silicon Willet"
Released: 11 Sep 2019
GIT tag: v3.13

New features

  • vdso: arm32 support
  • Add TLS support
  • cgroup: Add "ignore" mode for --manage-cgroups
  • sk-inet: restore SO_BROADCAST option

Bugfixes

  • inotify: cleanup auxiliary events from queue
  • Fix memory and resource leaks
  • lazy-pages: fix stack detection

Improvements

  • vdso: Use gettimeofday() from vdso for timings
  • py: Reformat everything into pep8 style