Skip to content

Commit 3c3d62a

Browse files
committed
Version 57a
1 parent d829d74 commit 3c3d62a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

4+
Version 57a (June 19, 2022)
5+
---------------------------
6+
7+
* The Backblaze backups fix posted in Version 57 was incomplete. It's now fixed.
8+
49
Version 57 (June 12, 2022)
510
--------------------------
611

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Clone this repository and checkout the tag corresponding to the most recent rele
6060

6161
$ git clone https://github.com/mail-in-a-box/mailinabox
6262
$ cd mailinabox
63-
$ git checkout v57
63+
$ git checkout v57a
6464

6565
Begin the installation.
6666

setup/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then
2020
# want to display in status checks.
2121
if [ "$(lsb_release -d | sed 's/.*:\s*//' | sed 's/18\.04\.[0-9]/18.04/' )" == "Ubuntu 18.04 LTS" ]; then
2222
# This machine is running Ubuntu 18.04.
23-
TAG=v57
23+
TAG=v57a
2424

2525
elif [ "$(lsb_release -d | sed 's/.*:\s*//' | sed 's/14\.04\.[0-9]/14.04/' )" == "Ubuntu 14.04 LTS" ]; then
2626
# This machine is running Ubuntu 14.04.

0 commit comments

Comments
 (0)