diff --git a/gpl-virtual-server/CHANGELOG b/gpl-virtual-server/CHANGELOG index 2766a3583..51e7ca4f8 100644 --- a/gpl-virtual-server/CHANGELOG +++ b/gpl-virtual-server/CHANGELOG @@ -412,3 +412,5 @@ Added a check for Sendmail not accepting email on the external interface, which When a sub-domain is created with the same name as a record in the parent domain, the record is not removed whem the domain is deleted. When using Qmail, domains with the same name as the system's primary hostname (typically from the control/me file) are not longer allowed, as they break Virtualmin's use of the virtualdomains file. When email is disabled for a domain, only MX and mail records pointing to the Virtualmin system or known secondaries are removed. +---- Changes since 3.54 ---- +New DNS domains have the localhost A record added, with an IP of 127.0.0.1. diff --git a/gpl-virtual-server/newfeatures-lib.pl b/gpl-virtual-server/newfeatures-lib.pl new file mode 120000 index 000000000..93726126b --- /dev/null +++ b/gpl-virtual-server/newfeatures-lib.pl @@ -0,0 +1 @@ +../virtual-server/newfeatures-lib.pl \ No newline at end of file