diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-04 02:02:10 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-04 02:02:10 +0000 |
commit | 0cf24d0deb9955fb9a1d3d0b0c92b59e3957fed4 (patch) | |
tree | a31fa03d208888f46330b296b22f083dcb58244f /docs | |
parent | f6c313e5502c38706de8a28bfe239a3c1ea04d00 (diff) | |
download | ampache-0cf24d0deb9955fb9a1d3d0b0c92b59e3957fed4.tar.gz ampache-0cf24d0deb9955fb9a1d3d0b0c92b59e3957fed4.tar.bz2 ampache-0cf24d0deb9955fb9a1d3d0b0c92b59e3957fed4.zip |
added ability to define required user level on a per permission basis
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 4852ffd6..d350b09a 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,7 +4,10 @@ -------------------------------------------------------------------------- v.3.3.3-Alpha2 - - Foced a sane Post Size had some people with 32 byte post sizes + - Added ability for Admins to define the required permission level + for individual preferences + - Added WavPack support + - Forced a sane Post Size had some people with 32 byte post sizes which will not work with Ampache. - Fixed a logic error with the MPD controller. - Fixed a problem were invalid bitrates below the set downsample @@ -41,7 +44,7 @@ tags were found - Added new version of getid3() library which will hopefully resolve some PHP5 related issues - - Fixed security issue that allowed users to gain gues access to + - Fixed security issue that allowed users to gain guest access to ampache if register globals is enabled. - Added xml based query for artists,genre,albums and search see /server/xml.server.php |