From 7ce30ba888afa2890174ca34d28e10ff01f53495 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Fri, 13 Feb 2015 13:22:46 +0000 Subject: [PATCH] roundcube 1.1.0 --- CHANGELOG.md | 1 + setup/webmail.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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