Skip to content

Commit

Permalink
Merge pull request containers#1626 from giuseppe/tag-1.19.1
Browse files Browse the repository at this point in the history
NEWS: tag 1.19.1
  • Loading branch information
giuseppe authored Dec 17, 2024
2 parents 64deb62 + 3e32a70 commit a48818a
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 a48818a

Please sign in to comment.