Update README and bump the version

This commit is contained in:
John Supplee 2019-02-27 15:02:11 +02:00
parent 4cbf05187c
commit adf7a31866
2 changed files with 12 additions and 6 deletions

View File

@ -20,7 +20,7 @@ Mailbox size recalculation by Dovecot can be forced using the command:
Please report any bugs on github.
Installing v0.40-quota
Installing v0.41-quota
----------------------
To install the latest version, log into your box and execute the following commands:
@ -34,7 +34,7 @@ Follow the standard directions for setting up an MiaB installation. There are n
The default quota is set to `0` which means unlimited. If you want to set a different default quota, follow the directions above.
Upgrading v0.40 to v.0.40-quota
Upgrading v0.41 to v.0.41-quota
-------------------------------
This is experimental software. You have been warned.
@ -50,11 +50,9 @@ This is experimental software. You have been warned.
* Note: all existing users at the time of the upgrade will have there quota set to `0` (unlimited).
Upgrading v.0.40-quota to a New Version
Upgrading MiaB with quotas to a New Version
---------------------------------------
* Remember that this is experimental software and review the changes in the repository.
* `cd` into the `mailinabox` directory.
* Execute `git pull` to download the latest changes.
@ -71,6 +69,14 @@ Issues
Changes
-------
### v0.41-quota-0.17-alpha
* Update the README
### v0.41-quota-0.16-alpha
* Update to v0.41 of Mail-in-a-Box
### v0.40-quota-0.16-alpha
* Fix problem with quota field on control panel that prevented adding users.

View File

@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then
# want to display in status checks.
if [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/18\.04\.[0-9]/18.04/' `" == "Ubuntu 18.04 LTS" ]; then
# This machine is running Ubuntu 18.04.
TAG=v0.41-quota-0.16-alpha
TAG=v0.41-quota-0.17-alpha
elif [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/14\.04\.[0-9]/14.04/' `" == "Ubuntu 14.04 LTS" ]; then
# This machine is running Ubuntu 14.04.