diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-12 05:58:17 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-12 05:58:17 +0000 |
commit | 3634ba80946b818de7f0505ed44d947e70dd41ec (patch) | |
tree | 03749fb9cc1f1fc6ef157ac187cea48f1f1a7098 /docs | |
parent | 3e36e0b01e843ec8d4e8a63a72e5f7425921dab8 (diff) | |
download | ampache-3634ba80946b818de7f0505ed44d947e70dd41ec.tar.gz ampache-3634ba80946b818de7f0505ed44d947e70dd41ec.tar.bz2 ampache-3634ba80946b818de7f0505ed44d947e70dd41ec.zip |
added in some caching and add the database upgrade that will make the taging mostly work
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 8 | ||||
-rwxr-xr-x | docs/README | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 9fcde8b0..6f59af6c 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -3,6 +3,14 @@ -------------------------------------------------------------------------- -------------------------------------------------------------------------- + v.3.5-Alpha1 + - Upped Minimum requirements to Mysql 5.x + - Add codeunde1load's Web 2.0 style tag patch + - Fixed typo in e-mail From: name (Thx Xgizzmo) + - Fixed typo in browse auto_init() which could cause ampache to not + remember your start point in some situations. (Thx Xgizzmo) + +-------------------------------------------------------------------------- v.3.4 05/10/2008 - Fixed an issue where the plugins could be installed infinite times if you kept refreshing the install page causing them to break diff --git a/docs/README b/docs/README index 1feb581d..710176e6 100755 --- a/docs/README +++ b/docs/README @@ -120,7 +120,7 @@ Contents: PHP5-gd (recommended) PHP5 ICONV PHP5 ZLIB support (recommended) - MySQL >= 4.1+ http://www.mysql.com + MySQL >= 5.x+ http://www.mysql.com 3. Setting Up |