1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-18 18:07:22 +01:00

roundcube file ownership should not preserve uid/gid from the release tarball, tar (when run as root) should always extract using --no-same-owner, fixes #667

This commit is contained in:
Joshua Tauberer
2016-01-09 09:17:20 -05:00
parent 07f9228694
commit 5045e206c2
2 changed files with 3 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ System:
* The daily backup will now email the administrator if there is a problem.
* Expiring TLS (SSL) certificates are now automatically renewed via Let's Encrypt.
* File ownership for the installed Roundcube files is fixed.
v0.15a (January 9, 2016)
------------------------