summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2012-03-09 14:02:50 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2012-03-09 14:02:50 -0500
commite8f4577d9a61ff3aeb721bffb1654977305e6feb (patch)
tree8ea0ca757fdafaab944a988987febe1de686db86 /docs
parenta7b336e3265fc59fa0c8ba56744178c7098699cf (diff)
downloadampache-e8f4577d9a61ff3aeb721bffb1654977305e6feb.tar.gz
ampache-e8f4577d9a61ff3aeb721bffb1654977305e6feb.tar.bz2
ampache-e8f4577d9a61ff3aeb721bffb1654977305e6feb.zip
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.
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
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)