You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2006/12/08 14:28:55 UTC

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

Author: jim
Date: Fri Dec  8 05:28:54 2006
New Revision: 484590

URL: http://svn.apache.org/viewvc?view=rev&rev=484590
Log:
http://svn.apache.org/viewvc?view=rev&revision=450089 no
longer cleanly applies as is to 2.2 branch. Need a
2.2 specific patch now. Jim will try.

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?view=diff&rev=484590&r1=484589&r2=484590
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Dec  8 05:28:54 2006
@@ -78,12 +78,6 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-    * mod_mem_cache: Convert mod_mem_cache to use APR memory pool functions
-      by creating a root pool for object persistence across requests. This
-      also eliminates the need for custom serialization code.
-      Trunk: http://svn.apache.org/viewvc?view=rev&revision=450089
-      +1: minfrin, jim, wrowe
-
    * mod_dbd: Key the storage of prepared statements on the hex string
      value of server_rec, rather than the server name, as the server name
      may change (eg when the server name is set) at any time, causing
@@ -103,6 +97,14 @@
                  made this alot easier for review - mind \x09's please.
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+
+    * mod_mem_cache: Convert mod_mem_cache to use APR memory pool functions
+      by creating a root pool for object persistence across requests. This
+      also eliminates the need for custom serialization code.
+      Trunk: http://svn.apache.org/viewvc?view=rev&revision=450089
+      +1: minfrin, wrowe
+      -1: jim: Trunk version no longer cleanly applies w/o conflicts.
+               Need 2.2 version of patch.
 
     * mpm_winnt: Fix return values from wait_for_many_objects.
       Trunk version of patch: