From 17a149947add3be406e0e6d07bf1aa3d7508478b Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 24 Jun 2015 18:16:25 -0400 Subject: [PATCH] other CHANGELOG updates --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe7bbc6..3305d0a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Mail: Web: * 'www' subdomains now automatically redirect to their parent domain (but you'll need to install an SSL certificate). * OCSP no longer uses Google Public DNS. +* The installed PHP version is no longer exposed through HTTP response headers, for better security. DNS: * Default IPv6 AAAA records were missing since version 0.09. @@ -25,7 +26,8 @@ Control panel: System: * The munin system monitoring tool is now installed and accessible at /admin/munin. -* ownCloud updated to version 8.0.4. +* ownCloud updated to version 8.0.4. The ownCloud installation step now is reslient to download problems. The ownCloud configuration file is now stored in STORAGE_ROOT to fix loss of data when moving STORAGE_ROOT to a new machine. +* The setup scripts now run `apt-get update` prior to installing anything to ensure the apt database is in sync with the packages actually available. v0.10 (June 1, 2015)