We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432b470 commit e6c354cCopy full SHA for e6c354c
CHANGELOG.md
@@ -4,6 +4,8 @@ CHANGELOG
4
Version 71 (January 4, 2025)
5
----------------------------
6
7
+(Version 71a was posted on January 6, 2025 and fixes a setup regression.)
8
+
9
Upgrades
10
11
* Roundcube upgraded to version 1.6.9.
setup/bootstrap.sh
@@ -23,7 +23,7 @@ if [ -z "$TAG" ]; then
23
if [ "$UBUNTU_VERSION" == "Ubuntu 22.04 LTS" ]; then
24
# This machine is running Ubuntu 22.04, which is supported by
25
# Mail-in-a-Box versions 60 and later.
26
- TAG=v71
+ TAG=v71a
27
elif [ "$UBUNTU_VERSION" == "Ubuntu 18.04 LTS" ]; then
28
# This machine is running Ubuntu 18.04, which is supported by
29
# Mail-in-a-Box versions 0.40 through 5x.
0 commit comments