]> granicus.if.org Git - apache/blobdiff - STATUS
Vote, move.
[apache] / STATUS
diff --git a/STATUS b/STATUS
index 214b94db315c05551ae642a978bec84afc75cac6..62b1ed771ae81ca15d619ce9ea8eb49c253d552c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -118,18 +118,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  *) mod_cache: Fix a regression in 2.4.25 for the forward proxy case by
-     computing and using the same entity key according to when the cache
-     checks, loads and saves the request.  PR 60577.
-     trunk patch: http://svn.apache.org/r1783842
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: ylavic, jim, covener
-
-  *) mod_proxy_hcheck: Ensure thread-safety when concurrent healthchecks are
-     in use (ProxyHCTPsize > 0).  PR 60071.
-     trunk patch: http://svn.apache.org/r1779573
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: ylavic, jim, covener (desk-check only)
+  *) core: Add %{REMOTE_PORT} to the expression parser. PR59938
+     trunk patch: http://svn.apache.org/r1776459
+                  http://svn.apache.org/r1788508
+     2.4.x patch: trunk works
+     +1: covener, ylavic, jchampion
+     jchampion: Trunk patches don't apply cleanly for me. The patch I used to
+                test is at https://home.apache.org/~jchampion/patches/2.4.x-expr-REMOTE_PORT.patch
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -196,15 +191,31 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      be used as an alternative to ProxyPass /path !. This is primarily
      to set exceptions for ProxyPass specified in <Location> context.
      trunk patch: http://svn.apache.org/r1781328
+                  http://svn.apache.org/r1785907
      2.4.x patch: trunk works
      +1: covener, ylavic
-     jailletc36: compatibility note is missing
 
-  *) core: Add %{REMOTE_PORT} to the expression parser. PR59938
-     trunk patch: http://svn.apache.org/r1776459
-     2.4.x patch: trunk works
-     +1: covener, ylavic
-     jailletc36: compatibility note is missing
+  *) Easy patches: synch 2.4.x and trunk
+     - cache: Use apr_pstrmemdup instead of apr_pstrndup when applicable
+     - cache: Remove a useless break + tiny style fix (missing space)
+     - vhost: save some request pool memory
+     - vhost: Fix some tiny style issues
+     - mod_dir: Save a few bytes in the request pool.
+     trunk patch: http://svn.apache.org/r1777556
+                  http://svn.apache.org/r1777557
+                  http://svn.apache.org/r1777593
+                  http://svn.apache.org/r1777594
+                  http://svn.apache.org/r1783056
+     2.4.x patch: trunk patches work
+     +1: jailletc36, ylavic
+
+  *) core: Disallow multiple Listen on the same IP:port when listener buckets
+     are configured (ListenCoresBucketsRatio > 0), consistently with the single
+     bucket case (default), thus avoiding the leak of the corresponding socket
+     descriptors on graceful restart.
+     trunk patch: http://svn.apache.org/r1789220
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: ylavic
 
 
 PATCHES/ISSUES THAT ARE BEING WORKED
@@ -234,6 +245,7 @@ PATCHES/ISSUES THAT ARE BEING WORKED
                   http://svn.apache.org/r1781030 (fix strict GCC warning)
                   http://svn.apache.org/r1781031 (reference the filter by handle)
                   http://svn.apache.org/r1781701 (rework optional processing case)
+                  http://svn.apache.org/r1788674 (final edge cases/ignore slave conns)
      2.4 convenience patch (includes CHANGES):
                   http://people.apache.org/~druggeri/patches/RemoteIPProxyProtocol.2.4.x.patch
      +1: druggeri, jim