Skip to content

Commit 5258456

Browse files
vireshkjiangliu
authored andcommitted
Prepare for release v0.12.1
This fixes a critical issue with the Xen implementation. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent bb65191 commit 5258456

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Changelog
2+
## [Unreleased]
3+
4+
### Added
5+
6+
### Changed
7+
8+
### Fixed
9+
10+
### Deprecated
11+
12+
## [v0.12.1]
13+
14+
### Fixed
15+
- [[#241]](https://github.com/rust-vmm/vm-memory/pull/245) mmap_xen: Don't drop
16+
the FileOffset while in use #245
217

318
## [v0.12.0]
419

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vm-memory"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
description = "Safe abstractions for accessing the VM physical memory"
55
keywords = ["memory"]
66
categories = ["memory-management"]

0 commit comments

Comments
 (0)