From 799b8f96559221dacb6825bbe3eb88208e57d145 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 29 Oct 2007 16:45:44 -0400 Subject: Split the CGI authentication bits out to a seperate Apache configuration file, so that users who upgrade will get the new config (as the other file is marked config(noreplace)). --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 6f70817..70cf3ac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ Cobbler CHANGELOG (all entries mdehaan@redhat.com unless noted otherwise) -* Mon Oct 08 2007 - 0.6.3 +* Mon Oct 29 2007 - 0.6.3 - Be able to define and use Multiple NICs per system - Use server address not @@server in repo config files - Add --virt-cpus to profile editing @@ -10,6 +10,8 @@ Cobbler CHANGELOG - Added serializer_shelve for added performance/persistance over YAML - Backup state and migrate structures upon RPM upgrade - Added some more unsupported distros to the rsync.exclude file +- pre-sync and post-sync triggers, service restarts are now in /var/lib/cobbler/triggers +- webui now uses htaccess * Fri Sep 28 2007 - 0.6.2 - cobbler repo auto-add to discover yum repos automatically -- cgit