The branch "master" has been updated. The following is a summary of the commits.
from: bc55e799e0af763fc0d2e3453226792c2e7dd67e 756e4f7 Fix detecting EAS version on clients that only support 14.0 5d99d13 Fix OPTIONS/SYNC loop due to incorrect handling of MS-RP header. ----------------------------------------------------------------------- commit 756e4f7edcb0f6133689800718ac25ae81ad0b4a Author: Michael J Rubinsky <[email protected]> Date: Sat Aug 31 14:39:54 2013 -0400 Fix detecting EAS version on clients that only support 14.0 ...and use parameter compression. framework/ActiveSync/lib/Horde/ActiveSync.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/756e4f7edcb0f6133689800718ac25ae81ad0b4a ----------------------------------------------------------------------- commit 5d99d130fb23f205b007ddde9a84b79a092acd3b Author: Michael J Rubinsky <[email protected]> Date: Sat Aug 31 14:58:51 2013 -0400 Fix OPTIONS/SYNC loop due to incorrect handling of MS-RP header. Some devices will reset sync state everytime the MS-RP header is sent, regardless of if the versions are newer or not. Track the last announced version header sent to the devce and only send the MS-RP header if the versions are different. framework/ActiveSync/lib/Horde/ActiveSync.php | 10 +++- framework/ActiveSync/lib/Horde/ActiveSync/Device.php | 41 ++++++++++++++---- 2 files changed, 39 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/5d99d130fb23f205b007ddde9a84b79a092acd3b -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
