]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Build tweaks.
authorJoe Orton <jorton@apache.org>
Fri, 17 Sep 2004 09:01:49 +0000 (09:01 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 17 Sep 2004 09:01:49 +0000 (09:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105180 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 15cba674b64eb5358c7e3e9ec1ef4c427a3f6798..1b9e15ecefb265d807d6aac3ba8e48f6e78abe9f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/09/15 20:27:03 $]
+Last modified at [$Date: 2004/09/17 09:01:49 $]
 
 Release:
 
@@ -74,9 +74,17 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    *) buildconf: Clean autoconf cache and do mod_ssl timestamp dance.
+       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/buildconf?r1=1.37&r2=1.40
+       +1: jorton
+    
+    *) remove config.{guess,sub} and PrintPath from build (they are copied
+       by buildconf already)
+       +1: jorton
+
     *) Use HTML 2.0 <hr> for error pages. PR 30732
          modules/http/http_protocol.c: r1.483
-       +1: nd
+       +1: nd, jorton
 
     *) mod_mem_cache: Fixed race condition causing segfault because of memory being
        freed twice, or reused after being freed. Changed the atomic usage of refcount