You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2006/01/06 10:16:40 UTC

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

Author: rpluem
Date: Fri Jan  6 01:16:34 2006
New Revision: 366456

URL: http://svn.apache.org/viewcvs?rev=366456&view=rev
Log:
* Add votes and move new proposal to the end of the list

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=366456&r1=366455&r2=366456&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Jan  6 01:16:34 2006
@@ -91,10 +91,6 @@
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
-    * mod_proxy: Call ap_proxy_http_cleanup after ap_log_rerror
-      because it resets backend->hostname to NULL.
-      http://svn.apache.org/viewcvs.cgi?rev=366279&view=rev
-
     * 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.
@@ -117,7 +113,7 @@
     * proxy_util: Fix case where a shared keepalive connection results in
       different (and incorrect) workers from being accessed.
       http://svn.apache.org/viewcvs.cgi/httpd/httpd/trunk/modules/proxy/proxy_util.c?rev=356030&view=diff&r1=356030&r2=332306
-      +1: jim
+      +1: jim, rpluem
 
     * mod_ssl: Fix PR37791 (SEGV if the client is connection plain to a SSL
       enabled port)
@@ -134,4 +130,9 @@
     * Fix mis-shifted 32 bit scope, masked to 64 bits as a method.
         URL: http://svn.apache.org/viewcvs?rev=358040&view=rev
       +1: wrowe
+
+    * mod_proxy: Call ap_proxy_http_cleanup after ap_log_rerror
+      because it resets backend->hostname to NULL.
+      http://svn.apache.org/viewcvs.cgi?rev=366279&view=rev
+      +1: rpluem