Skip to content

Commit

Permalink
release v0.8.1
Browse files Browse the repository at this point in the history
Details in the CHANGELOG.md.

Signed-off-by: Bo Chen <[email protected]>
  • Loading branch information
likebreath authored and rbradford committed Dec 7, 2022
1 parent a44f152 commit e1dccdd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# [v0.8.1]

## Fixed

- [[#125]](https://github.com/rust-vmm/linux-loader/pull/125) The ELF
header contains offsets that the loader uses to find other
structures. If those offsets are beyond the end of the file (or would go
past the end of the file) it is essential to error out when attempting
to read those.

## Added
- Add a new criterion advisory to ignore list [`2580d4`](https://github.com/rust-vmm/linux-loader/commit/2580d45f741988468e9b086adbcadae7cc7433a5)

# [v0.8.0]

# Changed
## Changed

- Updated vm-memory from 0.9.0 to 0.10.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linux-loader"
version = "0.8.0"
version = "0.8.1"
authors = ["Cathy Zhang <[email protected]>"]
edition = "2021"
license = "Apache-2.0 AND BSD-3-Clause"
Expand Down

0 comments on commit e1dccdd

Please sign in to comment.