You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2014/05/30 15:44:42 UTC

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

Author: jim
Date: Fri May 30 13:44:41 2014
New Revision: 1598599

URL: http://svn.apache.org/r1598599
Log:
promote (more this weekend)

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=1598599&r1=1598598&r2=1598599&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri May 30 13:44:41 2014
@@ -100,6 +100,31 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_proxy_wstunnel: Fix the use of SSL connections with the "wss:" scheme.
+                         PR 55320.
+     trunk patch: http://svn.apache.org/r1594625
+     2.4.x patch: trunk patch works modulo CHANGES
+     +1: ylavic, trawick, jim
+
+   * mod_cache: Preserve non-cacheable headers forwarded from an origin 304
+                response. PR 55547.
+     trunk patch: http://svn.apache.org/r1591328
+                  http://svn.apache.org/r1594643
+                  http://svn.apache.org/r1594648
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_cache-preserve_304_headers.patch
+     +1: ylavic, minfrin, jim
+
+   * minor proxy_util cleanups:
+     . get rid of unnecessary block scope
+     . Clarify an existing requirement of the server_portstr parameter
+       to ap_proxy_determine_connection(): it must be a buffer of at
+       least one byte in size.  (And don't bother with using strcpy in
+       order to zap a string.)
+     trunk patches: http://svn.apache.org/viewvc?view=revision&revision=r1592511
+                    http://svn.apache.org/viewvc?view=revision&revision=r1592514
+     2.4.x patches: trunk patches work
+     +1: trawick, ylavic, jim
+
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -187,31 +212,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      jailletc36: When merged, a compatibility note should be added in the doc stating when
                  the none keyword has been added
 
-   * mod_proxy_wstunnel: Fix the use of SSL connections with the "wss:" scheme.
-                         PR 55320.
-     trunk patch: http://svn.apache.org/r1594625
-     2.4.x patch: trunk patch works modulo CHANGES
-     +1: ylavic, trawick, jim
-
-   * mod_cache: Preserve non-cacheable headers forwarded from an origin 304
-                response. PR 55547.
-     trunk patch: http://svn.apache.org/r1591328
-                  http://svn.apache.org/r1594643
-                  http://svn.apache.org/r1594648
-     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_cache-preserve_304_headers.patch
-     +1: ylavic, minfrin, jim
-
-   * minor proxy_util cleanups:
-     . get rid of unnecessary block scope
-     . Clarify an existing requirement of the server_portstr parameter
-       to ap_proxy_determine_connection(): it must be a buffer of at
-       least one byte in size.  (And don't bother with using strcpy in
-       order to zap a string.)
-     trunk patches: http://svn.apache.org/viewvc?view=revision&revision=r1592511
-                    http://svn.apache.org/viewvc?view=revision&revision=r1592514
-     2.4.x patches: trunk patches work
-     +1: trawick, ylavic, jim
-
    * mod_proxy_fcgi: Support iobuffersize parameter.
      trunk patch: http://svn.apache.org/r1591508
      2.4.x patch: trunk works (modulo CHANGES)