Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit f04ece0

Browse files
committed
Bump to 0.300.1 release
1 parent 1e57093 commit f04ece0

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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+
413
Release 0.300.0
514
---------------
615

python-virtinst.spec.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def run(self):
109109
_install_data.run(self)
110110

111111
setup(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',

0 commit comments

Comments
 (0)