Commit 6768ced4 authored by Ruediger Pluem's avatar Ruediger Pluem
Browse files

* Promote


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@733702 13f79535-47bb-0310-9956-ffa450edef68
parent f07c9c17
Loading
Loading
Loading
Loading
+19 −20
Original line number Diff line number Diff line
@@ -103,6 +103,25 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
        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 ]

@@ -141,26 +160,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
             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
   is required due to changed access control requirements.