X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/4cbafe13fc8079df21add06fd7820c7e244cf8fd..6d18d6806634eb730c416f45043e332a72c1f400:/CHANGES.html diff --git a/CHANGES.html b/CHANGES.html index 9cbcd90..31f55ad 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -57,7 +57,80 @@ span.command {

This file documents recent user-visible changes to DisOrder.

-

Changes up to version 3.1

+

Changes up to version 4.1.1

+ +
+ +

Disobedience's “Login” window now works when you are logged + in.

+ +
+ +

Changes up to version 4.1

+ +
+ +

Disobedience

+ +
+ +

Disobedience has been largely rewritten:

+ + + +

Disobedience attempts to cope with servers from older versions, up to + a point, but this is not well tested and it's best to keep the server + fully up to date.

+ +
+ +

Server

+ +
+ +

When a track shares a directory with its alias, the real track name is + now returned instead of the alias (the opposite way round to the previous + behaviour).

+ +
+
+ +

Changes up to version 4.0.2

+ +
+ +

Corrected web browser linked from Disobedience.

+ +
+ +

Changes up to version 4.0.1

+ +
+ +

Libtool and Automake now install the CGI correctly. As part of this, + cgidir has been renamed to cgiexecdir. The configure + script will report an error if you try to use the old name.

+ +
+ +

Changes up to version 4.0

@@ -130,9 +203,10 @@ span.command { possible to use TCP to connect to an SMTP server. See sendmail and smtp_server in disorder_config(5).

-

The makefiles will now install the CGI automatically. If they cannot - figure out the location of the cgi-bin directory on your system, set - cgidir on the configure command line.

+

The web interface is now installed automatically. If you don't want it, + use ./configure --without-cgi. If you want it in a non-default + location, or no location for it is detected, set cgidir + and httpdir on the ./configure command line.