From cfba97e1041f4ad8613bbdb23790d99914c0be87 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Thu, 19 Nov 2015 07:00:27 -0500 Subject: [PATCH] updated changelog --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea098d6..31726dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,22 @@ Still In Development Mail: -* Update Roundcube to version 1.1.3. +* Updated Roundcube to version 1.1.3. + +Control panel: + +* Explanatory text for setting up secondary nameserver is added/fixed. +* DNS checks now have a timeout in case a DNS server is not responding, so the checks don't stall indefinitely. +* Better messages if external DNS is used and, wierdly, custom secondary nameservers are set. + +System: + +* The Exchange/ActiveSync server is now taken offline during nightly backups (along with SMTP and IMAP). +* The machine's random number generator (/dev/urandom) is now seeded with Ubuntu Pollinate and a blocking read on /dev/random. +* DNSSEC key generation during install now uses /dev/urandom (instead of /dev/random), which is faster. +* If ownCloud sends out email, it will use the box's administrative address now (admin@yourboxname). +* Z-Push (Exchange/ActiveSync) logs now exclude warnings and are now rotated to save disk space. +* Fix pip command that might have not installed all necessary Python packages. v0.14 (November 4, 2015) ------------------------