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.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+
413Release 0.300.0
514---------------
615
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+ * Tue Sep 25 2007 Daniel P. Berrange <berrange@redhat.com> - 0.300.1-1
64+ - Fixed default architecture on 32-bit
65+ - Fixed QEMU guest installs from remote architectures
66+ - Added support for PXE installs of fullyvirtualized guests
67+ - Fixed Fedora distro detection
68+
6369* Wed Aug 29 2007 Daniel P. Berrange <berrange@redhat.com> - 0.300.0-1
6470- Updated to 0.300.0
6571- Added virt-image 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.300.0 ' ,
112+ version = '0.300.1 ' ,
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