diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-18 07:23:39 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-18 07:23:39 +0000 |
commit | 1aebb301ed5b9b10cc3c14d5f7463f7be536e2f9 (patch) | |
tree | 25151dbf76bcb2f8e333c08e52f7b53a8e3eb125 /docs | |
parent | db17bc2c13b02caa2ce3e5be7ac2682f7ee1594d (diff) | |
download | ampache-1aebb301ed5b9b10cc3c14d5f7463f7be536e2f9.tar.gz ampache-1aebb301ed5b9b10cc3c14d5f7463f7be536e2f9.tar.bz2 ampache-1aebb301ed5b9b10cc3c14d5f7463f7be536e2f9.zip |
fixed catalog update bug
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index f58636d8..38008fe8 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,10 +4,13 @@ -------------------------------------------------------------------------- v.3.3.2-Beta2 + - Fixed a catalog update bug that was introduced when I switched + over to vauth. + - Fixed some minor Local Play display/consistency issues (Thx Morgan) - Fixed disable/enable functions which were incorrectly referencing session variables to check for permission (always failed) - Fixed lack of default amazon web url which prevented searching - from working at all if you had not updated yoru config + from working at all if you had not updated your config file - Fixed read_config so that it loads faster, removed ~1500 preg_match calls per page (Thx XGizzmo) |