From e8f4577d9a61ff3aeb721bffb1654977305e6feb Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Fri, 9 Mar 2012 14:02:50 -0500 Subject: Clean JSON output of user-controlled strings JSON has some strict rules about what can be escaped, and we should have been scrubbing to entities all along. --- docs/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/CHANGELOG') diff --git a/docs/CHANGELOG b/docs/CHANGELOG index ee709d30..d00afa1f 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,8 @@ -------------------------------------------------------------------------- v.3.6-Alpha2 + - Fixed JSON escaping issue that broke search in some cases + (reported by XeeNiX) - Added admin_enable_required option to user registration - Fixed session issue preventing some users from streaming (reported by miir01) -- cgit