upgrade UPGRADING

git-svn-id: https://svn.musicpd.org/mpd/trunk@1489 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-06-14 21:41:52 +00:00
parent de314b61b5
commit e15ee1ac04
2 changed files with 12 additions and 1 deletions

View File

@ -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
-------------------

View File

@ -24,7 +24,7 @@ can be specified on the command line: PORT, MUSIC_DIR, PLAYLIST_DIR, LOG_FILE,
Read more about MPD on http://www.musicpd.org
.SH OPTIONS
.TP
.B --create-db
.BI --create-db
(Re)Crete the db file for mpd.
.TP
.BI --help