From 2bd6cc4d6bb0ae38baf9188121a42ab5c373016f Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Mon, 10 Jul 2017 18:01:21 -0400 Subject: [PATCH] update to Z-Push 2.3.7 --- CHANGELOG.md | 3 ++- setup/zpush.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4964ecb..8988a22c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ In Development Mail: -* Updated to Roundcube 1.3, but unfortunately dropping the Vacation plugin because it has not been supported by its author and is not compatible with Roundcube 1.3. +* Updated to [Roundcube 1.3](https://roundcube.net/news/2017/06/26/roundcube-webmail-1.3.0-released), but unfortunately dropping the Vacation plugin because it has not been supported by its author and is not compatible with Roundcube 1.3. +* Updated to [Z-Push 2.3.7](http://download.z-push.org/final/2.3/z-push-2.3.7.txt). v0.23a (May 31, 2017) --------------------- diff --git a/setup/zpush.sh b/setup/zpush.sh index 0a9e3998..5507bc4d 100755 --- a/setup/zpush.sh +++ b/setup/zpush.sh @@ -22,8 +22,8 @@ apt_install \ php5enmod imap # Copy Z-Push into place. -TARGETHASH=131229a8feda09782dfd06449adce3d5a219183f -VERSION=2.3.6 +TARGETHASH=01cdfafcdf6855f566a9cbc5826b3d9930a9b35b +VERSION=2.3.7 needs_update=0 #NODOC if [ ! -f /usr/local/lib/z-push/version ]; then needs_update=1 #NODOC