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

Commit 5ee0fbf

Browse files
committed
Prep for release 0.300.0
1 parent b6b4d0c commit 5ee0fbf

4 files changed

Lines changed: 23 additions & 1 deletion

File tree

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
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+
419
Release 0.200.0
520
---------------
621

README

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

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+
* 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

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

0 commit comments

Comments
 (0)