summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-01-09 16:12:10 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-01-09 16:12:10 -0500
commit7a38e128564200c31a4249f9f63828b027e6b593 (patch)
tree1b758827becd3140c9ce076046bfc15b489566b2 /CHANGELOG
parent2d710af47fa757350f999b73ca669152c6896979 (diff)
downloadthird_party-cobbler-7a38e128564200c31a4249f9f63828b027e6b593.tar.gz
third_party-cobbler-7a38e128564200c31a4249f9f63828b027e6b593.tar.xz
third_party-cobbler-7a38e128564200c31a4249f9f63828b027e6b593.zip
Added a parameter --yumopts which allows setting parameters for yum plugins in a manner
similar to how --kopts and --ksmeta works.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG40
1 files changed, 21 insertions, 19 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dc4dfbf..3bfe2e4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,26 +1,10 @@
Cobbler CHANGELOG
(all entries mdehaan@redhat.com unless noted otherwise)
-* Fri Dec 15 2007 - 0.7.1
-- ...
-
-* Thu Dec 14 2007 - 0.7.0
-- Testing branch
-- Fix bug related to <<inherit>> and kickstart args
-- Make CLI functions modular and use optparse
-- Quote wget args to avoid creating stray files on target system
-- Support Xen FV as virt type (requires F8+)
-- Implemented fully pluggable authn/authz system
-- WebUI is now mod_python based
-- Greatly enhanced logging (goes to /var/log/cobbler/cobbler.log)
-- New --no-triggers and --no-sync on "adds" for performance and other reasons
-- pxe_just_once is now much faster.
-- performance testing scripts (in source checkout)
-- webui now uses Apache logging
-- misc webui fixes
-- remove -b from wgets since busybox doesn't have -b in wget
-- rename default/sample kickstarts to avoid confusion
+* Wed Jan 09 2007 - 0.7.1
- allow imports to force usage of a specific kickstart template with --kickstart
+- added --yumopts parameter to repos (works just like --kopts/--ksmeta)
+- minor doc fixes
- ...
* Wed Nov 14 2007 - 0.6.4
@@ -242,6 +226,24 @@ Cobbler CHANGELOG
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.
+- ...
+
+* Thu Dec 14 2007 - 0.7.0
+- Testing branch
+- Fix bug related to <<inherit>> and kickstart args
+- Make CLI functions modular and use optparse
+- Quote wget args to avoid creating stray files on target system
+- Support Xen FV as virt type (requires F8+)
+- Implemented fully pluggable authn/authz system
+- WebUI is now mod_python based
+- Greatly enhanced logging (goes to /var/log/cobbler/cobbler.log)
+- New --no-triggers and --no-sync on "adds" for performance and other reasons
+- pxe_just_once is now much faster.
+- performance testing scripts (in source checkout)
+- webui now uses Apache logging
+- misc webui fixes
+- remove -b from wgets since busybox doesn't have -b in wget
+- rename default/sample kickstarts to avoid confusion
- Fixed some bugs related to kickstart templating
* Tue Oct 24 2006 - 0.3.0