]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Two PR fixes.
authorJoe Orton <jorton@apache.org>
Tue, 28 Sep 2004 16:39:56 +0000 (16:39 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 28 Sep 2004 16:39:56 +0000 (16:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105319 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e5b8f0bd6462466f867f489ad7c376e90eeb4bff..c69bd052e40e57597c6e91109169af23eea9fe60 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/09/28 16:20:10 $]
+Last modified at [$Date: 2004/09/28 16:39:56 $]
 
 Release:
 
@@ -75,6 +75,16 @@ 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! ]
 
+    *) apxs: fix handling of -Wc/-Wl and "-o mod_foo.so".
+       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/apxs.in?r1=1.64&r2=1.62
+       PR: 31448
+       +1: jorton
+
+    *) Fix ap_save_brigade's handling of ENOTIMPL setaside functions.
+       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/util_filter.c?r1=1.100&r2=1.101
+       PR: 31247
+       +1: jorton
+
     *) Fix mod_disk_cache race conditions in storing the response body.
        modules/experimental/mod_disk_cache.c: 1.61
        +1: jerenkrantz, stoddard