1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-29 20:57:22 +02:00

v0.21 released

This commit is contained in:
Joshua Tauberer
2016-11-30 12:42:24 -05:00
parent 59913a5e4c
commit df93d82d0f
3 changed files with 15 additions and 13 deletions

View File

@@ -4,27 +4,29 @@ CHANGELOG
In Development
--------------
This version updates ownCloud, which may include security fixes, and makes some other smaller improvements.
Mail:
* Header privacy filters were improperly running on the contents of forwarded email --- that's fixed.
* We have another go at fixing a long-standing issue with training the spam filter (because of a file permissions issue).
* Exchange/ActiveSync will now use your display name set in Roundcube in the From: line of outgoing email.
ownCloud:
* Update ownCloud to version 9.1.1
* Updated ownCloud to version 9.1.1.
Control panel:
* Backups can now be made using rsync-over-ssh!
* Remove recommendations for Certificate Providers
* Status checks failed if the system doesn't support iptables or doesn't have ufw installed.
* Add support for SSHFP records when sshd listens on non-standard ports
* Added support for SSHFP records when sshd listens on non-standard ports.
* Recommendations for TLS certificate providers were removed now that everyone mostly uses Let's Encrypt.
System:
* Ubuntu's "Upgrade to 16.04" notice is suppressed since you should not do that.
* Lower memory requirements to 512MB, display a warning if system memory is below 768MB.
Mail:
* Turn off header filters for forwarded email.
* Another go at fixing a long-standing issue with training the spam filter not working (because of a file permissions issue).
* Exchange/ActiveSync will now use your display name set in Roundcube in the From: line of outgoing email.
* Lowered memory requirements to 512MB, display a warning if system memory is below 768MB.
v0.20 (September 23, 2016)
--------------------------