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

Commit 85bf271

Browse files
committed
Prep for 0.300.2 release
1 parent e14a43a commit 85bf271

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

python-virtinst.spec.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ rm -rf $RPM_BUILD_ROOT
6161
%{_bindir}/virt-image
6262

6363
%changelog
64+
* Thu Jan 10 2008 Daniel P. Berrange <berrange@redhat.com> - 0.300.2-1
65+
- Escape paths in XML
66+
- Add --cpuset to pin vCPUs at install time
67+
- Automatically set windows guests to localtime
68+
- Improved input validation
69+
- Fix virt-image bugs
70+
6471
* Tue Sep 25 2007 Daniel P. Berrange <berrange@redhat.com> - 0.300.1-1
6572
- Fixed default architecture on 32-bit
6673
- Fixed QEMU guest installs from remote architectures

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.1',
112+
version='0.300.2',
113113
description='Virtual machine installation',
114114
author='Jeremy Katz',
115115
author_email='katzj@redhat.com',

0 commit comments

Comments
 (0)