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

Commit 17f4c68

Browse files
committed
Update NEWS, ChangeLog, version #
1 parent 32340a7 commit 17f4c68

3 files changed

Lines changed: 74 additions & 3 deletions

File tree

ChangeLog

Lines changed: 63 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,73 @@
1+
2009-03-09 Cole Robinson <crobinso@redhat.com>
2+
3+
* man/en/virt-install.1, po/fr.po, po/it.po, po/ja.po, po/pl.po,
4+
po/pt_BR.po, po/sr.po, po/sr@latin.po, po/virtinst.pot, po/zh_CN.po:
5+
Update translations.
6+
[d89edf29dbb0] [tip]
7+
8+
2009-03-08 Cole Robinson <crobinso@redhat.com>
9+
10+
* virtinst/NodeDeviceParser.py:
11+
Add pretty_name function to NodeDeviceParser classes.
12+
[95145b423854]
13+
14+
* virtinst/NodeDeviceParser.py:
15+
Remove unimplemented NodeDeviceParser method.
16+
[52daff67ed09]
17+
18+
2009-03-07 Cole Robinson <crobinso@redhat.com>
19+
20+
* virtinst/DistroInstaller.py, virtinst/OSDistro.py:
21+
Set Guest.os_variant if detect from install media (and user doesn't
22+
override).
23+
[c15ecfb17227]
24+
25+
* virtinst/Guest.py:
26+
Default to vcpus=1 on Guest init.
27+
[1415f655bb04]
28+
29+
* virtinst/DistroInstaller.py:
30+
Don't override os_type from install media if it was manually set by
31+
the user.
32+
[fa15b5e5d82a]
33+
34+
* virtinst/Guest.py:
35+
Don't invalidate os_variant if os_type value doesn't change.
36+
[1842b7b829ee]
37+
38+
2009-03-05 Cole Robinson <crobinso@redhat.com>
39+
40+
* virt-install:
41+
Fix using virt-install --file (it's outright broken)
42+
[eae3579380dd]
43+
44+
* virtinst/DistroInstaller.py:
45+
Remove debugging print message.
46+
[8a1d27ec3458]
47+
48+
2009-03-04 Cole Robinson <crobinso@redhat.com>
49+
50+
* po/pl.po:
51+
Updated polish translations.
52+
[8adf5b7ab1bf]
53+
154
2009-03-03 Cole Robinson <crobinso@redhat.com>
255

56+
* .hgtags:
57+
Added tag virtinst-0_400_2 for changeset 4a0ffbcbb83e
58+
[ba3abd7909b8]
59+
60+
* ChangeLog, python-virtinst.spec.in:
61+
Sigh, Update Changelog and spec file.
62+
[4a0ffbcbb83e] [virtinst-0_400_2]
63+
364
* .hgtags:
465
Added tag virtinst-0_400_2 for changeset aac8602d12ea
5-
[e3750eb9caff] [tip]
66+
[e3750eb9caff]
667

768
* NEWS, setup.py:
869
Bump release.
9-
[aac8602d12ea] [virtinst-0_400_2]
70+
[aac8602d12ea]
1071

1172
* man/en/virt-clone.1, man/en/virt-convert.1, man/en/virt-image.1,
1273
man/en/virt-install.1, po/fr.po, po/it.po, po/ja.po, po/pl.po,

NEWS

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

4+
Release 0.400.3 (March 9, 2009)
5+
-------------------------------
6+
7+
This is largely a bug fix release, which fixes several annoying bugs present
8+
in virtinst-0.400.2:
9+
10+
- virt-install --file was busted
11+
- virt-install --os-type windows was busted for --cdrom installs
12+
- virt-install --os-variant values weren't used if installing from a URL
13+
414
Release 0.400.2 (March 3, 2009)
515
-------------------------------
616

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.2"
22+
VERSION="0.400.3"
2323

2424
class TestBaseCommand(Command):
2525

0 commit comments

Comments
 (0)