Skip to content

Commit

Permalink
Update CHANGES for release v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mato committed Oct 8, 2020
1 parent 54e6b8d commit d776b4a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.6.7 (2020-10-08)

Bug fixes:

* spt: Fix a bug where libseccomp's seccomp\_load() would cause the tender to
be killed by SIGSYS due to calling free(), which would under certain
conditions call sbrk(), which is not in our seccomp filter. Work around this
behaviour by exporting the generated BPF filter and loading it into the
kernel manually. (#479)
* Various improvements to the Xen bindings for use by MirageOS. (#480, #476).

## 0.6.6 (2020-07-21)

New features:
Expand Down

0 comments on commit d776b4a

Please sign in to comment.