diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-14 21:41:52 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-14 21:41:52 +0000 |
commit | e15ee1ac045e37bf0212ad7ddd2c955644495bdf (patch) | |
tree | a52308079f3e203427915d509c500cd4e2a24ae6 /UPGRADING | |
parent | de314b61b5214fff83508c3171bcb3f7ebf0a3ae (diff) | |
download | mpd-e15ee1ac045e37bf0212ad7ddd2c955644495bdf.tar.gz mpd-e15ee1ac045e37bf0212ad7ddd2c955644495bdf.tar.xz mpd-e15ee1ac045e37bf0212ad7ddd2c955644495bdf.zip |
upgrade UPGRADING
git-svn-id: https://svn.musicpd.org/mpd/trunk@1489 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ Music Player Daemon (MPD) - UPGRADING +Upgrading to 0.11.0 +------------------- + +The database format has changed a little bit, but in a backward compatible way. +This means that if you upgrade to 0.11.0 from 0.10.x, you do not need to make +any changes. However, if you downgrade back to 0.10.x, then you will need +to recreate your db. + +The default port for MPD is now 6600, so update your mpd and client +configurations appropriatly. + Upgrading to 0.10.0 ------------------- |