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

Commit 3712914

Browse files
committed
Bump release.
1 parent de03ac2 commit 3712914

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Virt Install News
22
=================
33

4+
Release 0.400.2 (March 3, 2009)
5+
-------------------------------
6+
7+
- New virt-clone option --original-xml, allows cloning a guest from
8+
an xml file, rather than require an existing, defined guest.
9+
- New virt-install option --import, allows creating a guest from an
10+
existing disk image, bypassing any OS install phase.
11+
- New virt-install option --host-device, for connecting a physical
12+
host device to the guest.
13+
- Allow specifying 'cache' value via virt-install's --disk options
14+
(Ben Kochie)
15+
- New virt-install option --nonetworks (John Levon)
16+
- Lots of backend cleanups and documentation improvements.
17+
418
Release 0.400.1 (January 26, 2009)
519
----------------------------------
620

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
locale = None
2020
builddir = None
2121

22-
VERSION="0.400.1"
22+
VERSION="0.400.2"
2323

2424
class TestBaseCommand(Command):
2525

0 commit comments

Comments
 (0)