This repository was archived by the owner on Jan 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11 Virt Install News
22 =================
33
4+ Release 0.300.0
5+ ---------------
6+
7+ This release introduces the virt-image tool which provides the
8+ ability to create guests based on a pre-define image. The image
9+ provides metadata describing the required host virtualization
10+ capabilities, the recommend resource allocations and one or more
11+ pre-installed disk templates. From this is can instantiate new
12+ guests on any suitable hypervisor supported by libvirt. With
13+ the virt-install tool, all new fullyvirtualized guests now get
14+ a USB tablet device configured providing an easier to use pointer.
15+ Further improvements are made to input validation to catch user
16+ errors earlier. Use of the 'xm console' and 'vncviewer' external
17+ programs has been replaced with 'virsh console' and 'virt-viewer'
18+
419Release 0.200.0
520---------------
621
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ This library currently requires
1212
1313 libvirt >= 0.2.1
1414 python >= 2.4 / 2.5
15+ virt-viewer >= 0.0.1
1516
Original file line number Diff line number Diff line change @@ -60,6 +60,12 @@ rm -rf $RPM_BUILD_ROOT
6060%{_bindir }/virt-image
6161
6262%changelog
63+ * Wed Aug 29 2007 Daniel P. Berrange <berrange@redhat.com> - 0.300.0-1
64+ - Updated to 0.300.0
65+ - Added virt-image tool
66+ - Switched to calling virsh console and virt-viewer
67+ - Improved user input validation
68+
6369* Tue Jul 18 2007 Daniel P. Berrange <berrange@redhat.com> - 0.200.0-1
6470- Updated to 0.200.0
6571- Added virt-clone tool
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ def run(self):
109109 _install_data .run (self )
110110
111111setup (name = 'virtinst' ,
112- version = '0.200 .0' ,
112+ version = '0.300 .0' ,
113113 description = 'Virtual machine installation' ,
114114 author = 'Jeremy Katz' ,
115115 author_email = 'katzj@redhat.com' ,
You can’t perform that action at this time.
0 commit comments