diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-04 08:15:40 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-04 08:15:40 +0000 |
commit | b315ff2d260209c2d99ee056ed974585caf9f6cf (patch) | |
tree | 4c3e13f84b5b6cce764fb587c7a245c02b50a3b3 /docs | |
parent | 2169a44d52a35ed05ca098235247dde078bd223d (diff) | |
download | ampache-b315ff2d260209c2d99ee056ed974585caf9f6cf.tar.gz ampache-b315ff2d260209c2d99ee056ed974585caf9f6cf.tar.bz2 ampache-b315ff2d260209c2d99ee056ed974585caf9f6cf.zip |
some minror tweaks
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index d350b09a..42faef18 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,13 @@ -------------------------------------------------------------------------- v.3.3.3-Alpha2 + - Added more error checking to install, won't let you continue + without a valid MySQL connection, rather then relying + on the db_select() to fail + - Fixed a session race condition if you turn use_auth off and on + and a user log in while use_auth if off + - Fixed a potential foreach error if no songs passed to stream + now logs error and gently returns the user - Added ability for Admins to define the required permission level for individual preferences - Added WavPack support |