From d8b957853160200fe6b00d8c0e8c61a3f62ecd7c Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 18 Oct 2008 12:01:36 +0100 Subject: [PATCH] update CHANGES.html Organization: Straylight/Edgeware From: Richard Kettlewell --- CHANGES.html | 33 ++++++++++++++++++++++++++++++++- configure.ac | 4 ++-- 2 files changed, 34 insertions(+), 3 deletions(-) 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]) -- [mdw]