blob: 8cc852041f2149a0ac940f676cb6f228254fd597 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
Koan CHANGELOG
Detail of software changes that are not packaging related.
These *should* correspond with a bump in the software version. This
wasn't consistant for 0.1.X builds, though it will be in the future.
* Mon Oct 23 2006 Michael DeHaan <mdehaan@redhat.com> - 0.2.3-1
- "koan --xen" now takes an optional "--interactive". By default
it won't launch an xm console. For debugging kickstarts, pass
in the "--interactive" flag (aliased to "-i").
* Wed Oct 11 2006 Michael DeHaan <mdehaan@redhat.com> - 0.2.2-1
- Bundled subprocess to allow it's use under python 2.3 (RHEL4, etc)
- Hack to koan's main app to allow enchant to tolerate more distros
* Mon Oct 09 2006 Michael DeHaan <mdehaan@redhat.com> - 0.2.1-1
- Added --list-profiles and --list-systems option to show available
setups defined on the provisioning server. See manpage.
* Wed Sep 20 2006 Michael DeHaan <mdehaan@redhat.com> - 0.1.1-7
- When provisioning Xen, if --system is a MAC address, use that
as the Xen MAC address.
- Fixes to command line argument conflict resolution
- A few fixes (mainly along error paths)
* Thu Jul 20 2006 Michael DeHaan <mdehaan@redhat.com> - 0.1.1-4
- Fixed python import paths in yaml code, which errantly assumed yaml was installed as a module.
* Fri Jul 12 2006 Michael DeHaan <mdehaan@redhat.com> - 0.1.1-3
- allow installing with per-system cobbler data in addition to per-profile
* Wed Jun 28 2006 Michael DeHaan <mdehaan@redhat.com> - 0.1.0-1
- genesis
|