From 83c19f46208376c1078d0705fade763d80c1454c Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Mon, 6 Oct 2008 21:32:51 +0000 Subject: [PATCH] Changed 'can choose database name' restriction to only limit default DB names, and not block all DB management --- gpl-virtual-server/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpl-virtual-server/CHANGELOG b/gpl-virtual-server/CHANGELOG index 0a6741343..8e6e61ad1 100644 --- a/gpl-virtual-server/CHANGELOG +++ b/gpl-virtual-server/CHANGELOG @@ -500,3 +500,5 @@ Added a Module Config option to have only one spamassassin process run at a time Ported the Change IP Addresses page from Virtualmin GPL, to allow updating multiple domains at the same time. Plugins can now define additional inputs to appear on the Create Virtual Server page and accepted by create-domain.pl, for options specific to the plugin's feature. When the user or group for a domain is changed, references to the old user or group in lgorotate.conf are updated to the new values. +When setting up clamd, the provided example init script is copied instead of bring modified, so that it can be safely replaced by RPM upgrades. +Changed the meaning of the 'Can choose database names?' server owner restriction to just prevent modification of the domain's default database, instead of blocking all database management.