Skip to content

Commit

Permalink
release v0.4.0
Browse files Browse the repository at this point in the history
For details about this release please check the CHANGELOG.md file.

Signed-off-by: Andreea Florescu <fandree@amazon.com>
  • Loading branch information
andreeaflorescu authored and lauralt committed Sep 23, 2021
1 parent 5aac8bc commit 9539d6d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [v0.4.0]

## Fixed

- [[#66]](https://github.com/rust-vmm/linux-loader/issues/66) Fixed potential
overflow in calls to `align_up`.

## Changed

- [[#62]](https://github.com/rust-vmm/linux-loader/issues/62) The
`load_cmdline` function now takes as a parameter the crate defined
`Cmdline` object instead of `Cstr`. This means that customers don't need to
convert the object before calling into `load_cmdline`.
- [[#83]](https://github.com/rust-vmm/linux-loader/issues/83) Updated the
vm-memory dependency requirement to the latest version (0.6.0).

## Added

- [[#79]](https://github.com/rust-vmm/linux-loader/pull/79) Implemented
`From<Cmdline>` for `Vec<u8>`. This replaces the obsolete `Into`
implementation.

# [v0.3.0]

## Fixed
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.3.0"
version = "0.4.0"
authors = ["Cathy Zhang <cathy.zhang@intel.com>"]
edition = "2018"
license = "Apache-2.0 AND BSD-3-Clause"
Expand Down

0 comments on commit 9539d6d

Please sign in to comment.