chiark / gitweb /
Corrected web browser linkage from Disobedience
[disorder] / CHANGES.html
index 9cbcd90962c1755885065dc8fcd74935bd706950..a1a0b9aa236a80660dbf904fc5619d37f6c496e3 100644 (file)
@@ -57,7 +57,25 @@ span.command {
 
 <p>This file documents recent user-visible changes to DisOrder.</p>
 
-<h2>Changes up to version 3.1</h2>
+<h2>Changes up to version 4.0.2</h2>
+
+<div class=section>
+
+  <p>Corrected web browser linked from Disobedience.</p>
+  
+</div>
+
+<h2>Changes up to version 4.0.1</h2>
+
+<div class=section>
+
+  <p>Libtool and Automake now install the CGI correctly.  As part of this,
+  <tt>cgidir</tt> has been renamed to <tt>cgiexecdir</tt>.  The configure
+  script will report an error if you try to use the old name.</p>
+  
+</div>
+
+<h2>Changes up to version 4.0</h2>
 
 <div class=section>
 
@@ -130,9 +148,10 @@ span.command {
   possible to use TCP to connect to an SMTP server.  See <tt>sendmail</tt> and
   <tt>smtp_server</tt> in disorder_config(5).</p>
 
-  <p>The makefiles will now install the CGI automatically.  If they cannot
-  figure out the location of the cgi-bin directory on your system, set
-  <tt>cgidir</tt> on the <tt>configure</tt> command line.</p>
+  <p>The web interface is now installed automatically.  If you don't want it,
+  use <tt>./configure --without-cgi</tt>.  If you want it in a non-default
+  location, or no location for it is detected, set <tt>cgidir</tt>
+  and <tt>httpdir</tt> on the <tt>./configure</tt> command line.</p>
   
 </div>