diff --git a/CHANGELOG.md b/CHANGELOG.md index b2339518..d5516d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,18 @@ CHANGELOG ========= -In Development --------------- +Version 62 (May 20, 2023) +------------------------- Package updates: * Nextcloud updated to 23.0.12 (and its apps also updated). * Roundcube updated to 1.6.1. +* Z-Push to 2.7.0, which has compatibility for Ubuntu 22.04, so it works again. + +Mail: + +* Roundcube's password change page is now working again. Control panel: diff --git a/README.md b/README.md index 435530ce..6c771656 100644 --- a/README.md +++ b/README.md @@ -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 v61.1 + $ git checkout v62 Begin the installation. diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index b3fce67a..c4ccd401 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -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=v61.1 + TAG=v62 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.