chiark / gitweb /
Install CGI correctly.
[disorder] / CHANGES.html
index 9a60a44bf30f79ae7714097161e40d57a8b8af50..b0f27e05847393dea720ef36c54206b287c2ce51 100644 (file)
@@ -57,7 +57,17 @@ 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.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>
 
@@ -126,6 +136,15 @@ span.command {
   is possible to define macros to avoid repetition, and the documentation is
   less monolithic (see disorder.cgi(8) as a starting point).</p>
 
+  <p>Mail is now sent via the system sendmail program, though it remains
+  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 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>
 
 </div>
@@ -293,5 +312,6 @@ span.command {
 <!--
 Local Variables:
 fill-column:79
+indent-tabs-mode:nil
 End:
 -->