]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose some backports.
authorJoe Orton <jorton@apache.org>
Tue, 2 Dec 2003 15:32:47 +0000 (15:32 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 2 Dec 2003 15:32:47 +0000 (15:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101957 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5b6e0df24cc6a9381808d7d5cd680c5bbf2be541..e9d93339c2385c14da723ca65006b6ac8ead1bbf 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/12/02 14:50:35 $]
+Last modified at [$Date: 2003/12/02 15:32:47 $]
 
 Release:
 
@@ -74,6 +74,21 @@ 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! ]
 
+    * mod_dav: Return a WWW-Auth header for MOVE/COPY requests where
+      the destination resource gives a 401.
+      http://cvs.apache.org/viewcvs/httpd-2.0/modules/dav/main/mod_dav.c.diff?r1=1.100&r2=1.101
+      PR: 15571
+      +1: jorton
+
+    * mod_dav_fs: Fix for dropping custom namespaces
+      http://cvs.apache.org/viewcvs/httpd-2.0/modules/dav/fs/dbm.c.diff?r1=1.28&r2=1.29
+      PR: 11637
+      +1: jorton
+
+    * prefork: Fix slow graceful restarts on some platforms.
+      http://cvs.apache.org/viewcvs/httpd-2.0/server/mpm/prefork/prefork.c.diff?r1=1.279&r2=1.280
+      +1: jorton
+
     * Make Win32 MPM honor MaxMemFree for transaction pools
       server/mpm/winnt/child.c: r1.17
       server/mpm/winnt/mpm.h: r1.14