mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Release 20.2 (bug fix release)
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
- [v20.2](#v202)
|
||||
- [v20.1](#v201)
|
||||
- [v20.0](#v200)
|
||||
- [Multiple PCI segments support](#multiple-pci-segments-support)
|
||||
@@ -177,6 +178,18 @@
|
||||
- [Unit testing](#unit-testing)
|
||||
- [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
|
||||
|
||||
This is a bug fix release. The following issues have been addressed:
|
||||
|
||||
Reference in New Issue
Block a user