aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-06-14 21:41:52 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-06-14 21:41:52 +0000
commite15ee1ac045e37bf0212ad7ddd2c955644495bdf (patch)
treea52308079f3e203427915d509c500cd4e2a24ae6
parentde314b61b5214fff83508c3171bcb3f7ebf0a3ae (diff)
upgrade UPGRADING
git-svn-id: https://svn.musicpd.org/mpd/trunk@1489 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--UPGRADING11
-rw-r--r--doc/mpd.12
2 files changed, 12 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 468c3e9a..8c6300f8 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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
-------------------
diff --git a/doc/mpd.1 b/doc/mpd.1
index 69afef89..d621e700 100644
--- a/doc/mpd.1
+++ b/doc/mpd.1
@@ -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