The branch "master" has been updated. The following is a summary of the commits.
from: a235e9211b969282d9359197f1ccca679a7044a0 cb3849c Don't use heartbeat/wait interval as a flag for a hanging sync. f6cde30 BFN Summary: http://github.com/horde/horde/compare/a235e9211b969282d9359197f1ccca679a7044a0...f6cde3023e4d07f745a36b27ebbcc1eea743b4f0 ----------------------------------------------------------------------- commit cb3849c752adcb95811a59d8049649af98d6fbae Author: Michael J Rubinsky <[email protected]> Date: Mon May 19 10:26:05 2014 -0400 Don't use heartbeat/wait interval as a flag for a hanging sync. We can't assume clients using EAS version 12.1 or above actually use a hanging sync. Introduce a new flag to indicate a hanging sync since we can't rely on heartbeat/wait interval (these will also be present when PINGing). Fixes regression caused by 2a6a67b3aa06af134988d32063c2722eac67508d. framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 13 ++++++++++- framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 4 +++ 2 files changed, 15 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/cb3849c752adcb95811a59d8049649af98d6fbae ----------------------------------------------------------------------- commit f6cde3023e4d07f745a36b27ebbcc1eea743b4f0 Author: Michael J Rubinsky <[email protected]> Date: Mon May 19 10:30:36 2014 -0400 BFN framework/ActiveSync/package.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/f6cde3023e4d07f745a36b27ebbcc1eea743b4f0 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
