From a0bae5db5c8c549ed7b4b4b19f249b877373cc0c Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Thu, 18 Feb 2016 07:18:51 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5dbdd58..9af2c3ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,29 @@ CHANGELOG In Development -------------- +Mail: + * Roundcube updated to version 1.1.4. * When there's a problem delivering an outgoing message, a new 'warning' bounce will come after 3 hours and the box will stop trying after 2 days (instead of 5). * On multi-homed machines, Postfix now binds to the right network interface when sending outbound mail so that SPF checks on the receiving end will pass. + +Control panel: + * TLS certificate provisioning would crash if DNS propagation was in progress and a challenge failed; might have shown the wrong error when provisioning fails. * Backup times were displayed with the wrong time zone. +* Other minor fixes. + +System: + * Backups to some AWS S3 regions broke in version 0.15 because we reverted the version of boto. That's now fixed. * On low-usage systems, don't hold backups for quite so long by taking a full backup more often. * Nightly status checks might fail if any domains had non-ASCII characters. * If domains need a TLS certificate and the user hasn't installed one yet using Let's Encrypt, the administrator would get a nightly email with weird interactive text asking them to agree to Let's Encrypt's ToS. Now just say that the provisioning can't be done automatically. +Setup: + +* The first screen now warns users not to install on a machine used for other things. + v0.16 (January 30, 2016) ------------------------