From: Richard Kettlewell Date: Sat, 18 Oct 2008 11:01:36 +0000 (+0100) Subject: update CHANGES.html X-Git-Tag: 4.3~71 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/d8b957853160200fe6b00d8c0e8c61a3f62ecd7c update CHANGES.html --- diff --git a/CHANGES.html b/CHANGES.html index d19afe7..5eb7062 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -55,7 +55,38 @@ span.command {

DisOrder Change History

-

This file documents recent user-visible changes to DisOrder.

+

This file documents recent user-visible changes to DisOrder.

+ +

Changes up to version XXX

+ +
+ +

Disobedience

+ +
+ +

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.

+ +

Disobedience's icons have been changed to larger, more colorful + ones. The SVG source is included if you want to fiddle with them.

+ +
+ +

General

+ +
+ +

The build system will now automatically cope with Fink's broken GTK+ + packages.

+ +

There are some minor fixes to the test suite.

+ +
+ +

Changes up to version 4.2

diff --git a/configure.ac b/configure.ac index 134b1a1..dd0d450 100644 --- a/configure.ac +++ b/configure.ac @@ -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])