Skip to content

Commit 8ca7c91

Browse files
committed
Prep for release 4.1.0
Signed-off-by: Cole Robinson <[email protected]>
1 parent 661408b commit 8ca7c91

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Virtual Machine Manager News
22

3+
## Release 4.1.0 (August 04, 2022)
4+
- Fix build with setuptools-61 (Peter Alfredsen, Miro Hrončok)
5+
- add UI and cli support for qemu-vdagent channel (Jonathon Jongsma)
6+
- cli: More --iothreads suboptions (Lin Ma)
7+
- launch_security: Use SEV-ES policy=0x07 if host supports it (Charles
8+
Arnold)
9+
- cli: Add support for URL query with disks (Martin Kletzander)
10+
311
## Release 4.0.0 (March 02, 2022)
412
- virt-install --os-variant/--osinfo is now a hard requirement for most
513
cases

data/virt-manager.appdata.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
</keywords>
4242
<content_rating type="oars-1.1"/>
4343
<releases>
44+
<release version="4.1.0" date="2022-08-04"/>
4445
<release version="4.0.0" date="2022-03-02"/>
4546
<release version="3.2.0" date="2020-11-14"/>
4647
<release version="3.1.0" date="2020-09-30"/>

virt-manager.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# End local config
88

99
Name: virt-manager
10-
Version: 4.0.0
10+
Version: 4.1.0
1111
Release: 1%{?dist}
1212
%global verrel %{version}-%{release}
1313

virtinst/buildconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def _get_param(name, default): # pragma: no cover
4545
return default
4646

4747

48-
__version__ = "4.0.0"
48+
__version__ = "4.1.0"
4949

5050

5151
class _BuildConfig(object):

0 commit comments

Comments
 (0)