File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ * crun-1.8.5
2+
3+ - scheduler: use definition from the OCI configuration file instead of the custom
4+ label that is now dropped and not supported anymore.
5+ - cgroup: fix creating cgroup under "domain threaded".
6+ - cgroup, systemd: set the memory limit on the system scope.
7+ - restore tty settings from the correct file descriptor. It was previously
8+ restoring the settings from the wrong file descriptor causing the tty settings
9+ to be changed on the calling terminal.
10+ - criu: check if the criu_join_ns_add function exists. Fix a segfault with new
11+ versions of CRIU.
12+ - linux: do not precreate devs with euid > 0. Fix creating devices when running
13+ the OCI runtime as non root user.
14+ - linux: improve PID detection on systems that lack pidfd. While there is still a
15+ window of time that the PID could be recycled, now it is now reduced to a minimum.
16+ - criu: fix memory leak.
17+ - logging: improve error message when dlopen fails.
18+
119* crun-1.8.4
220
321- fix build on CentOS 7.
You can’t perform that action at this time.
0 commit comments