Skip to content

Commit 9539d6d

Browse files
andreeafloresculauralt
authored andcommitted
release v0.4.0
For details about this release please check the CHANGELOG.md file. Signed-off-by: Andreea Florescu <fandree@amazon.com>
1 parent 5aac8bc commit 9539d6d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [v0.4.0]
2+
3+
## Fixed
4+
5+
- [[#66]](https://github.com/rust-vmm/linux-loader/issues/66) Fixed potential
6+
overflow in calls to `align_up`.
7+
8+
## Changed
9+
10+
- [[#62]](https://github.com/rust-vmm/linux-loader/issues/62) The
11+
`load_cmdline` function now takes as a parameter the crate defined
12+
`Cmdline` object instead of `Cstr`. This means that customers don't need to
13+
convert the object before calling into `load_cmdline`.
14+
- [[#83]](https://github.com/rust-vmm/linux-loader/issues/83) Updated the
15+
vm-memory dependency requirement to the latest version (0.6.0).
16+
17+
## Added
18+
19+
- [[#79]](https://github.com/rust-vmm/linux-loader/pull/79) Implemented
20+
`From<Cmdline>` for `Vec<u8>`. This replaces the obsolete `Into`
21+
implementation.
22+
123
# [v0.3.0]
224

325
## Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linux-loader"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Cathy Zhang <cathy.zhang@intel.com>"]
55
edition = "2018"
66
license = "Apache-2.0 AND BSD-3-Clause"

0 commit comments

Comments
 (0)