File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ Version 65 (October 27, 2023)
5
+ -----------------------------
6
+
7
+ * Roundcube updated to 1.6.4 fixing a security vulnerability.
8
+ * zpush.sh updated to version 2.7.1.
9
+ * Fixed a typo in the control panel.
10
+
4
11
Version 64 (September 2, 2023)
5
12
------------------------------
6
13
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Clone this repository and checkout the tag corresponding to the most recent rele
60
60
61
61
$ git clone https://github.com/mail-in-a-box/mailinabox
62
62
$ cd mailinabox
63
- $ git checkout v64
63
+ $ git checkout v65
64
64
65
65
Begin the installation.
66
66
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if [ -z "$TAG" ]; then
23
23
if [ " $UBUNTU_VERSION " == " Ubuntu 22.04 LTS" ]; then
24
24
# This machine is running Ubuntu 22.04, which is supported by
25
25
# Mail-in-a-Box versions 60 and later.
26
- TAG=v64
26
+ TAG=v65
27
27
elif [ " $UBUNTU_VERSION " == " Ubuntu 18.04 LTS" ]; then
28
28
# This machine is running Ubuntu 18.04, which is supported by
29
29
# Mail-in-a-Box versions 0.40 through 5x.
You can’t perform that action at this time.
0 commit comments