mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
update CHANGELOG
This commit is contained in:
parent
e7150e3bc6
commit
8c69b9e261
@ -4,8 +4,9 @@ CHANGELOG
|
|||||||
In Development
|
In Development
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
* Reduce munin-node.conf log_level to warning(1) as default ubuntu package uses log_level debug(4) which over time creates big log files.
|
* Fix new installations which broke at the step of asking for the user's desired email address, which was broken by v0.26's changes related to the control panel.
|
||||||
|
* Fix the provisioning of TLS certificates by pinning a Python package we rely on (acme) to an earlier version because our code isn't yet compatible with its current version.
|
||||||
|
* Reduce munin's log_level from debug to warning to prevent massive log files.
|
||||||
|
|
||||||
v0.26 (January 18, 2018)
|
v0.26 (January 18, 2018)
|
||||||
------------------------
|
------------------------
|
||||||
@ -30,7 +31,7 @@ Installer:
|
|||||||
* We now run `apt-get autoremove` at the start of setup to clear out old packages, especially old kernels that take up a lot of space. On the first run, this step may take a long time.
|
* We now run `apt-get autoremove` at the start of setup to clear out old packages, especially old kernels that take up a lot of space. On the first run, this step may take a long time.
|
||||||
* We now fetch Z-Push from its tagged git repository, fixing an installation problem.
|
* We now fetch Z-Push from its tagged git repository, fixing an installation problem.
|
||||||
* Some old PHP5 packages are removed from setup, fixing an installation bug where Apache would get installed.
|
* Some old PHP5 packages are removed from setup, fixing an installation bug where Apache would get installed.
|
||||||
* Python 3 packages for the control panel are now installed using a virtualenv to prevent installation errors.
|
* Python 3 packages for the control panel are now installed using a virtualenv to prevent installation errors due to conflicts in the cryptography/openssl packages between OS-installed packages and pip-installed packages.
|
||||||
|
|
||||||
v0.25 (November 15, 2017)
|
v0.25 (November 15, 2017)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user