From 6666d28c44d69e10e7f8bfb3896d2d3f5336c2ea Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Thu, 2 Jun 2016 15:47:45 -0400 Subject: [PATCH] v0.18c --- CHANGELOG.md | 8 +++++--- README.md | 4 ++-- setup/bootstrap.sh | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5a1141..18598eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ CHANGELOG ========= -In Development --------------- +v0.18c (June 2, 2016) +--------------------- -* Domain aliases (and misconfigured aliases/catch-alls with non-existent local targets) would accept mail and deliver it to new mailbox folders on disk, even if the target address didn't correspond with an existing mail user. This issue was introduced in v0.18. +* Domain aliases (and misconfigured aliases/catch-alls with non-existent local targets) would accept mail and deliver it to new mailbox folders on disk even if the target address didn't correspond with an existing mail user, instead of rejecting the mail. This issue was introduced in v0.18. +* The Munin Monitoring link in the control panel now opens a new window. +* Added an undocumented before-backup script. v0.18b (May 16, 2016) --------------------- diff --git a/README.md b/README.md index 51a5abb5..ad912a28 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ by me: $ curl -s https://keybase.io/joshdata/key.asc | gpg --import gpg: key C10BDD81: public key "Joshua Tauberer " imported - $ git verify-tag v0.18b + $ git verify-tag v0.18c gpg: Signature made ..... using RSA key ID C10BDD81 gpg: Good signature from "Joshua Tauberer " gpg: WARNING: This key is not certified with a trusted signature! @@ -72,7 +72,7 @@ and on my [personal homepage](https://razor.occams.info/). (Of course, if this r Checkout the tag corresponding to the most recent release: - $ git checkout v0.17c + $ git checkout v0.18c Begin the installation. diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 674840d7..8061329b 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.18b + TAG=v0.18c fi # Are we running as root?