From 424f947cf7622dd8aa987917f83170dc5bfbcd9f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 31 Jan 2008 13:20:37 -0500 Subject: Recursive deletes are now possible with --recursive. Web UI still needs to take advantage of this. --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 0a524de..005f8c2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,14 @@ Cobbler CHANGELOG (all entries mdehaan@redhat.com unless noted otherwise) -* Mon Jan 21 2007 - 0.7.2 +* Thu Jan 31 2007 - 0.7.2 - default_virt_file_size and default_virt_ram added to settings - enforce permissions/selinux context after reposync - better API for copying/renames, API consistancy cleanup - support for renames that resolve dependencies, inclusion in CLI+webapp - remove leading newline in rendered template files, which apparently breaks AutoYAST? +- recursive syncs automatically sync all subobjects when editing parent objects (default behavior) +- deletes can now be done recursively (optional --recursive on distro/profile remove) * Wed Jan 09 2007 - 0.7.1 - allow imports to force usage of a specific kickstart template with --kickstart -- cgit