Skip to content

Commit 90d63fd

Browse files
committed
v0.52
1 parent e81963e commit 90d63fd

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

CHANGELOG.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,33 @@
11
CHANGELOG
22
=========
33

4-
In Development
5-
--------------
4+
v0.52 (January 31, 2021)
5+
------------------------
6+
7+
Software updates:
8+
9+
* Upgraded Roundcube to version 1.4.10.
10+
* Upgraded zpush to 2.6.1.
11+
12+
Mail:
13+
14+
* Incoming emails with SPF/DKIM/DMARC failures now get a higher spam score, and these messages are more likely to appear in the junk folder, since they are often spam/phishing.
15+
* Fixed the MTA-STS policy file's line endings.
16+
17+
Control panel:
618

7-
* Incoming emails with SPF/DKIM/DMARC failures now have a higher spam score, and these messages are more likely to appear in the junk folder, since they are often spam/phishing.
819
* A new Download button in the control panel's External DNS page can be used to download the required DNS records in zonefile format.
920
* Fixed the problem when the control panel would report DNS entries as Not Set by increasing a bind query limit.
1021
* Fixed a control panel startup bug on some systems.
11-
* Fixed the MTA-STS policy file's line endings.
22+
* Improved an error message on a DNS lookup timeout.
23+
* A typo was fixed.
24+
25+
DNS:
26+
27+
* The TTL for NS records has been increased to 1 day to comply with some registrar requirements.
28+
29+
System:
30+
1231
* Nextcloud's photos, dashboard, and activity apps are disabled since we only support contacts and calendar.
1332

1433
v0.51 (November 14, 2020)
@@ -23,7 +42,7 @@ Mail:
2342

2443
* The MTA-STA max_age value was increased to the normal one week.
2544

26-
Control Panel:
45+
Control panel:
2746

2847
* Two-factor authentication can now be enabled for logins to the control panel. However, keep in mind that many online services (including domain name registrars, cloud server providers, and TLS certificate providers) may allow an attacker to take over your account or issue a fraudulent TLS certificate with only access to your email address, and this new two-factor authentication does not protect access to your inbox. It therefore remains very important that user accounts with administrative email addresses have strong passwords.
2948
* TLS certificate expiry dates are now shown in ISO8601 format for clarity.
@@ -49,7 +68,7 @@ TLS:
4968

5069
* TLS certificates are now provisioned in groups by parent domain to limit easy domain enumeration and make provisioning more resilient to errors for particular domains.
5170

52-
Control Panel:
71+
Control panel:
5372

5473
* The control panel API is now fully documented at https://mailinabox.email/api-docs.html.
5574
* User passwords can now have spaces.

setup/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then
2020
# want to display in status checks.
2121
if [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/18\.04\.[0-9]/18.04/' `" == "Ubuntu 18.04 LTS" ]; then
2222
# This machine is running Ubuntu 18.04.
23-
TAG=v0.51
23+
TAG=v0.52
2424

2525
elif [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/14\.04\.[0-9]/14.04/' `" == "Ubuntu 14.04 LTS" ]; then
2626
# This machine is running Ubuntu 14.04.

0 commit comments

Comments
 (0)