Skip to content

Commit 58dca6e

Browse files
committed
v72
1 parent 1a8a50e commit 58dca6e

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

4+
Version 72 (June 3, 2025)
5+
-------------------------
6+
7+
Upgrades
8+
9+
* Roundcube upgraded to version 1.6.11, fixing a security vulnerability.
10+
11+
Control Panel
12+
13+
* A warning during daily tasks related to no TLS certificates being expired is fixed.
14+
415
Version 71 (January 4, 2025)
516
----------------------------
617

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=v71a
26+
TAG=v72
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)