diff options
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 4 | ||||
-rwxr-xr-x | docs/MIGRATION | 9 | ||||
-rwxr-xr-x | docs/README | 2 |
3 files changed, 14 insertions, 1 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 0927d824..c451fe34 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,10 @@ -------------------------------------------------------------------------- v.3.4-Alpha3 + - Added ability to gather album art for a single catalog at a time + - Improved Upgrade Documentation + - Disabled more functionality when in Demo Mode because people + are lame - Cleaned up Preferences, moved Plugin Preferences into their own section - Fixed potential LastFM issue if invalid data is passed diff --git a/docs/MIGRATION b/docs/MIGRATION index 3b826133..d3dc8e9e 100755 --- a/docs/MIGRATION +++ b/docs/MIGRATION @@ -2,6 +2,15 @@ --------- MIGRATION - Ampache v.3.4 ----------- ------------------------------------------------------------------------------- +-- Upgrading ALL VERSIONS -- + + When upgrading Ampache extract the new .tar.gz into your existing + webpath, and then make sure that the /config/ampache.cfg.php from + your old install is copied into the new directory, then follow any + instructions provided via the web interface. + + Specifics for upgrading between versions are provided below + - Migrating from Ampache 3.3.x --> 3.4 The config file format has changed, please follow the instructions diff --git a/docs/README b/docs/README index 72f70057..6ff5ba05 100755 --- a/docs/README +++ b/docs/README @@ -136,7 +136,7 @@ Contents: If you are upgrading from an older version of Ampache we recommend moving the old directory out of the way, extracting the new copy in - its place and then re-creating the config file. All database updates + its place and then copying the old config file. All database updates will be handled by the /update.php script. There is no need to insert the /sql/ampache.sql if you have an existing installation. |