From 80e97feee2d12c7d71e03aae8493dec18b952231 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Fri, 2 Jan 2015 23:47:19 +0000 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 298a398f..e0d3ab65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,22 @@ in development Mail: -* Set better default syste limits to accommodate boxes handling mail for 20+ users. +* Set better default system limits to accommodate boxes handling mail for 20+ users. Control panel: +* New control panel for setting custom DNS settings (without having to use the API). +* Status checks showed a false positive for Spamhause blacklists and for secondary DNS in some cases. * Status checks would fail to load if openssh-sever was not pre-installed, but openssh-server is not required. * The local DNS cache is cleared before running the status checks using 'rncd' now rather than restarting 'bind9', which should be faster and wont interrupt other services. +* Multi-domain and wildcard certificate can now be installed through the control panel. * The DNS API now allows the setting of SRV records. Misc: -* IPv6 configuration error in postgrey. +* Update to ownCloud to 7.0.4. +* IPv6 configuration error in postgrey, nginx. +* Missing dependency on sudo. v0.05 (November 18, 2014) -------------------------