diff --git a/CHANGELOG.md b/CHANGELOG.md index de6b6877..e18cbfda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/setup/webmail.sh b/setup/webmail.sh index dcca2535..a012bf4f 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -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