You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2005/12/20 22:26:29 UTC

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

Author: wrowe
Date: Tue Dec 20 13:26:26 2005
New Revision: 358108

URL: http://svn.apache.org/viewcvs?rev=358108&view=rev
Log:

  Review one, add one, promote two bullets

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=358108&r1=358107&r2=358108&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Dec 20 13:26:26 2005
@@ -78,13 +78,19 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-
     * mod_ssl/ab: Fix compiler warnings with OpenSSL 0.9.8a.
         http://svn.apache.org/viewcvs.cgi?rev=349415&view=rev
       +1: jorton, jerenkrantz, wrowe
 
+    * HTTP: If a connection aborts while waiting for a chunked line,
+      flag the connection as errored out.
+      http://svn.apache.org/viewcvs.cgi?rev=354630&view=rev
+      Message-ID: <43...@web.turner.com>
+      +1: jerenkrantz, 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.
@@ -104,12 +110,6 @@
       Message-ID: <43...@web.turner.com>
       +1: jerenkrantz, jim
 
-    * HTTP: If a connection aborts while waiting for a chunked line,
-      flag the connection as errored out.
-      http://svn.apache.org/viewcvs.cgi?rev=354630&view=rev
-      Message-ID: <43...@web.turner.com>
-      +1: jerenkrantz, jim
-
     * 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
@@ -126,4 +126,8 @@
     * Fix for AP_HAVE_DESIGNATED_INITIALIZER vs C++ compilers
          http://svn.apache.org/viewcvs?rev=356234&view=rev
       +1: jorton, niq
+
+    * 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