Skip to content

Commit b6f80f7

Browse files
committed
NEWS: tag 1.8.5
Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent e634d97 commit b6f80f7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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.

0 commit comments

Comments
 (0)