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

This file documents recent user-visible changes to DisOrder.

-

Changes up to version 3.1

+

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 +148,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.