Prep for release.

This commit is contained in:
Cole Robinson 2008-09-10 15:03:53 -04:00
parent b77e94646a
commit 710e468d7d
3 changed files with 1056 additions and 29 deletions

1060
ChangeLog

File diff suppressed because it is too large Load Diff

23
NEWS
View File

@ -1,6 +1,29 @@
Virtual Machine Manager News
============================
Release 0.6.0 (September 10th, 2008)
------------------------------------
This release includes:
- Remote storage management and provisioning: View, add, remove, and
provision libvirt managed storage. Attach managed storage to a
remote VM.
- Remote VM installation support: Install from managed media (cdrom)
or PXE. Simple install time storage provisioning.
- VM details and console windows merged: each VM is now represented by a
single tabbed window.
- Use Avahi to list libvirtd instances on network
- Hypervisor Autoconnect: Option to connect to hypervisor at virt-manager
start up.
- Option to add sound device emulation when creating new guests.
- Virtio and USB options when adding a disk device.
- Allow viewing and removing VM sound, serial, parallel, and console devices.
- Specifying a specific keymap when adding display device.
- Keep app running if manager window is closed by VM window is still open.
- Allow limiting amount of stored stats history
- Numerous bug fixes and minor improvements.
Release 0.5.4
-------------

View File

@ -1,5 +1,5 @@
AC_INIT(virt-manager, 0.5.4)
AC_INIT(virt-manager, 0.6.0)
AC_CONFIG_SRCDIR(src/virt-manager.py.in)
dnl Make automake keep quiet about wildcards & other GNUmake-isms
AM_INIT_AUTOMAKE([-Wno-portability])