Difference between revisions of "Download/criu/3.13"

(added willet image)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
[[Image:Willet.png|200px|right]]
 
<!--
 
<!--
 
       **** FOR STEPS NEEDED TO MAKE A RELEASE, SEE https://criu.org/Releasing
 
       **** FOR STEPS NEEDED TO MAKE A RELEASE, SEE https://criu.org/Releasing
 
       Use {{Bug|123}} to link to a github issue
 
       Use {{Bug|123}} to link to a github issue
 
-->
 
-->
[[Image:hummingbird.png|400px|right]]
+
[[Image:Willet_texas_april2003_1_1280.png|400px|right]]
 
{{Release|3.13}}
 
{{Release|3.13}}
  
 
=== New features ===
 
=== New features ===
* vdso: arm32 support
+
* VDSO: arm32 support
* Add TLS support
+
* Add TLS support for [[page server]] communications
 +
* "Ignore" mode for {{Opt|--manage-cgroups}}
 +
* Restore SO_BROADCAST option for inet [[sockets]]
  
 
=== Bugfixes ===
 
=== Bugfixes ===
* inotify: cleanup auxiliary events from queue
+
* Auxiliary events were left in inotify queues
* Fix memory and resource leaks
+
* Lazy-pages daemon didn't detect stack pages and surrounders properly and marked them as "lazy"
 +
* Memory and resource leakage fixes detected by coverity, cppcheck and clang
  
 
=== Improvements ===
 
=== Improvements ===
* vdso: Use gettimeofday() from vdso for timings
+
* Use gettimeofday() directly from vdso for restore timings
 +
* Reformat all .py code into pep8 style

Latest revision as of 00:03, 4 November 2020

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

New featuresEdit

BugfixesEdit

  • Auxiliary events were left in inotify queues
  • Lazy-pages daemon didn't detect stack pages and surrounders properly and marked them as "lazy"
  • Memory and resource leakage fixes detected by coverity, cppcheck and clang

ImprovementsEdit

  • Use gettimeofday() directly from vdso for restore timings
  • Reformat all .py code into pep8 style