diff --git a/CHANGELOG.md b/CHANGELOG.md index 622c6b09..b7ce0424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,20 @@ CHANGELOG ========= -In Development --------------- +v0.10 (June 1, 2015) +-------------------- -* Roundcube now allows persistent logins using Roundcube-Persistent-Login-Plugin. -* ownCloud updated to version 8.0.3. * SMTP Submission (port 587) began offering the insecure SSLv3 protocol due to a misconfiguration in the previous version. -* Users and aliases weren't working if they were entered with any uppercase letters. Now only lowercase is allowed. -* Fix broken install on OVH VPS's. -* After installing an SSL certificate from the control panel, the page wasn't being refreshed. +* Roundcube now allows persistent logins using Roundcube-Persistent-Login-Plugin. +* ownCloud is updated to version 8.0.3. +* SPF records for non-mail domains were tightened. * The minimum greylisting delay has been reduced from 5 minutes to 3 minutes. +* Users and aliases weren't working if they were entered with any uppercase letters. Now only lowercase is allowed. +* After installing an SSL certificate from the control panel, the page wasn't being refreshed. * Backups broke if the box's hostname was changed after installation. +* Dotfiles (i.e. .svn) stored in ownCloud Files were not accessible from ownCloud's mobile/desktop clients. +* Fix broken install on OVH VPS's. + v0.09 (May 8, 2015) ------------------- diff --git a/README.md b/README.md index f2b23eb6..ec9cdb65 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,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.08 + $ git verify-tag v0.10 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 bcda1f5d..2cfd3470 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.09 + TAG=v0.10 fi # Are we running as root?