Skip to content

Commit 41870d2

Browse files
committed
v70
1 parent b9c5cd2 commit 41870d2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
Version 70 (August 15, 2024)
5+
----------------------------
6+
7+
* Roundcube is updated to version 1.6.8 fixing security vulnerabilities.
8+
49
Version 69 (July 20, 2024)
510
--------------------------
611

setup/bootstrap.sh

+1-1
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=v69b
26+
TAG=v70
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)