diff --git a/CHANGELOG.md b/CHANGELOG.md index 972c69fb..20552339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ CHANGELOG ========= -In Development --------------- +v0.11 (June 29, 2015) +--------------------- Advisories: * Users can no longer spoof arbitrary email addresses in outbound mail. When sending mail, the email address configured in your mail client must match the SMTP login username being used, or the email address must be an alias with the SMTP login username listed as one of the alias's targets. * This update replaces your DKIM signing key with a stronger key. Because of DNS caching/propagation, mail sent within a few hours after this update could be marked as spam by recipients. If you use External DNS, you will need to update your DNS records. +* The box will now install software from a new Mail-in-a-Box PPA on Launchpad.net, where we are distributing two of our own packages: a patched postgrey and dovecot-lucene. Mail: * Greylisting will now let some reputable senders pass through immediately. diff --git a/README.md b/README.md index fc4eaaa2..b7a84e78 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ I sign the release tags on git. To verify that a tag is signed by me, you can pe $ cd mailinabox # Verify the tag. - $ git verify-tag v0.10 + $ git verify-tag v0.11 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! diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 65a37d9b..968a2821 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.10 + TAG=v0.11 fi # Are we running as root?