]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note apxs fix.
authorBen Laurie <ben@apache.org>
Sat, 2 Mar 2002 17:48:28 +0000 (17:48 +0000)
committerBen Laurie <ben@apache.org>
Sat, 2 Mar 2002 17:48:28 +0000 (17:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@93675 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES

index 85d48f89565382ab468664ecd5965a46726e94b7..2772786b9b6a7e3fbe3190c2fd7af49a106602d2 100644 (file)
@@ -1,5 +1,9 @@
 Changes with Apache 1.3.24
 
+  *) apxs didn't get rebuilt when options were changed. This must have
+     caused much puzzlement in the past. Fixed.
+     [Ben Laurie]
+
   *) No idea why an HTTP/1.1 proxy would send an HTTP/1.0 request
      to a remote server by default. Fixed.
      [Graham Leggett, Gabriel Russell <g.russell@ieee.org>]