mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
v61
This commit is contained in:
parent
61d1ea1ea7
commit
5e3e4a2161
@ -1,8 +1,8 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
In Development
|
Version 61 (January 21, 2023)
|
||||||
--------------
|
-----------------------------
|
||||||
|
|
||||||
System:
|
System:
|
||||||
|
|
||||||
@ -19,7 +19,6 @@ Control panel:
|
|||||||
* Fixes to DNS lookups during status checks when there are timeouts, enforce timeouts better.
|
* Fixes to DNS lookups during status checks when there are timeouts, enforce timeouts better.
|
||||||
* A new check is added to ensure fail2ban is running.
|
* A new check is added to ensure fail2ban is running.
|
||||||
* Fixed a color.
|
* 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.
|
* Improve error messages in the management tools when external command-line tools are run.
|
||||||
|
|
||||||
Version 60.1 (October 30, 2022)
|
Version 60.1 (October 30, 2022)
|
||||||
|
@ -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
|
$ git clone https://github.com/mail-in-a-box/mailinabox
|
||||||
$ cd mailinabox
|
$ cd mailinabox
|
||||||
$ git checkout v60.1
|
$ git checkout v61
|
||||||
|
|
||||||
Begin the installation.
|
Begin the installation.
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ if [ -z "$TAG" ]; then
|
|||||||
if [ "$UBUNTU_VERSION" == "Ubuntu 22.04 LTS" ]; then
|
if [ "$UBUNTU_VERSION" == "Ubuntu 22.04 LTS" ]; then
|
||||||
# This machine is running Ubuntu 22.04, which is supported by
|
# This machine is running Ubuntu 22.04, which is supported by
|
||||||
# Mail-in-a-Box versions 60 and later.
|
# Mail-in-a-Box versions 60 and later.
|
||||||
TAG=v60.1
|
TAG=v61
|
||||||
elif [ "$UBUNTU_VERSION" == "Ubuntu 18.04 LTS" ]; then
|
elif [ "$UBUNTU_VERSION" == "Ubuntu 18.04 LTS" ]; then
|
||||||
# This machine is running Ubuntu 18.04, which is supported by
|
# This machine is running Ubuntu 18.04, which is supported by
|
||||||
# Mail-in-a-Box versions 0.40 through 5x.
|
# Mail-in-a-Box versions 0.40 through 5x.
|
||||||
|
Loading…
Reference in New Issue
Block a user