Version 77 (September 26, 2026)
-------------------------------

* Roundcube updated to version 1.6.19, fixing numerous security issues.
* Nextcloud updated to version 27.1.11, and install failure fixed.
This commit is contained in:
Joshua Tauberer
2026-09-26 15:55:03 -04:00
parent d317da15e1
commit df7f245e0e
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,6 +1,12 @@
CHANGELOG
=========
Version 77 (September 26, 2026)
-------------------------------
* Roundcube updated to version 1.6.19, fixing numerous security issues.
* Nextcloud updated to version 27.1.11, and install failure fixed.
Version 76 (May 24, 2026)
-------------------------
+1 -1
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=v76
TAG=v77
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.