chiark / gitweb /
server/gstdecode.c: Produce the configured sample format directly.
[disorder] / CHANGES.html
index 65f10ae9576bcc877088f4d340d9f9a5116c9136..4fbc197cf9c87c271fc9f6ca97d6c9cbf96b49cf 100644 (file)
@@ -41,6 +41,13 @@ href="README.upgrades.html">README.upgrades</a> before upgrading.</p>
     (<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>
@@ -67,13 +74,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>