Skip to content

Commit

Permalink
build: Release 20.2 (bug fix release)
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
  • Loading branch information
rbradford committed Jan 4, 2022
1 parent 868e566 commit 9f61c97
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cloud-hypervisor"
version = "20.1.0"
version = "20.2.0"
authors = ["The Cloud Hypervisor Authors"]
edition = "2018"
default-run = "cloud-hypervisor"
Expand Down
13 changes: 13 additions & 0 deletions release-notes.md
@@ -1,3 +1,4 @@
- [v20.2](#v202)
- [v20.1](#v201)
- [v20.0](#v200)
- [Multiple PCI segments support](#multiple-pci-segments-support)
Expand Down Expand Up @@ -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:
Expand Down
5 changes: 4 additions & 1 deletion rpm/cloud-hypervisor.spec
Expand Up @@ -9,7 +9,7 @@

Name: cloud-hypervisor
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}
License: ASL 2.0 or BSD-3-clause
Group: Applications/System
Expand Down Expand Up @@ -112,6 +112,9 @@ rm -rf %{buildroot}


%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
- Update to 20.1

Expand Down

0 comments on commit 9f61c97

Please sign in to comment.