You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2014/05/14 11:47:57 UTC

svn commit: r1594526 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Wed May 14 09:47:57 2014
New Revision: 1594526

URL: http://svn.apache.org/r1594526
Log:
Votes + 2.4.x patch for mod_deflate reentrance bundle.

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

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1594526&r1=1594525&r2=1594526&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed May 14 09:47:57 2014
@@ -100,6 +100,22 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_alias: Stop setting context document root for AliasMatch.
+     trunk patch: http://svn.apache.org/r1583175
+                  http://svn.apache.org/r1593745
+     2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-aliasmatch_contextinfo.diff
+     +1 covener, jim, ylavic
+
+   * mod_proxy_fcgi: remove wasted memset() calls and other historical bits
+     trunk patch: http://svn.apache.org/r1591472
+     2.4.x patch: trunk patch works
+     +1: trawick, jim, ylavic
+
+   * mod_authn_socache: fix logging of bugus rv in r1576233 (now in 2.4.x)
+     trunk patch: http://svn.apache.org/r1583007
+     2.4.x patch: trunk patch works
+     +1: trawick, jim, ylavic
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -134,11 +150,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   https://svn.apache.org/r1587594
                   https://svn.apache.org/r1587639
                   https://svn.apache.org/r1590509
-     2.4.x patch: trunk works
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_deflate_reentrant.patch
      +1: ylavic
-     -0: jim (having a hard time applying all the above w/o conflicts)
      ylavic: does not depend on r1572092 above or r1572896 and al below,
              these proposals can be backported in any order.
+     -0: jim (having a hard time applying all the above w/o conflicts)
+     ylavic: I don't have any conflict here but with r1586745 regarding
+             docs/log-message-tags. BTW 2.4.x patch provided above.
 
    * mod_deflate: Don't fail when asked to flush inflated data to the user-agent
                   and that coincides with the end of stream ("Zlib error flushing
@@ -163,12 +181,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      -1: covener would rather take this oppty to remove it from AliasMatch, the
          prefix and docroot don't make sense. See next proposal.
 
-   * mod_alias: Stop setting context document root for AliasMatch.
-     trunk patch: http://svn.apache.org/r1583175
-                  http://svn.apache.org/r1593745
-     2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-aliasmatch_contextinfo.diff
-     +1 covener, jim
-
    * mod_ssl: Add SSLOCSPUseRequestNonce directive to control whether or not
      OCSP requests should use a nonce to be checked against the responder's
      one. PR 56233.
@@ -199,16 +211,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk patch works modulo CHANGES
      +1: ylavic, jim
 
-   * mod_proxy_fcgi: remove wasted memset() calls and other historical bits
-     trunk patch: http://svn.apache.org/r1591472
-     2.4.x patch: trunk patch works
-     +1: trawick, jim
-
-   * mod_authn_socache: fix logging of bugus rv in r1576233 (now in 2.4.x)
-     trunk patch: http://svn.apache.org/r1583007
-     2.4.x patch: trunk patch works
-     +1: trawick, jim
-
 OTHER PROPOSALS
 
    * A list of further possible backports can be found at: