chiark / gitweb /
update CHANGES.html
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 18 Oct 2008 11:01:36 +0000 (12:01 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 18 Oct 2008 11:01:36 +0000 (12:01 +0100)
CHANGES.html
configure.ac

index d19afe7cc861f74876a24f1f79edc639c001c97c..5eb706272970ecce8ca56c28327e294cc4e140dc 100644 (file)
@@ -55,7 +55,38 @@ span.command {
 <body>
 <h1>DisOrder Change History</h1>
 
-<p>This file documents recent user-visible changes to DisOrder.</p>
+<p>This file documents recent user-visible changes to <a
+ href="http://www.greenend.org.uk/rjk/disorder/">DisOrder</a>.</p>
+
+<h2>Changes up to version XXX</h2>
+
+  <div class=section>
+
+    <h3>Disobedience</h3>
+
+      <div class=section>
+
+        <p>A bug was fixed in the calculation of how much of the track had
+        played.  This would lead to the counter incorrectly resetting to 0:00
+        from whenever anything about the queue changed.</p>
+
+        <p>Disobedience's icons have been changed to larger, more colorful
+        ones.  The SVG source is included if you want to fiddle with them.</p>
+
+      </div>
+
+    <h3>General</h3>
+
+      <div class=section>
+
+        <p>The build system will now automatically cope with Fink's broken GTK+
+        packages.</p>
+
+        <p>There are some minor fixes to the test suite.</p>
+
+      </div>
+
+  </div>
 
 <h2>Changes up to version 4.2</h2>
 
index 134b1a1e0fd8d72e4a5028a26273c742370212ca..dd0d45085c9062cdea2e979957f2422411bf52dd 100644 (file)
@@ -20,9 +20,9 @@
 # USA
 #
 
-AC_INIT([disorder], [4.2], [richard+disorder@sfere.greenend.org.uk])
+AC_INIT([disorder], [4.2+], [richard+disorder@sfere.greenend.org.uk])
 AC_CONFIG_AUX_DIR([config.aux])
-AM_INIT_AUTOMAKE(disorder, [4.2])
+AM_INIT_AUTOMAKE(disorder, [4.2+])
 AC_CONFIG_SRCDIR([server/disorderd.c])
 AM_CONFIG_HEADER([config.h])