~ubuntu-branches/ubuntu/quantal/virtinst/quantal-proposed

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-11-20 13:40:28 UTC
  • Revision ID: james.westby@ubuntu.com-20071120134028-rg0pjby0jc4mycks
Tags: upstream-0.300.1+hg20071120
ImportĀ upstreamĀ versionĀ 0.300.1+hg20071120

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
   Virt Install News
 
2
   =================
 
3
 
 
4
Release 0.300.1
 
5
---------------
 
6
 
 
7
This release fixes a couple of minor bugs. The detection of new
 
8
Fedora distros is fixed. The ability to PXE boot install fully
 
9
virtualized guests is enabled. Installation of QEMU guests from
 
10
remote ISO images is fixed. Choice of default architecture is
 
11
fixed on 32-bit.
 
12
 
 
13
Release 0.300.0
 
14
---------------
 
15
 
 
16
This release introduces the virt-image tool which provides the
 
17
ability to create guests based on a pre-define image. The image
 
18
provides metadata describing the required host virtualization
 
19
capabilities, the recommend resource allocations and one or more
 
20
pre-installed disk templates. From this is can instantiate new
 
21
guests on any suitable hypervisor supported by libvirt. With
 
22
the virt-install tool, all new fullyvirtualized guests now get
 
23
a USB tablet device configured providing an easier to use pointer.
 
24
Further improvements are made to input validation to catch user
 
25
errors earlier. Use of the 'xm console' and 'vncviewer' external
 
26
programs has been replaced with 'virsh console' and 'virt-viewer'
 
27
 
 
28
Release 0.200.0
 
29
---------------
 
30
 
 
31
This release introduces the virt-clone tool which provides the
 
32
ability to clone an existing inactive guest. The disk images
 
33
will be copied, new MAC address, UUID and name will be given to
 
34
the guest. Documentation is improved with the addition of manual
 
35
pages for both virt-install and virt-clone. Validation of input
 
36
parameters has been further enhanced, and re-factored to allow
 
37
sharing with virt-manager. The virt-install tool can be used to
 
38
boot live CD images, with or without underlying storage.
 
39
 
 
40
Release 0.103.0
 
41
---------------
 
42
 
 
43
This release has again focused on stablization and input
 
44
validation. UUIDs are now checked for syntactic correctness.
 
45
Fixed clashes with disk name & CDROM. Automatically reboot
 
46
Windows guest installs with CDROM still attached. The '-'
 
47
character is allowed in guest names. OS types /variants are
 
48
now specified using their short names. The way Red Hat distros
 
49
are detected is changed to be more robust, and cope with CentOS
 
50
and RHEL 5 tree layouts.
 
51
 
 
52
Release 0.102.0
 
53
---------------
 
54
 
 
55
This release has focused on stabilization & improved validation
 
56
of user inputs. MAC addresses, UUIDs are checked for uniqueness
 
57
wrt to other virtual machines. A few minor bug fixes to avoid
 
58
deprecated python features, and installation bugs are resolved.
 
59
 
 
60
Release 0.101.0
 
61
---------------
 
62
 
 
63
This release introduces the first support for provisioning
 
64
of QEMU / KVM virtual machines. This requires an updated
 
65
libvirt of at least 0.2.0 to enable the qemu driver. The
 
66
code for fetching bootable kernel/initrd images has been
 
67
refactored to facilitate porting to deal with other non
 
68
Fedora / RHEL operating systems. Prototype support for dealing
 
69
with SuSE paravirtualized installs is provided. The bootable
 
70
ISO image for fully virtualized installs can also be fetched
 
71
at runtime from an NFS/HTTP/FTP site, or equivalent initrd
 
72
and kernels for baremetal. A list of guest operating systems
 
73
is now maintained to enable virtual hardware configuration 
 
74
to be optimized to suit a particular guest OS.