Skip to content

Commit b162b96

Browse files
committed
Version 75 (April 20, 2026)
* Updated Roundcube to 1.6.15, fixing a security vulnerability. * Fixed error when configuring S3 backups on empty buckets. * Fixed issue in management daemon name resolution. * Fixed accessibility issues in the control panel.
1 parent 7570bd4 commit b162b96

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
Version 75 (April 20, 2026)
5+
---------------------------
6+
7+
* Updated Roundcube to 1.6.15, fixing a security vulnerability.
8+
* Fixed error when configuring S3 backups on empty buckets.
9+
* Fixed issue in management daemon name resolution.
10+
* Fixed accessibility issues in the control panel.
11+
412
Version 74 (January 4, 2026)
513
----------------------------
614

setup/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ -z "$TAG" ]; then
2323
if [ "$UBUNTU_VERSION" == "Ubuntu 22.04 LTS" ]; then
2424
# This machine is running Ubuntu 22.04, which is supported by
2525
# Mail-in-a-Box versions 60 and later.
26-
TAG=v74
26+
TAG=v75
2727
elif [ "$UBUNTU_VERSION" == "Ubuntu 18.04 LTS" ]; then
2828
# This machine is running Ubuntu 18.04, which is supported by
2929
# Mail-in-a-Box versions 0.40 through 5x.

0 commit comments

Comments
 (0)