chiark / gitweb /
disobedience: menu item to select network playback API
[disorder] / CHANGES.html
index 2fb65facc9a9e586508de5e02b35b90591fcaa0c..a51568b87b967f2a2a583f0cfc81351ce3e38862 100644 (file)
 <p><b>IMPORTANT</b>: you should read <a
 href="README.upgrades.html">README.upgrades</a> before upgrading.</p>
 
+<h2>Changes up to version 5.1.1</h2>
+
+    <div class=section>
+
+      <h3>Bug fixes</h3>
+
+      <div class=section>
+
+        <ul>
+          <li><code>player</code> and <code>tracklength</code> can now be used
+          without arguments to clear the lists, as per the documentation.</li>
+
+          <li>Tracks without a player are forgotten upon rescan.</li>
+
+          <li>The speaker process avoids splitting frames.</li>
+        </ul>
+
+        <p>Thanks to Mark Wooding and Joe Birr-Pixton.</p>
+
+      </div>
+
+    </div>
+
 <h2>Changes up to version 5.1</h2>
 
 <div class=section>
@@ -32,6 +55,24 @@ href="README.upgrades.html">README.upgrades</a> before upgrading.</p>
 
   </div>
 
+  <h3>Disobedience</h3>
+
+  <div class=section>
+
+    <p>You can now edit the <tt>required-tags</tt> and <tt>prohibited-tags</tt>
+    global preferences in Disobedience
+    (<a href="http://code.google.com/p/disorder/issues/detail?id=29">issue
+    #29</a>).</p>
+
+    <p>The &ldquo;Manage users&rdquo; option is now more reliably greyed out if
+    it will not work.  This depends on a server change too, so it may still be
+    wrong if a new Disobedience is used against an old server.</p>
+
+    <p>A <tt>.desktop</tt> file is now shipped, making Disobedience visible as
+    an application in freedesktop.org-compliant systems.</p>
+
+  </div>
+
   <h3>Backups</h3>
 
   <div class=section>
@@ -43,10 +84,12 @@ href="README.upgrades.html">README.upgrades</a> before upgrading.</p>
 
     <p>The <tt>disorder-dump -r</tt> option was broken.</p>
 
-    <p><tt>disorder-dump</tt> now gets permissions right automatically (a
+    <p><tt>disorder-dump</tt> now gets permissions right automatically (<a
     href="http://code.google.com/p/disorder/issues/detail?id=56">issue
     #56</a>).</p>
 
+  </div>
+
   <h3>General</h3>
 
   <div class=section>
@@ -54,13 +97,42 @@ href="README.upgrades.html">README.upgrades</a> before upgrading.</p>
     <p>Unicode support has been upgraded to <a
     href="http://www.unicode.org/versions/Unicode6.0.0/">Unicode
     6.0.0</a>.</p>
+
+    <p>Client programs no longer depend on libdb.</p>
     
+    <p>The following have been removed:</p>
+
+    <ul>
+
+      <li>The <tt>allow</tt>, <tt>gap</tt>, <tt>lock</tt>, <tt>prefsync</tt>, 
+      <tt>restrict</tt>, <tt>trust</tt> configuration commands.  If they still
+      appear in your configuration file then the server will not start.</li>
+
+      <li>The <tt>columns</tt> web interface option.  It will generate an
+      message in your error log but otherwise be ignored.</li>
+
+      <li>The <tt>--wait-for-device</tt> player option.  If it still appears in
+      any player commands, they will not work.</li>
+
+      <li>Support for automatically importing pre-3.0 users.</li>
+
+    </ul>
+
     <p>Various minor bug fixes.</p>
 
   </div>
 
 </div>
 
+<h2>Changes up to version 5.0.3</h2>
+
+<div class=section>
+
+<p><b>Security</b>: Local connections can no longer create and delete users
+unless they are properly authorized.</p>
+
+</div>
+
 <h2>Changes up to version 5.0.2</h2>
 
 <div class=section>