The branch "master" has been updated. The following is a summary of the commits.
from: 7eb78e14ab20574943bede123d55b1997871682c 347bd25 Ensure we don't send broken UTF8 data to the client. 4faaf15 This seems to prevent a PHP bug from being triggered. 070e928 Another place to ignore SMS changes. 3bfbf25 We no longer use loop counters. bbe714e BFN 96483e0 Add migration to remove synckeycounter data. Summary: http://github.com/horde/horde/compare/7eb78e14ab20574943bede123d55b1997871682c...96483e0d91a027c338b703995e0b123b31684488 ----------------------------------------------------------------------- commit 347bd250c12535d2d48b4847e4b64235bd2489c7 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 23 11:23:55 2013 -0400 Ensure we don't send broken UTF8 data to the client. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/347bd250c12535d2d48b4847e4b64235bd2489c7 http://git.horde.org/horde-git/-/commit/347bd250c12535d2d48b4847e4b64235bd2489c7 ----------------------------------------------------------------------- commit 4faaf153875911d05a2329f693ff767cefdc2e7c Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 23 11:24:56 2013 -0400 This seems to prevent a PHP bug from being triggered. Without hex-encoding of control characters, PHP is segfaulting on numerous platforms with certain strings. Still working out the exact string combinations that trigger this for reporting to PHP. framework/Mime/lib/Horde/Mime/Part.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/4faaf153875911d05a2329f693ff767cefdc2e7c http://git.horde.org/horde-git/-/commit/4faaf153875911d05a2329f693ff767cefdc2e7c ----------------------------------------------------------------------- commit 070e9282f2697074a02fc13ea3e1b6582a5c36d0 Author: Michael J Rubinsky <[email protected]> Date: Fri Sep 27 09:41:25 2013 -0400 Another place to ignore SMS changes. framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php | 7 ++++- framework/ActiveSync/package.xml | 4 +++ 2 files changed, 9 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/070e9282f2697074a02fc13ea3e1b6582a5c36d0 http://git.horde.org/horde-git/-/commit/070e9282f2697074a02fc13ea3e1b6582a5c36d0 ----------------------------------------------------------------------- commit 3bfbf250a347073a597b8aeeb3b81a0829834836 Author: Michael J Rubinsky <[email protected]> Date: Fri Sep 27 09:52:28 2013 -0400 We no longer use loop counters. Bug: 12707 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 39 ------------ framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 3 - 2 files changed, 0 insertions(+), 42 deletions(-) http://github.com/horde/horde/commit/3bfbf250a347073a597b8aeeb3b81a0829834836 http://git.horde.org/horde-git/-/commit/3bfbf250a347073a597b8aeeb3b81a0829834836 ----------------------------------------------------------------------- commit bbe714e3f81f5444778bbe2824ebf8e918891ddc Author: Michael J Rubinsky <[email protected]> Date: Fri Sep 27 09:54:03 2013 -0400 BFN framework/ActiveSync/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/bbe714e3f81f5444778bbe2824ebf8e918891ddc http://git.horde.org/horde-git/-/commit/bbe714e3f81f5444778bbe2824ebf8e918891ddc ----------------------------------------------------------------------- commit 96483e0d91a027c338b703995e0b123b31684488 Author: Michael J Rubinsky <[email protected]> Date: Fri Sep 27 10:15:05 2013 -0400 Add migration to remove synckeycounter data. Removes data erroneously added due to Bug: 12707 .../Horde/ActiveSync/20_horde_activesync_removesynccounters.php | 23 +++++ 1 files changed, 23 insertions(+), 0 deletions(-) create mode 100644 framework/ActiveSync/migration/Horde/ActiveSync/20_horde_activesync_removesynccounters.php http://github.com/horde/horde/commit/96483e0d91a027c338b703995e0b123b31684488 http://git.horde.org/horde-git/-/commit/96483e0d91a027c338b703995e0b123b31684488 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
