summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-04 17:45:32 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-04 17:45:32 -0400
commitf3a7e9f8a2b85fb936d98aa118bec5189b26140f (patch)
tree3dd8ce63d407bf90d297d2bd31773263cd51524c /CHANGELOG
parent2d14d31b9aa6b34eaacfad650b99f132c3a103ad (diff)
downloadthird_party-cobbler-f3a7e9f8a2b85fb936d98aa118bec5189b26140f.tar.gz
third_party-cobbler-f3a7e9f8a2b85fb936d98aa118bec5189b26140f.tar.xz
third_party-cobbler-f3a7e9f8a2b85fb936d98aa118bec5189b26140f.zip
Added a "--clobber" option to all add commands that allows the add to function in an "add or edit" mode. Before in Cobbler, add and edit were largely aliases so this was not needed -- now it is. Using --clobber the object will be created if it does not exist, or it will overwrite the existing one (as "edit" does) when it is there. If --clobber is left off, add will refuse to overwrite an existing object. This is a minor break to scripts that are calling cobbler directly but not those to API users -- scripts /should/ be checking return codes.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 64cfb2f..54bfac6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,8 +10,9 @@ Cobbler CHANGELOG
- added authn_ldap and stub for authz_configfile
- authz_configfile allows filtering ldap/other users by config file
- WebUI now has checkbox on distro/profile for deleting child objects
-- cli has different semantics between "add" and "edit" now
+- cli has different semantics between "add" and "edit" now for safety reasons
- cobbler wants to keep IPs/MACs unique now in configuration (can be disabled)
+- added --clobber option to allow add to overwrite existing objects (for scripts)
- ??? - 0.8.3
- fix WebUI documentation URL