Rebased to version 1.4.3

Improve install of debian/ubuntu non-x86 media (Viktor Mihajlovski, Andrew Wong)
New virt-install --graphics listen.* (Pavel Hrdina)
New virt-install --disk snapshot_policy= (Pavel Hrdina)
New virt-install --cpu cache.* (Lin Ma)
Several bug fixes
This commit is contained in:
Cole Robinson 2017-09-19 20:13:36 -04:00
parent 9f629b5d39
commit 20630e480c
2 changed files with 11 additions and 2 deletions

View File

@ -1 +1 @@
SHA512 (virt-manager-1.4.2.tar.gz) = df154a5dc2724e03f8e0b1646a39c4284fb5f38a4326b6ef42f4e1efc16187164c1b5259608bac366860fe6707e2134e8729228f6cf4d6cd9eca4b0edc01a53e
SHA512 (virt-manager-1.4.3.tar.gz) = 007f125503fc2c774beefc8047ca2c36aa7177af40d9bc78fa3448fd50d4d35abd4a1dbbf761a8cd538fdf6541eba46c2cd019ba3ff0c7e29b1944d873b74274

View File

@ -19,7 +19,7 @@
# End local config
Name: virt-manager
Version: 1.4.2
Version: 1.4.3
Release: 1%{?dist}
%global verrel %{version}-%{release}
@ -230,6 +230,15 @@ fi
%changelog
* Tue Sep 19 2017 Cole Robinson <crobinso@redhat.com> - 1.4.3-1
- Rebased to version 1.4.3
- Improve install of debian/ubuntu non-x86 media (Viktor Mihajlovski, Andrew
Wong)
- New virt-install --graphics listen.* (Pavel Hrdina)
- New virt-install --disk snapshot_policy= (Pavel Hrdina)
- New virt-install --cpu cache.* (Lin Ma)
- Several bug fixes
* Wed Aug 09 2017 Cole Robinson <crobinso@redhat.com> - 1.4.2-1
- Rebased to version 1.4.2
- New VM wixard virt-bootstrap integration (Radostin Stoyanov)