chiark / gitweb /
Corrected web browser linkage from Disobedience 4.0.2
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 15 Jun 2008 13:45:06 +0000 (14:45 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 15 Jun 2008 13:45:06 +0000 (14:45 +0100)
CHANGES.html
configure.ac
debian/changelog
debian/rules

index b0f27e05847393dea720ef36c54206b287c2ce51..a1a0b9aa236a80660dbf904fc5619d37f6c496e3 100644 (file)
@@ -57,6 +57,14 @@ span.command {
 
 <p>This file documents recent user-visible changes to DisOrder.</p>
 
 
 <p>This file documents recent user-visible changes to DisOrder.</p>
 
+<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>
 <h2>Changes up to version 4.0.1</h2>
 
 <div class=section>
index 059444bac98544a6fc1872460588a1df500fafc1..fecfb7f1417fe26bf5b56eb2d3c7b086810c0065 100644 (file)
@@ -20,9 +20,9 @@
 # USA
 #
 
 # USA
 #
 
-AC_INIT([disorder], [4.0.1], [richard+disorder@sfere.greenend.org.uk])
+AC_INIT([disorder], [4.0.2], [richard+disorder@sfere.greenend.org.uk])
 AC_CONFIG_AUX_DIR([config.aux])
 AC_CONFIG_AUX_DIR([config.aux])
-AM_INIT_AUTOMAKE(disorder, [4.0.1])
+AM_INIT_AUTOMAKE(disorder, [4.0.2])
 AC_CONFIG_SRCDIR([server/disorderd.c])
 AM_CONFIG_HEADER([config.h])
 
 AC_CONFIG_SRCDIR([server/disorderd.c])
 AM_CONFIG_HEADER([config.h])
 
index 7e0c0b628691a491409d893f9a7c6cfb808e43e2..9a4bb4001c4bd9003f3880f80504224c5244bc04 100644 (file)
@@ -1,3 +1,9 @@
+disorder (4.0.2) unstable; urgency=low
+
+  * Correct web browser linkage from Disobedience.
+
+ -- Richard Kettlewell <rjk@greenend.org.uk>  Sun, 15 Jun 2008 14:44:22 +0100
+
 disorder (4.0.1) unstable; urgency=low
 
   * Version 4.0.1
 disorder (4.0.1) unstable; urgency=low
 
   * Version 4.0.1
index 113f9893c05225c4bb934b8ae3628327e8ecf2ba..0c14444f4670b20317517f82eecf223848a2f589 100755 (executable)
@@ -23,7 +23,7 @@ httpdir=/var/www
 browser=x-www-browser
 
 # Options to configure.  This can be overridden by the caller if necessary.
 browser=x-www-browser
 
 # Options to configure.  This can be overridden by the caller if necessary.
-CONFIGURE=--prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --mandir=/usr/share/man --with-browser=$browser cgiexecdir="${cgiexecdir}" httpdir="${httpdir}"
+CONFIGURE=--prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --mandir=/usr/share/man --with-browser=${browser} cgiexecdir="${cgiexecdir}" httpdir="${httpdir}"
 
 # Set DEB_BUILD_OPTIONS=noopt to produce a non-optimized build.
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 
 # Set DEB_BUILD_OPTIONS=noopt to produce a non-optimized build.
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))