]> granicus.if.org Git - apache/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Sun, 19 Apr 2015 18:02:17 +0000 (18:02 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 19 Apr 2015 18:02:17 +0000 (18:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1674657 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0eca95674973c1be463bd30e8c7f47a5bd0a5ec3..7c03fc833b6ae5b4949992a3271b3fad04b192fe 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -105,7 +105,36 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_http: Fix incorrect If-Match handling. PR 57358.
+     trunk patch: http://svn.apache.org/r1646282
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: ylavic, covener, jim
+
+  *) mod_status: Improve server-status output when called with "?auto"
+     (machine readable form).
+     trunk patch: http://svn.apache.org/r1671396
+                  http://svn.apache.org/r1672289
+                  http://svn.apache.org/r1672453
+     2.4.x patch: http://people.apache.org/~rjung/patches/enhance-server-status-auto.patch
+                  (same as trunk but combined into one)
+     +1: rjung, covener, jim
+
+  *) mod_ssl, mod_proxy, mod_cache_socache, mod_socache_*: Add plain text
+     output to status hook (server-status) when called with "?auto"
+     (machine readable form).
+     trunk patch: http://svn.apache.org/r1671397
+                  http://svn.apache.org/r1672466
+                  http://svn.apache.org/r1672564
+     2.4.x patch: http://people.apache.org/~rjung/patches/enhance-socache-status-auto.patch
+                  (same as trunk but combined into one)
+     +1: rjung, covener, jim
 
+  *) mod_proxy_wstunnel: Bypass the handler while the connection is not
+     upgraded to WebSocket, so that other modules can possibly take over
+     the leading HTTP requests.
+     trunk patch: http://svn.apache.org/r1674632
+     2.4.x patch: trunk works (modulo CHANGES, docs/log-message-tags)
+     +1: ylavic, covener, jim
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -254,36 +283,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              collides, this patch shows the final result on mod_proxy_ajp
              though)
 
-  *) mod_http: Fix incorrect If-Match handling. PR 57358.
-     trunk patch: http://svn.apache.org/r1646282
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: ylavic, covener, jim
-
   *) core: Cleanup the request soon/even if some output filter fails to
      handle the EOR bucket.
      trunk patch: http://svn.apache.org/r1666998
      2.4.x patch: trunk works (modulo CHANGES)
      +1: ylavic
 
-  *) mod_status: Improve server-status output when called with "?auto"
-     (machine readable form).
-     trunk patch: http://svn.apache.org/r1671396
-                  http://svn.apache.org/r1672289
-                  http://svn.apache.org/r1672453
-     2.4.x patch: http://people.apache.org/~rjung/patches/enhance-server-status-auto.patch
-                  (same as trunk but combined into one)
-     +1: rjung, covener, jim
-
-  *) mod_ssl, mod_proxy, mod_cache_socache, mod_socache_*: Add plain text
-     output to status hook (server-status) when called with "?auto"
-     (machine readable form).
-     trunk patch: http://svn.apache.org/r1671397
-                  http://svn.apache.org/r1672466
-                  http://svn.apache.org/r1672564
-     2.4.x patch: http://people.apache.org/~rjung/patches/enhance-socache-status-auto.patch
-                  (same as trunk but combined into one)
-     +1: rjung, covener, jim
-
   *) mpm_event: Allow for timer events duplicates.
      trunk patch: http://svn.apache.org/r1666468
                   http://svn.apache.org/r1666618
@@ -304,13 +309,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: 
   
-  *) mod_proxy_wstunnel: Bypass the handler while the connection is not
-     upgraded to WebSocket, so that other modules can possibly take over
-     the leading HTTP requests.
-     trunk patch: http://svn.apache.org/r1674632
-     2.4.x patch: trunk works (modulo CHANGES, docs/log-message-tags)
-     +1: ylavic, covener, jim
-
   
 OTHER PROPOSALS