Skip to content

Commit 6d9bb0c

Browse files
stefano-garzarellaroypat
authored andcommitted
Prepare v0.15.0 release
This release mainly improve support for macOS/BSD systems for vhost-user supporting sock_ctrl_msg on POSIX and adding a cross platform event notification that uses EventFd when available or pipe(). Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
1 parent 804dde6 commit 6d9bb0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
## Upcoming
44

5-
-[[#245](https://github.com/rust-vmm/vmm-sys-util/pull/245)]: Make sock_ctrl_msg support unix.
5+
## v0.15.0
66

77
### Added
88

9+
- [[#245](https://github.com/rust-vmm/vmm-sys-util/pull/245)]: Make sock_ctrl_msg support non-linux unix platforms.
910
- [[#244](https://github.com/rust-vmm/vmm-sys-util/pull/244)]:
1011
- Impl `IntoRawFd` for `linux::eventfd::EventFd`.
1112
- Use `File::try_clone` to replace the original implementation of `EventFd::try_clone`.
1213
Some flags can now be propagated, like `CLOEXEC`.
1314
- Add `EventNotifier` and `EventConsumer` as a generic event notification
1415

15-
1616
## v0.14.0
1717

1818
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vmm-sys-util"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = ["Intel Virtualization Team <vmm-maintainers@intel.com>"]
55
description = "A system utility set"
66
repository = "https://github.com/rust-vmm/vmm-sys-util"

0 commit comments

Comments
 (0)