mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
v0.10
* SMTP Submission (port 587) began offering the insecure SSLv3 protocol due to a misconfiguration in the previous version. * 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.
This commit is contained in:
parent
a0e6c7ceb6
commit
47a5a44b9e
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,17 +1,20 @@
|
|||||||
CHANGELOG
|
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.
|
* 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.
|
* Roundcube now allows persistent logins using Roundcube-Persistent-Login-Plugin.
|
||||||
* Fix broken install on OVH VPS's.
|
* ownCloud is updated to version 8.0.3.
|
||||||
* After installing an SSL certificate from the control panel, the page wasn't being refreshed.
|
* SPF records for non-mail domains were tightened.
|
||||||
* The minimum greylisting delay has been reduced from 5 minutes to 3 minutes.
|
* 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.
|
* 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)
|
v0.09 (May 8, 2015)
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -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
|
$ cd mailinabox
|
||||||
|
|
||||||
# Verify the tag.
|
# Verify the tag.
|
||||||
$ git verify-tag v0.08
|
$ git verify-tag v0.10
|
||||||
gpg: Signature made ..... using RSA key ID C10BDD81
|
gpg: Signature made ..... using RSA key ID C10BDD81
|
||||||
gpg: Good signature from "Joshua Tauberer <jt@occams.info>"
|
gpg: Good signature from "Joshua Tauberer <jt@occams.info>"
|
||||||
gpg: WARNING: This key is not certified with a trusted signature!
|
gpg: WARNING: This key is not certified with a trusted signature!
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#########################################################
|
#########################################################
|
||||||
|
|
||||||
if [ -z "$TAG" ]; then
|
if [ -z "$TAG" ]; then
|
||||||
TAG=v0.09
|
TAG=v0.10
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Are we running as root?
|
# Are we running as root?
|
||||||
|
Loading…
Reference in New Issue
Block a user