1
0
mirror of https://src.fedoraproject.org/rpms/virt-manager.git synced 2025-07-16 17:14:53 +00:00

Fix vcpu vs. maxvcpu UI (bz #1016318)

Fix app startup when run as root (bz #1016435)
Release serial console when details window is closed (bz #1016445)
Clarify snapshot VM state UI (bz #1016604)
Fix adding qemu-guest-agent by default (bz #1016613)
Fix first run app install (bz #1016825)
Fix error reporting if initrd fetch fails (bz #1017419)
Fix error reporting if app is run with no DISPLAY (bz #1021482)
Fix usage of install media in /home/crobinso (bz #1025355)
This commit is contained in:
Cole Robinson
2013-11-10 11:54:04 -05:00
parent c5cc51781f
commit 982ad4b832
2 changed files with 14 additions and 3 deletions

View File

@@ -1 +1 @@
80dcb1974254309e2d2506fe34c0f2a8 virt-manager-79196cdf.tar.gz
5c82294f7647ba14746a64c947c52b9f virt-manager-1ffcc0cc.tar.gz

View File

@@ -20,8 +20,8 @@
%define _version 0.10.0
%define _release 4
%define gitcommit 79196cdf
%define _release 5
%define gitcommit 1ffcc0cc
# This macro is used for the continuous automated builds. It just
# allows an extra fragment based on the timestamp to be appended
@@ -215,6 +215,17 @@ fi
%changelog
* Sun Nov 10 2013 Cole Robinson <crobinso@redhat.com> - 0.10.0-5.git1ffcc0cc
- Fix vcpu vs. maxvcpu UI (bz #1016318)
- Fix app startup when run as root (bz #1016435)
- Release serial console when details window is closed (bz #1016445)
- Clarify snapshot VM state UI (bz #1016604)
- Fix adding qemu-guest-agent by default (bz #1016613)
- Fix first run app install (bz #1016825)
- Fix error reporting if initrd fetch fails (bz #1017419)
- Fix error reporting if app is run with no DISPLAY (bz #1021482)
- Fix usage of install media in /home/crobinso (bz #1025355)
* Sun Oct 06 2013 Cole Robinson <crobinso@redhat.com> - 0.10.0-4.git79196cdf
- Fix cdrom ordering if added via 'customize' (bz #905439)
- Default to spice/qxl for virt-install (bz #911734)