From 3cde9a88934de28b7724b5b467cd08c40a5a7d41 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Fri, 11 Jul 2025 05:59:13 -0400 Subject: [PATCH] v73 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ setup/bootstrap.sh | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a77964e..1e8a0d73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,35 @@ CHANGELOG ========= +Version 73 (July 11, 2025) +-------------------------- + +Mail: + +* Quotas for mail storage can now be set per user in the control panel. +* Autoconfig now includes POP3 and CardDAV/CalDAV. + +Backups: + +* Fix for S3-compatible backups (other than AWS S3 itself). + +Control Panel: + +* Backup status is added to the status checks. +* S3 backup credentials can now be stored in environment variables. +* Fix for when an AAAA record is set up the box's own IP address. +* Fix for when logged out of the control panel. +* Fix link to Z-Push client compatibility list. + +Setup: + +* The Ubuntu version check is updated. + +Other: + +* Code cleanup using the Ruff Python linter. +* Other minor changes. + Version 72 (June 3, 2025) ------------------------- diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 5d67eacf..6fc461ad 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -23,7 +23,7 @@ if [ -z "$TAG" ]; then if [ "$UBUNTU_VERSION" == "Ubuntu 22.04 LTS" ]; then # This machine is running Ubuntu 22.04, which is supported by # Mail-in-a-Box versions 60 and later. - TAG=v72 + TAG=v73 elif [ "$UBUNTU_VERSION" == "Ubuntu 18.04 LTS" ]; then # This machine is running Ubuntu 18.04, which is supported by # Mail-in-a-Box versions 0.40 through 5x.