From 3b53bf5ae49c887c22a39f8328c185223629b8be Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sun, 4 Jan 2026 09:43:37 -0500 Subject: [PATCH] v74 --- CHANGELOG.md | 9 +++++++++ setup/bootstrap.sh | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8a0d73..ebdfc350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +Version 74 (January 4, 2026) +---------------------------- + +* Updated Roundcube to 1.6.12, fixing a security vulnerability. +* Updated zpush to version 2.7.6. +* Fixed fail2ban filter for Nextcloud. +* Fixed Thunderbird auto configuration. +* Updated links in the control panel. + Version 73 (July 11, 2025) -------------------------- diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 6fc461ad..be629193 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=v73 + TAG=v74 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.