File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ # v0.2.0
2+
3+ ## Added
4+ - [[ #34 ] ( https://github.com/rust-vmm/vm-fdt/pull/34 )] Implemented the ` Error `
5+ trait for the errors defined in vm-fdt.
6+ - [[ #41 ] ( https://github.com/rust-vmm/vm-fdt/pull/41 )] The threat model
7+ documentation is now available in the README.md.
8+ - [[ #37 ] ( https://github.com/rust-vmm/vm-fdt/issues/37 )] Added
9+ ` property_phandle ` which is checking values for uniqueness.
10+
11+ ## Fixed
12+ - [[ #32 ] ( https://github.com/rust-vmm/vm-fdt/issues/32 )] Validate that node
13+ names are following the specification.
14+ - [[ #46 ] ( https://github.com/rust-vmm/vm-fdt/pull/46 )] Fix potential overflow
15+ in ` FdtWriter::begin_node() ` .
16+
117# v0.1.0
218
319This is the first release of vm-fdt.
Original file line number Diff line number Diff line change 11[package ]
22name = " vm-fdt"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " Crate for writing Flattened Devicetree blobs"
55authors = [" The Chromium OS Authors" ]
66license = " Apache-2.0 OR BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments