diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-02 00:28:37 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-02 00:28:37 +0000 |
commit | e9133f9825735a072bb3ce54daac1d85edb3a806 (patch) | |
tree | f4f01cd7f846e465c1cb1a142f3a3b6ecab0326c /docs | |
parent | 00d74cac5a20c26017554b5e6eaef624b48f886e (diff) | |
download | ampache-e9133f9825735a072bb3ce54daac1d85edb3a806.tar.gz ampache-e9133f9825735a072bb3ce54daac1d85edb3a806.tar.bz2 ampache-e9133f9825735a072bb3ce54daac1d85edb3a806.zip |
fixed mpd logic error and post max size
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 17625f55..4852ffd6 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,9 @@ -------------------------------------------------------------------------- v.3.3.3-Alpha2 + - Foced 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 bitrate could cause lame to crash as they weren't validated. |