File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
23
# [ v0.3.0]
2
24
3
25
## Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " linux-loader"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
authors = [" Cathy Zhang <cathy.zhang@intel.com>" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0 AND BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments