We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c5cd2 commit 41870d2Copy full SHA for 41870d2
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+Version 70 (August 15, 2024)
5
+----------------------------
6
+
7
+* Roundcube is updated to version 1.6.8 fixing security vulnerabilities.
8
9
Version 69 (July 20, 2024)
10
--------------------------
11
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=v69b
+ TAG=v70
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