chiark / gitweb /
Loosen playlist command rights.
[disorder] / README.upgrades
index d1c4024599d9bd0f35d2f02901444f6a7e2c8ffa..c586dd87804865bb6f1340a446e2f19910fc3099 100644 (file)
@@ -17,6 +17,21 @@ all 1.1.x versions.
 
 If you install from .deb files then much of this work is automated.
 
 
 If you install from .deb files then much of this work is automated.
 
+* 3.0 -> 4.x
+
+If you customized any of the templates, you will pretty much have to start from
+scratch as the web interface has been rewritten.  See disorder.cgi(8) for a
+starting point.
+
+The 'gap' directive will no longer work.  You must delete it from any
+configuration files that contain it.
+
+You may prefer to remove any 'smtp_server' directive you have, as the web
+interface will now use the local sendmail executable if available.
+
+If you want to be able to do use management over non-local connections (thereby
+potentially exposing passwords!) you must set 'remote_userman' to 'yes'.
+
 * 2.0 -> 3.0
 
 ** Authentication
 * 2.0 -> 3.0
 
 ** Authentication
@@ -58,6 +73,14 @@ in using their main DisOrder password and the one in the htpassed file is now
 obsolete.  You should revisit the web interface setup instructions in README
 from scratch.
 
 obsolete.  You should revisit the web interface setup instructions in README
 from scratch.
 
+As part of this, the DisOrder URL has changed from (e.g.)
+
+    http://yourserver/cgi-bin/disorder/disorder
+
+to just
+
+    http://yourserver/cgi-bin/disorder
+
 ** Checklist
 
    * delete default 'stopword', 'player' and 'tracklength' directives
 ** Checklist
 
    * delete default 'stopword', 'player' and 'tracklength' directives