From df7f245e0e54e7b5292837504422a97999ee33f3 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sat, 26 Sep 2026 15:54:51 -0400 Subject: [PATCH] v77 Version 77 (September 26, 2026) ------------------------------- * Roundcube updated to version 1.6.19, fixing numerous security issues. * Nextcloud updated to version 27.1.11, and install failure fixed. --- CHANGELOG.md | 6 ++++++ setup/bootstrap.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e5924e..1822271c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +Version 77 (September 26, 2026) +------------------------------- + +* Roundcube updated to version 1.6.19, fixing numerous security issues. +* Nextcloud updated to version 27.1.11, and install failure fixed. + Version 76 (May 24, 2026) ------------------------- diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 12b4d716..a92fa941 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=v76 + TAG=v77 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.