diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-10-27 09:24:34 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-10-27 09:24:34 +0000 |
commit | f593f18131d6a0cbf30b558b208e86b9fc957f13 (patch) | |
tree | af665d7fb2f7ec17b1948c8d1146dd9a6deaba29 /docs | |
parent | 14019e88c5370df8251b8d9836ea5867b670af1c (diff) | |
download | ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.gz ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.bz2 ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.zip |
Commit, still no internet paying for it.. curse you free.fr
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 12 | ||||
-rwxr-xr-x | docs/INSTALL | 8 | ||||
-rwxr-xr-x | docs/MIGRATION | 12 | ||||
-rwxr-xr-x | docs/README | 13 |
4 files changed, 31 insertions, 14 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index ce7ed1c6..094bf4d0 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,18 @@ -------------------------------------------------------------------------- v.3.5-Alpha1 + - Many other minor improvements (Thx Dipsol) + - Fixed warnings in caching code (Thx Dipsol) + - Massive text cleanup (Thx Dipsol) + - Fixed tag searching and improved some other search methods to + prevent SQL warnings on no results + - Improved Test page checks to more accuratly verify putENV support + - Make network downsampling a little more sane, don't require + access level + - Added caching to Playlist dropdown + - Fixed double caching on some objects + - Added base.css and 4 tag 'font' sizes depending on weight/count + - Fixed inline song edit - Updated registration multi-byte mail. - Fixed vainfo.class.php didn't catch exception for first analyze. - Fixed iconv() returns an empty strings (Thx abs0) diff --git a/docs/INSTALL b/docs/INSTALL index 17c83713..279e7370 100755 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------- ------------------ INSTALL - Ampache v.3.4 ---------------------- +----------------- INSTALL - Ampache v.3.5 ---------------------- ------------------------------------------------------------------------------- - www.ampache.org + I'm assuming that you have Apache, PHP and MySQL running when you get to this point. @@ -219,13 +219,13 @@ 3.6 Ampache Wiki - Ampache.org has a wiki set up at http://trac.ampache.org/wiki/ which is + Ampache.org has a wiki set up at http://ampache.org/wiki/ which is full of additional information. Such as specific install instructions for different OS's like Debian, Slackware, FreeBSD and Windows. It also explains how to use the additional features and options such as downsampling and transcoding, Access Control Lists, Ampache and XML-RPC, Ampache + Amarok, Localplay, Democratic Playback and much much more. - http://trac.ampache.org/wiki/ + http://ampache.org/wiki/ 3.7 Repositories diff --git a/docs/MIGRATION b/docs/MIGRATION index 4ce13040..5f8cf71b 100755 --- a/docs/MIGRATION +++ b/docs/MIGRATION @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------- ---------- MIGRATION - Ampache v.3.4 ----------- +--------- MIGRATION - Ampache v.3.5 ----------- ------------------------------------------------------------------------------- -- Upgrading ALL VERSIONS -- @@ -9,8 +9,14 @@ your old install is copied into the new directory, then follow any instructions provided via the web interface. + *** If you have any tag issues always run a verify after upgrading ** + Specifics for upgrading between versions are provided below +- Migrating from Ampache 3.4.x --> 3.5 + + * No special instructions + - Migrating from Ampache 3.3.x --> 3.4 The config file format has changed, please follow the instructions @@ -50,6 +56,4 @@ The tools to migrate Ampache 3.0 to 3.1 Are no longer supported and will not work against the newest versions of the software. - Sorry for any inconvience. If you would like to upgrade from 3.0 - to 3.1 without losing your data please download Ampache 3.1. - http://www.ampache.org/downloads/ampache.3.1.tar.gz + Sorry for any inconvience. diff --git a/docs/README b/docs/README index 710176e6..817108bc 100755 --- a/docs/README +++ b/docs/README @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------- ---------- README - Ampache v.3.4 ----------- +--------- README - Ampache v.3.5 ----------- ------------------------------------------------------------------------------- Contents: @@ -69,8 +69,10 @@ Contents: - Localplay - Music Player Daemon (MPD) - Winamp using (HTTPQ) + - Shoutcast + - Icecast2 - Democratic Vote based playback - - 3rd Party clients using API (Amarok,Coherence) + - 3rd Party clients using API (Amarok,Coherence,Quickplay) C) Current Translations @@ -90,12 +92,11 @@ Contents: - French (fr_FR) D) A Special Thanks: - Thanx to those who've helped us make Ampache so useable: + Thanks to those who've helped us make Ampache so useable: Scott Kveton - Head Nacho, inventer of all that is Ampache Robert Hopson - Libglue, Playlists, Ogg support.. and much more - Andy Morgan - Protagonist + Andy Morgan - Sage / Voice of Reason RosenSama - Previous Developer - Ben Shields - Ampache Logo Randall Ehren (Initial XML-RPC) s1amson (lots of beta testing) Caleb Crome (bug fixes and enhancements) @@ -151,7 +152,7 @@ Contents: IRC: irc.ampache.org #ampache (Freenode) Forums: http://ampache.org/forums Bugs: http://ampache.org/bugs - Wiki: http://ampache.org/bugs/wiki + Wiki: http://ampache.org/wiki Demo: http://ampache.org/demo Ampache Development Team |