Skip to content

Commit d58dd0c

Browse files
committed
v71
1 parent f73da3d commit d58dd0c

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
CHANGELOG
22
=========
33

4+
Version 71 (January 4, 2025)
5+
----------------------------
6+
7+
Upgrades
8+
9+
* Roundcube upgraded to version 1.6.9.
10+
* Z-Push upgraded to version 2.7.5.
11+
12+
Automated Maintenance
13+
14+
* Daily automated tasks are now run at 1am in the box's timezone and full backups are now restricted to running only on Saturdays and Sundays at that time.
15+
* Backups now exclude the owncloud-backup folder so that we're not backing up backups.
16+
* Old TLS certificates are now automatically deleted to improve control panel performance.
17+
18+
Setup
19+
20+
* Fixed broken setup if SSH was configured to listen on multiple ports.
21+
* Ubuntu MOTD advertisements are now disabled.
22+
* Fixed missing Roundcube dependency package if NextCloud isn't installed.
23+
24+
Control Panel
25+
26+
* Improved status checks for secondary nameservers.
27+
* Spamhaus is now queried for the box's IPv6 address also.
28+
* DSA and EC private keys are now accepted for TLS certificates.
29+
* Timeouts for loading slow control panel pages are reduced.
30+
31+
And other minor fixes.
32+
433
Version 70 (August 15, 2024)
534
----------------------------
635

setup/bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ -z "$TAG" ]; then
2323
if [ "$UBUNTU_VERSION" == "Ubuntu 22.04 LTS" ]; then
2424
# This machine is running Ubuntu 22.04, which is supported by
2525
# Mail-in-a-Box versions 60 and later.
26-
TAG=v70
26+
TAG=v71
2727
elif [ "$UBUNTU_VERSION" == "Ubuntu 18.04 LTS" ]; then
2828
# This machine is running Ubuntu 18.04, which is supported by
2929
# Mail-in-a-Box versions 0.40 through 5x.

0 commit comments

Comments
 (0)