]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Move up accepted patch.
authorPaul Querna <pquerna@apache.org>
Fri, 21 Apr 2006 15:19:05 +0000 (15:19 +0000)
committerPaul Querna <pquerna@apache.org>
Fri, 21 Apr 2006 15:19:05 +0000 (15:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395911 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 75670038be23fc2c1b1a24dcb8906383f0b379ab..71e028d72ca88e287461d8cc04172c85a6b36aec 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -107,21 +107,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
           Trunk version works
       +1: rpluem, jim, wrowe
 
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-
-    * mod_dbd: When threaded, create a private pool in child_init
-      so we're not using the process pool later.  Also improve
-      configuration defaults and merge function.
-      http://svn.apache.org/viewcvs.cgi?rev=348026&view=rev
-      http://svn.apache.org/viewcvs.cgi?rev=354400&view=rev
-      +1 niq, trawick, pquerna
-
-    * Backport mod_authz_dbd (it's had some testing now)
-      http://svn.apache.org/viewcvs.cgi/httpd/httpd/trunk/modules/aaa/mod_authz_dbd.c
-      +1 niq
-      -1 bnicholes - The authorization refactoring that was done is for 2.3 and above.
-                     This can not be backported to 2.2.
-
     * core: Prevent read of unitialized memory in ap_rgetline_core. PR 39282.
         Trunk version of patch:
           http://svn.apache.org/viewcvs?rev=394070&view=rev
@@ -139,6 +124,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
               jim, does your agreement with niq also include his +1 in the case
               the comment is fixed?
 
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+
+    * mod_dbd: When threaded, create a private pool in child_init
+      so we're not using the process pool later.  Also improve
+      configuration defaults and merge function.
+      http://svn.apache.org/viewcvs.cgi?rev=348026&view=rev
+      http://svn.apache.org/viewcvs.cgi?rev=354400&view=rev
+      +1 niq, trawick, pquerna
+
+    * Backport mod_authz_dbd (it's had some testing now)
+      http://svn.apache.org/viewcvs.cgi/httpd/httpd/trunk/modules/aaa/mod_authz_dbd.c
+      +1 niq
+      -1 bnicholes - The authorization refactoring that was done is for 2.3 and above.
+                     This can not be backported to 2.2.
+
     * arch win32: http://svn.apache.org/viewcvs?rev=395419&view=rev
       s|/GX |/EHsc | because they were always synonyms, and Visual Studio
       2005 edition complains bitterly and loudly that /GX is deprecated.