This commit is contained in:
Joshua Tauberer 2023-01-21 08:19:57 -05:00
parent 61d1ea1ea7
commit 5e3e4a2161
3 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,8 @@
CHANGELOG
=========
In Development
--------------
Version 61 (January 21, 2023)
-----------------------------
System:
@ -19,7 +19,6 @@ Control panel:
* Fixes to DNS lookups during status checks when there are timeouts, enforce timeouts better.
* A new check is added to ensure fail2ban is running.
* Fixed a color.
* Disable Roundcube password plugin since it was corrupting the user database
* Improve error messages in the management tools when external command-line tools are run.
Version 60.1 (October 30, 2022)

View File

@ -60,7 +60,7 @@ Clone this repository and checkout the tag corresponding to the most recent rele
$ git clone https://github.com/mail-in-a-box/mailinabox
$ cd mailinabox
$ git checkout v60.1
$ git checkout v61
Begin the installation.

View File

@ -23,7 +23,7 @@ if [ -z "$TAG" ]; then
if [ "$UBUNTU_VERSION" == "Ubuntu 22.04 LTS" ]; then
# This machine is running Ubuntu 22.04, which is supported by
# Mail-in-a-Box versions 60 and later.
TAG=v60.1
TAG=v61
elif [ "$UBUNTU_VERSION" == "Ubuntu 18.04 LTS" ]; then
# This machine is running Ubuntu 18.04, which is supported by
# Mail-in-a-Box versions 0.40 through 5x.