summaryrefslogtreecommitdiffstats
path: root/docs/CHANGELOG
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2011-11-09 23:01:17 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2011-11-09 23:01:17 -0500
commit58a7f6b2a6f1c3dbf6c01156b76b9f62dbd81bed (patch)
tree194b515abc8f0ee1b1a414b452434c3e630d2f25 /docs/CHANGELOG
parente2a53eac78c980d73f56e7ea4954dd0bf1c3384e (diff)
downloadampache-58a7f6b2a6f1c3dbf6c01156b76b9f62dbd81bed.tar.gz
ampache-58a7f6b2a6f1c3dbf6c01156b76b9f62dbd81bed.tar.bz2
ampache-58a7f6b2a6f1c3dbf6c01156b76b9f62dbd81bed.zip
Fix custom session handler.
We were manually loading the vauth class (apparently to work around a bug in Synology's PHP) but not calling vauth::_auto_init(), so the default session handler was used. This normally does session locking, so bad things happened.
Diffstat (limited to 'docs/CHANGELOG')
-rwxr-xr-xdocs/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index 799c855a..eb3330f4 100755
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -4,6 +4,8 @@
--------------------------------------------------------------------------
v.3.6-Alpha2
+ - Fixed session handling to actually use our custom handler
+ (reported by ss23)
- Fixed Last.FM art method (reported by claudio)
- Updated Captcha PHP to 2.3
- Updated getID3 to 1.9.1