You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2006/04/21 17:19:08 UTC

svn commit: r395911 - /httpd/httpd/branches/2.2.x/STATUS

Author: pquerna
Date: Fri Apr 21 08:19:05 2006
New Revision: 395911

URL: http://svn.apache.org/viewcvs?rev=395911&view=rev
Log:
Move up accepted patch.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/STATUS?rev=395911&r1=395910&r2=395911&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Apr 21 08:19:05 2006
@@ -107,21 +107,6 @@
           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
@@ -138,6 +123,21 @@
               (r395197))?
               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