The branch "master" has been updated. The following is a summary of the commits.
from: 7aebd0096fd25ac983d03c49feb23cbe90f1ba59 471fdda This is an integer value b76c556 Add HTML5 sandboxing to IFRAME used to display message HTML data 7e49595 [mms] Fix race condition where memcache lock could be removed before the underlying locked data could be updated. d79d64c Released Horde_Memcache-2.0.7 c74b3d4 Development mode for Horde_Memcache-2.0.8 Summary: http://github.com/horde/horde/compare/7aebd0096fd25ac983d03c49feb23cbe90f1ba59...c74b3d4e4433a7d2b3e0c8e3397311708c799fa2 ----------------------------------------------------------------------- commit 471fddacd22d98eaa343d0ed54c8991e3cc5a57f Author: Michael M Slusarz <[email protected]> Date: Mon Dec 1 13:56:51 2014 -0700 This is an integer value imp/lib/Ajax/Application/Handler/ComposeAttach.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/471fddacd22d98eaa343d0ed54c8991e3cc5a57f ----------------------------------------------------------------------- commit b76c5568c271f21f2cd840af477adf51b288a561 Author: Michael M Slusarz <[email protected]> Date: Mon Dec 1 14:03:05 2014 -0700 Add HTML5 sandboxing to IFRAME used to display message HTML data imp/lib/Mime/Viewer/Html.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/b76c5568c271f21f2cd840af477adf51b288a561 ----------------------------------------------------------------------- commit 7e495955d518c0126ee95a0212e716a27e16ce03 Author: Michael M Slusarz <[email protected]> Date: Mon Dec 1 15:19:12 2014 -0700 [mms] Fix race condition where memcache lock could be removed before the underlying locked data could be updated. Namely, this affected session handling. Registering a shutdown function is necessary to remove locks that would never be unlocked in sessionhandler destruct code due to PHP fatal errors. This could should be a failsafe however - we should NOT be unlocking otherwise since that is the responsibility of the calling/locking code. This was resulting in session locks being cleared at some point during shutdown function processing, leaving a small gap between this event and when the session was ultimately written/closed, where a competing session access could read the session before it was written. framework/Memcache/lib/Horde/Memcache.php | 20 ++++++++++++++++++-- framework/Memcache/package.xml | 4 ++-- 2 files changed, 20 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/7e495955d518c0126ee95a0212e716a27e16ce03 ----------------------------------------------------------------------- commit d79d64c3c6371e1892dae6ef8ed768704d9785a8 Author: Michael M Slusarz <[email protected]> Date: Mon Dec 1 15:25:54 2014 -0700 Released Horde_Memcache-2.0.7 framework/Memcache/composer.json | 4 ++-- framework/Memcache/package.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/d79d64c3c6371e1892dae6ef8ed768704d9785a8 ----------------------------------------------------------------------- commit c74b3d4e4433a7d2b3e0c8e3397311708c799fa2 Author: Michael M Slusarz <[email protected]> Date: Mon Dec 1 15:25:55 2014 -0700 Development mode for Horde_Memcache-2.0.8 framework/Memcache/package.xml | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/c74b3d4e4433a7d2b3e0c8e3397311708c799fa2 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
