From b50dfb7f9370a1bebd4c66576ecbd4c10cece8cd Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sat, 2 Nov 2019 15:57:14 -0400 Subject: [PATCH] changelog entries --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee9280f..3e59bda9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,26 @@ Under Development Software updates: * Upgraded Nextcloud from 15.0.8 to 16.0.5 (with Contacts from 3.1.1 to 3.1.4 and Calendar from 1.6.5 to 1.7.1) +* Upgraded Z-Push to 2.5.1. + +Control panel: + +* The Custom DNS list of records is now sorted. +* The emails that report TLS provisioning results now has a less scary subject line. Mail: * Fetching of updated whitelist for greylisting was fetching each day instead of every month. +DNS: + +* Automatic autoconfig.* subdomains can now be suppressed with custom DNS records. +* DNS zone transfer now works with IPv6 addresses. + +Setup: + +* An Ubuntu package source was missing on systems where it defaults off. + v0.43 (September 1, 2019) -------------------------