mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-25 02:47:04 +00:00
Update Z-Push to 2.3.6 (#1166)
This commit is contained in:
parent
9c9dcdbf0a
commit
68ebca8a15
@ -7,7 +7,7 @@ In Development
|
|||||||
Mail:
|
Mail:
|
||||||
|
|
||||||
* The default theme for Roundcube was changed to the nicer Larry theme.
|
* The default theme for Roundcube was changed to the nicer Larry theme.
|
||||||
* Exchange/ActiveSync support has been replaced with z-push 2.3.5 from z-push.org (rather than z-push-contrib).
|
* Exchange/ActiveSync support has been replaced with z-push 2.3.6 from z-push.org (rather than z-push-contrib).
|
||||||
|
|
||||||
ownCloud (now Nextcloud):
|
ownCloud (now Nextcloud):
|
||||||
|
|
||||||
|
@ -22,8 +22,8 @@ apt_install \
|
|||||||
php5enmod imap
|
php5enmod imap
|
||||||
|
|
||||||
# Copy Z-Push into place.
|
# Copy Z-Push into place.
|
||||||
TARGETHASH=3ce78c23e02198bffe80c983ce247350c27590bd
|
TARGETHASH=131229a8feda09782dfd06449adce3d5a219183f
|
||||||
VERSION=2.3.5
|
VERSION=2.3.6
|
||||||
needs_update=0 #NODOC
|
needs_update=0 #NODOC
|
||||||
if [ ! -f /usr/local/lib/z-push/version ]; then
|
if [ ! -f /usr/local/lib/z-push/version ]; then
|
||||||
needs_update=1 #NODOC
|
needs_update=1 #NODOC
|
||||||
|
Loading…
Reference in New Issue
Block a user