From 6063fdaf4089a824a57ef06d1babe204998e1128 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 16 Apr 2007 09:26:48 -0400 Subject: [PATCH] Update info for new release --- NEWS | 16 ++++++++++++++++ README | 4 ++-- configure.ac | 2 +- virt-manager.spec.in | 8 +++++++- 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 1da565706..3e7c27718 100644 --- a/NEWS +++ b/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 ------------- diff --git a/README b/README index e7579e631..a8f67da1f 100644 --- a/README +++ b/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 diff --git a/configure.ac b/configure.ac index 3f84c32c1..0bc8ef179 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/virt-manager.spec.in b/virt-manager.spec.in index 9ea2be671..cf569f14f 100644 --- a/virt-manager.spec.in +++ b/virt-manager.spec.in @@ -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 - 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 - 0.3.2-1 - Added online help to all windows - Bug fixes to virtual console popup, key grab & accelerator override