mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
build: Release 20.2 (bug fix release)
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
868e566c08
commit
9f61c97e2b
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -186,7 +186,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cloud-hypervisor"
|
name = "cloud-hypervisor"
|
||||||
version = "20.1.0"
|
version = "20.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"api_client",
|
"api_client",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cloud-hypervisor"
|
name = "cloud-hypervisor"
|
||||||
version = "20.1.0"
|
version = "20.2.0"
|
||||||
authors = ["The Cloud Hypervisor Authors"]
|
authors = ["The Cloud Hypervisor Authors"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
default-run = "cloud-hypervisor"
|
default-run = "cloud-hypervisor"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
- [v20.2](#v202)
|
||||||
- [v20.1](#v201)
|
- [v20.1](#v201)
|
||||||
- [v20.0](#v200)
|
- [v20.0](#v200)
|
||||||
- [Multiple PCI segments support](#multiple-pci-segments-support)
|
- [Multiple PCI segments support](#multiple-pci-segments-support)
|
||||||
@ -177,6 +178,18 @@
|
|||||||
- [Unit testing](#unit-testing)
|
- [Unit testing](#unit-testing)
|
||||||
- [Integration tests parallelization](#integration-tests-parallelization)
|
- [Integration tests parallelization](#integration-tests-parallelization)
|
||||||
|
|
||||||
|
|
||||||
|
# v20.2
|
||||||
|
|
||||||
|
This is a bug fix release. The following issues have been addressed:
|
||||||
|
|
||||||
|
* Don't error out when setting up the SIGWINCH handler (for console resize)
|
||||||
|
when this fails due to older kernel (#3456)
|
||||||
|
* Seccomp rules were refined to remove syscalls that are now unused
|
||||||
|
* Fix reboot on older host kernels when SIGWINCH handler was not initialised
|
||||||
|
(#3496)
|
||||||
|
* Fix virtio-vsock blocking issue (#3497)
|
||||||
|
|
||||||
# v20.1
|
# v20.1
|
||||||
|
|
||||||
This is a bug fix release. The following issues have been addressed:
|
This is a bug fix release. The following issues have been addressed:
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: cloud-hypervisor
|
Name: cloud-hypervisor
|
||||||
Summary: Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that runs on top of KVM.
|
Summary: Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that runs on top of KVM.
|
||||||
Version: 20.1
|
Version: 20.2
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
License: ASL 2.0 or BSD-3-clause
|
License: ASL 2.0 or BSD-3-clause
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -112,6 +112,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 04 2022 Rob Bradford <robert.bradford@intel.com> 20.2-0
|
||||||
|
- Update to 20.2
|
||||||
|
|
||||||
* Mon Dec 13 2021 Rob Bradford <robert.bradford@intel.com> 20.1-0
|
* Mon Dec 13 2021 Rob Bradford <robert.bradford@intel.com> 20.1-0
|
||||||
- Update to 20.1
|
- Update to 20.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user