summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-05-27 19:36:24 -0400
committerPaul Arthur <paul.arthur@flowerysong.com>2013-05-27 19:37:12 -0400
commiteac07ede274d19840574da4b6a4593b7d632e711 (patch)
tree3c19b7e98fb83d77d2228d285ed638b9c2df0a3e /docs
parentc311581b5cce0b8d2b4400b48f20809965ffafdf (diff)
downloadampache-eac07ede274d19840574da4b6a4593b7d632e711.tar.gz
ampache-eac07ede274d19840574da4b6a4593b7d632e711.tar.bz2
ampache-eac07ede274d19840574da4b6a4593b7d632e711.zip
install: Add support for MySQL sockets
If we're using a socket, grant privileges to user@localhost, not user@socketname.
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 4205971a..6e2bd9c6 100755
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -3,6 +3,7 @@ CHANGELOG
3.6-FUTURE
----------
+- Added support for MySQL sockets (based on patches by randomessence)
- Fixed some issues with the logic around memory_limit (reported by CableNinja)
- Fixed issue that sometimes removed ratings after catalog operations (reported
by stebe)