Release new version v0.40-quota-0.15-alpha
This commit is contained in:
parent
4bed222162
commit
53d1c1e4e9
|
@ -61,6 +61,10 @@ Issues
|
|||
Changes
|
||||
-------
|
||||
|
||||
### v0.40-quota-0.15-alpha
|
||||
|
||||
* Fix bug where quotas are not recalculated when a user's quota is changed in control panel
|
||||
|
||||
### v0.40-quota-0.14-alpha
|
||||
|
||||
* When updating a user's quota, execute `doveadm quota recalc -u <email>` to forces an immediate recalculation of the user's quota.
|
||||
|
|
|
@ -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.40-quota-0.14-alpha
|
||||
TAG=v0.40-quota-0.15-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.
|
||||
|
|
Loading…
Reference in New Issue