mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-09 12:38:05 -05:00
Prep for release
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
Virtual Machine Manager News
|
||||
============================
|
||||
|
||||
Release 0.9.0 (July 26, 2011)
|
||||
-----------------------------
|
||||
- Use a hiding toolbar for fullscreen mode
|
||||
- Use libguestfs to show guest packagelist and more (Richard W.M. Jones)
|
||||
- Basic 'New VM' wizard support for LXC guests
|
||||
- Remote serial console access (with latest libvirt)
|
||||
- Remote URL guest installs (with latest libvirt)
|
||||
- Add Hardware: Support <filesystem> devices
|
||||
- Add Hardware: Support <smartcard> devices (Marc-André Lureau)
|
||||
- Enable direct interface selection for qemu/kvm (Gerhard Stenzel)
|
||||
- Allow viewing and changing disk serial number
|
||||
|
||||
Release 0.8.7 (March 24, 2011)
|
||||
------------------------------
|
||||
- Allow renaming an offline VM
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
|
||||
AC_INIT(virt-manager, 0.8.7)
|
||||
AC_INIT(virt-manager, 0.9.0)
|
||||
# Latest virtinst version required to run
|
||||
VIRTINST_VERSION="0.500.6"
|
||||
VIRTINST_VERSION="0.600.0"
|
||||
|
||||
AC_CONFIG_SRCDIR(src/virt-manager.py.in)
|
||||
dnl Make automake keep quiet about wildcards & other GNUmake-isms
|
||||
|
||||
+1387
-1017
File diff suppressed because it is too large
Load Diff
+1375
-1032
File diff suppressed because it is too large
Load Diff
+1353
-1044
File diff suppressed because it is too large
Load Diff
+1377
-1013
File diff suppressed because it is too large
Load Diff
+1363
-1026
File diff suppressed because it is too large
Load Diff
@@ -247,6 +247,17 @@ update-desktop-database -q %{_datadir}/applications
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 26 2011 Cole Robinson <crobinso@redhat.com> - 0.9.0-1
|
||||
- Use a hiding toolbar for fullscreen mode
|
||||
- Use libguestfs to show guest packagelist and more (Richard W.M. Jones)
|
||||
- Basic 'New VM' wizard support for LXC guests
|
||||
- Remote serial console access (with latest libvirt)
|
||||
- Remote URL guest installs (with latest libvirt)
|
||||
- Add Hardware: Support <filesystem> devices
|
||||
- Add Hardware: Support <smartcard> devices (Marc-André Lureau)
|
||||
- Enable direct interface selection for qemu/kvm (Gerhard Stenzel)
|
||||
- Allow viewing and changing disk serial number
|
||||
|
||||
* Thu Mar 24 2011 Cole Robinson <crobinso@redhat.com> - 0.8.7-1
|
||||
- Allow renaming an offline VM
|
||||
- Spice password support (Marc-André Lureau)
|
||||
|
||||
Reference in New Issue
Block a user