Skip to content

Commit e419b62

Browse files
committed
Version 64
1 parent a966913 commit e419b62

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

4+
Version 64 (September 2, 2023)
5+
------------------------------
6+
7+
* Fixed broken installation when upgrading from Mail-in-a-Box version 56 (Nextcloud 22) and earlier because of an upstream packaging issue.
8+
* Fixed backups to work with the latest duplicity package which was not backwards compatible.
9+
* Fixed setting B2 as a backup target with a slash in the application key.
10+
* Turned off OpenDMARC diagnostic reports sent in response to incoming mail.
11+
* Fixed some crashes when using an unrelased version of Mail-in-a-Box.
12+
* Added z-push administration scripts.
13+
414
Version 63 (July 27, 2023)
515
--------------------------
616

README.md

+1-1
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 v63
63+
$ git checkout v64
6464

6565
Begin the installation.
6666

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=v63
26+
TAG=v64
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)