summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
blob: 3006b2cc56f575eec0603ad808ab529e5a0fe839 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
Cobbler CHANGELOG
(all entries mdehaan@redhat.com unless noted otherwise)

* Mon Jan 21 2007 - 0.3.7
- Default/examples kickstarts are now fully automatic (added hd type/size detection).
- Kickstart tracking now includes remote syslog support, just run "cobbler sync" to enable.
- "cobbler status" command improved to include syslog info/times.

* Thu Dec 21 2006 - 0.3.6
- locking feature now enabled
- "enchant" now supports provisioning virtual images remotely when using --is-virt=yes
- cobbler no longer restarts httpd if the config file already exists.
- "cobbler repo sync" is now an alias for "cobbler reposync"
- "cobbler list --something" can now be invoked as "cobbler something list"
- "cobbler list" just shows names of items now
- "cobbler report" is now used for showing full information output
- "list" (as well as report) are now sorted alphabetically
- basic kickstart tracking feature. requests on /var/www/cobbler get logged to /var/log/cobbler.

* Wed Dec 20 2006 - 0.3.5
- Fixed bug in cobbler import related to orphan detection
- Made default rsync.exclude more strict (OO langpacks and KDE translation)
- Now runs createrepo during "cobbler import" to build more correct repodata
- Added additional repo mirroring commands:  "cobbler repo add", etc
- Documentation on repo mirroring features.
- fix bug in rsync:// import code that saved distributions in the wrong path
- The --dryrun option on "cobbler sync" is now unsupported.
- Fixed bug in virt specific profile information not being used with koan
- import now takes --name in addition to --mirror-name to be more consistant
- rsync repo import shouldn't assume SSH unless no rsync:// in mirror URL
- strict host key checking disabled for "cobbler enchant" feature

* Mon Dec 05 2006 - 0.3.4
- Don't rsync PPC content or ISO's on cobbler import
- Manpage cleanup

* Tue Nov 14 2006 - 0.3.3
- During "cobbler sync" only PXE-related directories in /tftpboot
  are deleted.  This allows /tftpboot to be used for other
  purposes.

* Thr Oct 25 2006 - 0.3.2
- By default, boot and install in text mode

* Wed Oct 25 2006 - 0.3.1
- The app now refers to "virt" in many places instead of "xen".
  It's been coded such that files will migrate forward without
  any major issues, and the newer version of koan can still hit
  older releases (for now).  The CLI still takes the --xen options
  as well as the new --virt options, as they are aliased.  The API
  now exclusively just uses methods with "virt" in them, however.
- Fixed some bugs related to kickstart templating

* Tue Oct 24 2006 - 0.3.0
- Reload httpd during sync
- New profiles without set kickstarts default to /etc/cobbler/default.ks
  though this can be changed in /var/lib/cobbler/settings
- Better forward upgrades for /var/lib/cobbler/settings.  New entries
  get added when they are referenced.

* Tue Oct 24 2006 - 0.2.9
- Bug fix, enchant now detects if koan_path is not set
- import now can do ssh rsync as well as just rsyncd
- Misc bug fixes related to not choking on bad info
- Fixed bug where --pxe-address wasn't surfaced
- Sync is a little less verbose

* Wed Oct 18 2006 - 0.2.8
- Performance speedups to "import" command
- Bug fix, imported paths (again) convert slashes to underscores

* Tue Oct 17 2006 - 0.2.7
- Removed pexpect to enhance support for other distros
- enchant syntax changed (see NEWS)
- now builds on RHEL4

* Tue Oct 17 2006 - 0.2.6
- Removing Cheetah and replacing w/ simpler templating system
- Don't delete localmirror on sync

* Mon Oct 16 2006 - 0.2.5
- New "import" feature for rsync:// mirrors and filesystem directories
- Manpage clarification
- "enchant" is now a subcommand of "cobbler system" and takes less arguments.
- Several random bugfixes (mainly along error paths)

* Wed Oct 11 2006 - 0.2.4
- Changes to make things work with python 2.3 (RHEL4, etc)
- Updated YAML code to ensure better backward compatibility

* Mon Oct 9 2006 - 0.2.3
- Cobbler now creates a profile and system listing (YAML) in /var needed
  by the next version of koan (which will be 0.2.1)
- bugfix: enchant should reboot the target box
- bugfix: enchant should fail if path to koan isn't configured

* Fri Oct 6 2006 - 0.2.2
- bugfix: "--pxe-hostname" made available in CLI and renamed as "--pxe-address"
- workaround: elilo doesn't do MAC address pxe config files, use IP for ia64
- bugfix: added next-server line for per-MAC dhcp configs
- bugfix: fixed manpage errors

* Thu Sep 28 2006 - 0.2.1
- New ability to "enchant" remote systems (see NEWS)
- Misc. bugfixes

* Fri Sep 22 2006 - 0.2.0
- New dhcp.d conf management features (see NEWS)
- IA64 support (see NEWS)
- dhcpd.conf MAC & hostname association features

* Thu Sep 21 2006 - 0.1.1-8
- (RPM) Added doc files to doc section, removed INSTALLED_FILES

* Wed Sep 20 2006 - 0.1.1-7
- Split HTTP and TFTP content to seperate directories
  to enable running in SELinux targetted/enforcing mode.
- Make the Virt MAC address a property of a system, not a profile
- Misc. fixes, mainly along the error path

* Fri Sep 15 2006 - 0.1.1-6
- Make koan own it's directory, add GPL "COPYING" file.

* Wed Aug 16 2006 - 0.1.1-5
- Spec file tweaks only for FC-Extras

* Thu Jul 20 2006 - 0.1.1-4
- Fixed python import paths in yaml code, which errantly assumed yaml was installed as a module.

* Wed Jul 12 2006 - 0.1.1-3
- Added templating support using Cheetah

* Thu Jul 9 2006 - 0.1.0-2
- Fedora-Extras rpm spec tweaks

* Tue Jun 28 2006 - 0.1.0-1
- rpm genesis