From 473d4616f2e49ddbc85104dc508211e13d921b9c Mon Sep 17 00:00:00 2001 From: John Supplee Date: Thu, 10 Oct 2019 17:09:33 +0200 Subject: [PATCH] update README for new release --- README.md | 8 ++++++-- setup/bootstrap.sh | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d74c5071..ad44c5bd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Mailbox size recalculation by Dovecot can be forced using the command: Please report any bugs on github. -Installing v0.42b-quota +Installing v0.4x-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.4x to v.0.42b-quota +Upgrading v0.4x to v.0.4x-quota -------------------------------- This is experimental software. You have been warned. @@ -69,6 +69,10 @@ Issues Changes ------- +### v0.43-quota-0.20-beta + +* Hide *set quota* for a mailbox that has been archived + ### v0.43-quota-0.19-beta * Add user quota API documentation to the mail users page diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 3190aa86..c825f55a 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.43-quota-0.19-beta + TAG=v0.43-quota-0.20-beta 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.