File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
## [ Unreleased]
3
3
4
+ ## [ v0.9.0]
5
+
6
+ ### Fixed
7
+
8
+ - [[ #195 ]] ( https://github.com/rust-vmm/vm-memory/issues/195 ) :
9
+ ` mmap::check_file_offset ` is doing the correct size validation for block and
10
+ char devices as well.
11
+
12
+ ### Changed
13
+
14
+ - [[ #198 ]] ( https://github.com/rust-vmm/vm-memory/pull/198 ) : atomic: enable 64
15
+ bit atomics on ppc64le and s390x.
16
+ - [[ #200 ]] ( https://github.com/rust-vmm/vm-memory/pull/200 ) : docs: enable all
17
+ features in ` docs.rs ` .
18
+ - [[ #199 ]] ( https://github.com/rust-vmm/vm-memory/issues/199 ) : Update the way
19
+ the dependencies are pulled such that we don't end up with incompatible
20
+ versions.
21
+
4
22
## [ v0.8.0]
5
23
6
24
### Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " vm-memory"
3
- version = " 0.8 .0"
3
+ version = " 0.9 .0"
4
4
description = " Safe abstractions for accessing the VM physical memory"
5
5
keywords = [" memory" ]
6
6
categories = [" memory-management" ]
You can’t perform that action at this time.
0 commit comments