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 2009/01/12 12:53:18 UTC

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

Author: rpluem
Date: Mon Jan 12 03:53:17 2009
New Revision: 733702

URL: http://svn.apache.org/viewvc?rev=733702&view=rev
Log:
* Promote

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?rev=733702&r1=733701&r2=733702&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Jan 12 03:53:17 2009
@@ -103,6 +103,25 @@
         trunk works
     +1 covener, rpluem, niq
 
+  * core: Translate locally generated "100-Continue" messages to ASCII
+    on EBCDIC systems, and translate the status_line on the way out of
+    ap_send_interim_response().
+      trunk:
+        http://svn.apache.org/viewvc?rev=732832&view=rev
+        http://svn.apache.org/viewvc?rev=733134&view=rev
+        http://svn.apache.org/viewvc?rev=733218&view=rev
+      2.2.x:
+        trunk works
+    +1 covener, niq, rpluem
+
+ * mod_proxy_http: Add server_rec to ap_log_error() calls for interim
+   response messages
+    trunk 
+      http://svn.apache.org/viewvc?rev=733127&view=rev
+      http://svn.apache.org/viewvc?rev=733219&view=rev
+    2.2.x:
+      trunk works
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -140,26 +159,6 @@
              the local URI.  This preserves rulesets that are carefully
              watching %{PATH_INFO} in their substitutions.  Not pretty
              by any means but I think necessary to require opt-in for 2.2.x.
- 
-  * core: Translate locally generated "100-Continue" messages to ASCII
-    on EBCDIC systems, and translate the status_line on the way out of
-    ap_send_interim_response().
-      trunk:
-        http://svn.apache.org/viewvc?rev=732832&view=rev
-        http://svn.apache.org/viewvc?rev=733134&view=rev
-        http://svn.apache.org/viewvc?rev=733218&view=rev
-      2.2.x:
-        trunk works
-    +1 covener, niq, rpluem
-
- * mod_proxy_http: Add server_rec to ap_log_error() calls for interim
-   response messages
-    trunk 
-      http://svn.apache.org/viewvc?rev=733127&view=rev
-      http://svn.apache.org/viewvc?rev=733219&view=rev
-    2.2.x:
-      trunk works
-    +1: covener, niq, rpluem
 
  * mod_ssl: Add SSLRenegBufferSize to configure the amount of memory that will
    be used for buffering the request body if a per-location SSL renegotiationi



Re: svn commit: r733702 - /httpd/httpd/branches/2.2.x/STATUS

Posted by Nick Kew <ni...@webthing.com>.
rpluem@apache.org wrote:
> Author: rpluem
> Date: Mon Jan 12 03:53:17 2009
> New Revision: 733702

> + * mod_proxy_http: Add server_rec to ap_log_error() calls for interim
> +   response messages
> +    trunk 
> +      http://svn.apache.org/viewvc?rev=733127&view=rev
> +      http://svn.apache.org/viewvc?rev=733219&view=rev
> +    2.2.x:
> +      trunk works
> +
>  PATCHES PROPOSED TO BACKPORT FROM TRUNK:

Oops ...

> - * mod_proxy_http: Add server_rec to ap_log_error() calls for interim
> -   response messages
> -    trunk 
> -      http://svn.apache.org/viewvc?rev=733127&view=rev
> -      http://svn.apache.org/viewvc?rev=733219&view=rev
> -    2.2.x:
> -      trunk works
> -    +1: covener, niq, rpluem

-- 
Nick Kew