The branch "master" has been updated. The following is a summary of the commits.
from: 55e0f0e7f7a85d721ed9f97a69420986fdc014b8 7bf12dd Bug: 12075 Increment the SyncKey if we detected a change during PING. 757618e Bump API version. ----------------------------------------------------------------------- commit 7bf12ddda8c49f9bce0628f42866eb62b11dbf22 Author: Michael J Rubinsky <[email protected]> Date: Fri Mar 1 10:52:10 2013 -0500 Bug: 12075 Increment the SyncKey if we detected a change during PING. Increment the key even if the change is gone by the time we get to the SYNC. A message might have been added and removed before the change was detected, thus causing a SYNC-PING loop until a new change arrives. framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 3 + framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 12 ++- framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php | 51 +++++++++++- 3 files changed, 60 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/7bf12ddda8c49f9bce0628f42866eb62b11dbf22 ----------------------------------------------------------------------- commit 757618ef953fdedaeabeafcf95556b9e6306b8f1 Author: Michael J Rubinsky <[email protected]> Date: Fri Mar 1 11:01:44 2013 -0500 Bump API version. framework/ActiveSync/package.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/757618ef953fdedaeabeafcf95556b9e6306b8f1 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
