From c0bfd6d15f705e8ad2ccfe974014a8099e9fc9d2 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sat, 17 Jan 2015 15:23:57 +0000 Subject: [PATCH] bring CHANGELOG up to date --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fd235f0..64fb76e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,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. +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) -----------------------