From f107ee8f7acaf8d3bf2edcc355896a9072d4f7f3 Mon Sep 17 00:00:00 2001 From: Stefano Garzarella Date: Fri, 25 Oct 2024 14:27:21 +0200 Subject: [PATCH] vhost-user-backend: yank v0.16.0 release This version got yanked because the `gpu_socket` feature introduced in this release was causing problems (see [#265](https://github.com/rust-vmm/vhost/issues/265)). Starting with the next version (v0.16.1), the `gpu_socket` feature was removed. Signed-off-by: Stefano Garzarella --- vhost-user-backend/CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vhost-user-backend/CHANGELOG.md b/vhost-user-backend/CHANGELOG.md index f2a45b1..803cff8 100644 --- a/vhost-user-backend/CHANGELOG.md +++ b/vhost-user-backend/CHANGELOG.md @@ -15,7 +15,12 @@ ### Fixed - [[#267](https://github.com/rust-vmm/vhost/pull/267)] Fix feature unification issues with gpu-socket feature. -## v0.16.0 +## v0.16.0 - yanked + +This version got yanked because the `gpu_socket` feature introduced in this +release was causing problems +(see [#265](https://github.com/rust-vmm/vhost/issues/265)). +Starting with the next version (v0.16.1), the `gpu_socket` feature was removed. ### Added - [[#241]](https://github.com/rust-vmm/vhost/pull/241) Add shared objects support