aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-02-24 02:43:09 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-02-24 02:43:09 +0000
commitae2b3fcd8da7849faab10059f4b9cd51d3a6fe60 (patch)
tree86ee045694fed91535d7110d067fec615008868d
parent636f83dc7bc8909032cbfe9e92cf24542b45cad7 (diff)
update installtion and authors for 0.10.0
git-svn-id: https://svn.musicpd.org/mpd/trunk@12 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--AUTHORS1
-rw-r--r--INSTALL3
-rw-r--r--UPGRADING12
3 files changed, 16 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 270ae1da..17b98844 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,3 +3,4 @@ Developer -> tw-nym
wave File Support -> normalperson
setuid patch -> Nagilum
'next' and 'previous' patch -> Niklas Hofer
+command.c cleanup -> mackstann
diff --git a/INSTALL b/INSTALL
index 75d8fc7d..eaea4a02 100644
--- a/INSTALL
+++ b/INSTALL
@@ -25,6 +25,9 @@ libogg, libogg-devel, libvorbis, and libvorbis-devel).
Flac - http://flac.sf.net
For Flac support, you need Flac 1.1.0 or greater.
+Audiofile - http://www.68k.org/~michael/audiofile/
+For wave support.
+
Download
--------
diff --git a/UPGRADING b/UPGRADING
index 78ede45e..468c3e9a 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -1,5 +1,17 @@
Music Player Daemon (MPD) - UPGRADING
+Upgrading to 0.10.0
+-------------------
+
+All information is now stored in the db in UTF-8 format, and the character
+set used for the filesystem is stored in the db. Thus, it is highly
+recommended that you recreate the db. To do so, run mpd with the
+"--create-db" command line option. Also, note that the filesystem
+character set will be determined from your current locale settings.
+If your locale settings are not the same as those used for the filesystem,
+then use the config file parameter "filesystem_charset" to specify the
+correct character set (this maybe neccessary if you create the db with root).
+
Upgrading to 0.9.3
------------------