1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-03 00:07:05 +00:00
# Conflicts:
#	README.md
This commit is contained in:
downtownallday 2023-01-25 08:49:12 -05:00
commit 9f5ddc284a
2 changed files with 3 additions and 4 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

@ -51,7 +51,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.