Update info for new release
This commit is contained in:
parent
0b8f973545
commit
6063fdaf40
16
NEWS
16
NEWS
|
@ -1,6 +1,22 @@
|
|||
Virtual Machine Manager News
|
||||
============================
|
||||
|
||||
Release 0.4.0
|
||||
-------------
|
||||
|
||||
This release introduces major new functionality. There is new UI for the
|
||||
creation & management of virtual networks using the new libvirt networking
|
||||
APIs. The guest creation wizard can now attach VMs to a virtual network or
|
||||
shared physical devices. The initial connection dialog is no longer shown,
|
||||
either a QEMU or Xen connection is automatically opened based on host kernel
|
||||
capabilities. For existing guests there is support for the addition and
|
||||
removal of both disk & network devices (hot-add/remove too if supported by
|
||||
the virtualization platform being used - eg Xen paravirt). The keymap for
|
||||
guest VNC server is automatically set based on the local keymap to assist
|
||||
people using non-English keyboard layouts. There is improved error reporting
|
||||
for a number of critical operations such as starting guests / connecting
|
||||
to the hypervisor.
|
||||
|
||||
Release 0.3.2
|
||||
-------------
|
||||
|
||||
|
|
4
README
4
README
|
@ -28,13 +28,13 @@ please report any success to the mailing lists
|
|||
python >= 2.4
|
||||
pygtk2 >= 1.99.12-6
|
||||
gnome-python2-gconf >= 1.99.11-7
|
||||
libvirt-python >= 0.2.0
|
||||
libvirt-python >= 0.2.1
|
||||
dbus-python >= 0.61
|
||||
gnome-keyring >= 0.4.9
|
||||
gnome-python-desktop >= 2.15.4
|
||||
libxml2-python >= 2.6.23
|
||||
vte >= 0.12.2
|
||||
python-virtinst >= 0.101.0
|
||||
python-virtinst >= 0.103.0
|
||||
|
||||
The latter is available from
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
AC_INIT(virt-manager.spec.in)
|
||||
AM_INIT_AUTOMAKE(virt-manager, 0.3.2)
|
||||
AM_INIT_AUTOMAKE(virt-manager, 0.4.0)
|
||||
|
||||
AC_PROG_CC
|
||||
AC_PROG_LIBTOOL
|
||||
|
|
|
@ -35,7 +35,7 @@ Requires: gnome-python2-gnomevfs >= 2.15.4
|
|||
# Minimum we've tested with
|
||||
Requires: libxml2-python >= 2.6.23
|
||||
# Required to install Xen & QEMU guests
|
||||
Requires: python-virtinst >= 0.101.0
|
||||
Requires: python-virtinst >= 0.103.0
|
||||
# Required for loading the glade UI
|
||||
Requires: pygtk2-libglade
|
||||
# Required for our graphics which are currently SVG format
|
||||
|
@ -139,6 +139,12 @@ fi
|
|||
%{_datadir}/dbus-1/services/%{name}.service
|
||||
|
||||
%changelog
|
||||
* Mon Apr 16 2007 Daniel P. Berrange <berrange@redhat.com> - 0.4.0-1
|
||||
- Support for managing virtual networks
|
||||
- Ability to attach guest to virtual networks
|
||||
- Automatically set VNC keymap based on local keymap
|
||||
- Support for disk & network device addition/removal
|
||||
|
||||
* Tue Mar 20 2007 Daniel P. Berrange <berrange@redhat.com> - 0.3.2-1
|
||||
- Added online help to all windows
|
||||
- Bug fixes to virtual console popup, key grab & accelerator override
|
||||
|
|
Loading…
Reference in New Issue