The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: 6a69fc5b00e52a4c6a06cf5fa3114449cc230333 032f2b6 [mms] Ensure that session IDs are always 32 bytes long (Bug #12041). b0ad750 Released Horde_Util-2.2.0 d96a332 Development mode for Horde_Util-2.2.1 044bbf0 [mms] Ensure that a FETCH call will not exceed maximum allowed command length on the IMAP server (Bug #12001). 6c1d57b Merge branch 'master' into imp_6_1 ----------------------------------------------------------------------- commit 032f2b6137f08ed12cc1844081067afeedb5c8d5 Author: Michael M Slusarz <[email protected]> Date: Sun Feb 17 13:50:17 2013 -0700 [mms] Ensure that session IDs are always 32 bytes long (Bug #12041). framework/Core/lib/Horde/Session.php | 6 ++++++ framework/Core/package.xml | 2 ++ 2 files changed, 8 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/032f2b6137f08ed12cc1844081067afeedb5c8d5 ----------------------------------------------------------------------- commit b0ad7501aed52f08ddc791a7ba2a6294c8c4935b Author: Michael M Slusarz <[email protected]> Date: Sun Feb 17 14:11:56 2013 -0700 Released Horde_Util-2.2.0 framework/Util/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/b0ad7501aed52f08ddc791a7ba2a6294c8c4935b ----------------------------------------------------------------------- commit d96a332c14cf9488c4843ce944fc71666220ccd4 Author: Michael M Slusarz <[email protected]> Date: Sun Feb 17 14:11:56 2013 -0700 Development mode for Horde_Util-2.2.1 framework/Util/package.xml | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/d96a332c14cf9488c4843ce944fc71666220ccd4 ----------------------------------------------------------------------- commit 044bbf012148ecb8f47ceef812433ea57e5f2267 Author: Michael M Slusarz <[email protected]> Date: Sun Feb 17 17:12:38 2013 -0700 [mms] Ensure that a FETCH call will not exceed maximum allowed command length on the IMAP server (Bug #12001). [mms] Add Horde_Imap_Client_ids#split(). framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 8 ++ framework/Imap_Client/lib/Horde/Imap/Client/Ids.php | 23 +++++ framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 68 ++++++++------ framework/Imap_Client/package.xml | 12 ++- framework/Imap_Client/test/Horde/Imap/Client/IdsTest.php | 33 +++++++ 5 files changed, 112 insertions(+), 32 deletions(-) http://git.horde.org/horde-git/-/commit/044bbf012148ecb8f47ceef812433ea57e5f2267 ----------------------------------------------------------------------- commit 6c1d57b8dccd91192b21042c13dddbf508a6d92c Merge: 6a69fc5 044bbf0 Author: Michael M Slusarz <[email protected]> Date: Sun Feb 17 17:15:35 2013 -0700 Merge branch 'master' into imp_6_1 framework/Core/lib/Horde/Session.php | 6 + framework/Core/package.xml | 2 + framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 8 ++ framework/Imap_Client/lib/Horde/Imap/Client/Ids.php | 23 +++++ framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 68 ++++++++------ framework/Imap_Client/package.xml | 12 ++- framework/Imap_Client/test/Horde/Imap/Client/IdsTest.php | 33 +++++++ framework/Util/package.xml | 24 ++++- 8 files changed, 138 insertions(+), 38 deletions(-) http://git.horde.org/horde-git/-/commit/6c1d57b8dccd91192b21042c13dddbf508a6d92c -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
