Skip to content

Commit

Permalink
NEWS: tag 1.19.1
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Dec 17, 2024
1 parent 64deb62 commit 3e32a70
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
* crun-1.19.1

- linux: fix a hang if there are no reads from the tty. Use non
blocking sockets to read and write from the tty so that the "crun
exec" process doesn't hang when the terminal is not consuming any
data.
- linux: remove the workaround needed to mount a cgroup on top of
another cgroup mount. The workaround had the disadvantage to
temporarily leak a mount on the host. The alternative that is
currently used is to mount a temporary tmpfs between the two cgroup
mounts.

* crun-1.19

- wasm: add new handler wamr.
- criu: allow passing network lock method to libcriu
- criu: allow passing network lock method to libcriu.
- linux: honor exec cpu affinity mask.
- build: fix build with musl libc.
- crun: use mount API to self-clone.
Expand Down

0 comments on commit 3e32a70

Please sign in to comment.