From 53d1c1e4e95cf7eb6377ce28ae467f3cc1257596 Mon Sep 17 00:00:00 2001 From: John Supplee Date: Wed, 6 Feb 2019 12:58:05 +0200 Subject: [PATCH] Release new version v0.40-quota-0.15-alpha --- README.md | 4 ++++ setup/bootstrap.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c148a63..e484ff64 100644 --- a/README.md +++ b/README.md @@ -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 ` to forces an immediate recalculation of the user's quota. diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index ea3a5044..58ddc304 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -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.