diff --git a/CHANGELOG.md b/CHANGELOG.md index bd727f51..140b23e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ DNS: * If a custom CNAME record is set, don't add a default A/AAAA record, e.g. for 'www', which end up preventing the CNAME record from working. * Support for internationalized domain names is added, but not well tested. Email login is with the IDNA (xn--) form of the domain. +Control panel: + +* Status checks now check that system services are actually running by pinging each port that should have something running on it. + +Setup: + +* Install cron if it isn't already installed. +* Fix a units problem in the minimum memory check. + v0.06 (January 4, 2015) -----------------------