roundcube 1.1.0

This commit is contained in:
Joshua Tauberer 2015-02-13 13:22:46 +00:00
parent 6a3ec1d874
commit 7ce30ba888
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ Mail:
* Auto-configuration for Mozilla Thunderbird, Evolution, KMail, and Kontact is now available.
* Domains that only have a catch-all alias or domain alias no longer automatically create/require admin@ and postmaster@ addresses since they'll forward anyway.
* Roundcube is updated to version 1.1.0.
DNS:

View File

@ -30,7 +30,7 @@ apt_install \
apt-get purge -qq -y roundcube* #NODOC
# Install Roundcube from source if it is not already present or if it is out of date.
VERSION=1.0.3
VERSION=1.1.0
needs_update=0 #NODOC
if [ ! -f /usr/local/lib/roundcubemail/version ]; then
# not installed yet #NODOC