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

take a full backup more often so we don't keep backups around for so long

This commit is contained in:
Joshua Tauberer
2016-02-05 11:08:33 -05:00
parent 178527dab1
commit 4ed23f44e6
2 changed files with 43 additions and 19 deletions

View File

@@ -7,6 +7,7 @@ In Development
* Roundcube updated to version 1.1.4.
* On multi-homed machines, Postfix now binds to the right network interface when sending outbound mail so that SPF checks on the receiving end will pass.
* Backup times were displayed with the wrong time zone.
* On low-usage systems, don't hold backups for quite so long by taking a full backup more often.
v0.16 (January 30, 2016)
------------------------