]> granicus.if.org Git - apache/blobdiff - STATUS
rebuild
[apache] / STATUS
diff --git a/STATUS b/STATUS
index f34462e2370a4d798a1a04e0617fd4b0bb7ac79c..b04a8f9cb4d8a9874e44ac2099f37edb0f896ed0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -29,7 +29,8 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.4.30  : In development.
+    2.4.30  : In development. Jim proposes a T&R sometime between Jan 24
+              and Feb 2.
     2.4.29  : Tagged on October 17, 2017. Released on October 23, 2017.
     2.4.28  : Tagged on September 25, 2017. Released on October 5, 2017.
     2.4.27  : Tagged on July 6, 2017. Released on July 11, 2017.
@@ -188,6 +189,35 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: jim, icing
      icing: tested on ubuntu 16.04 with a simple uwsgi python app.
 
+  *) mod_http2: obsolete code removed, no more events on beam pool destruction,
+     discourage content encoders on http2-status response (where they do not work)
+     2.4.x patch: svn merge -c 1821371,1822502,1822503 ^/httpd/httpd/trunk .
+     +1: ylavic, icing, jim
+
+  *) proxy_util: Schemes and hostnames that are "too long" are
+     no longer automatically fatal errors but are instead logged
+     and truncated, at which point the admin can determine if that
+     is OK or not.
+     trunk patch: http://svn.apache.org/r1823482
+     2.4.x patch: trunk works
+     +1: jim,
+
+  *) mod_proxy_balancer,mod_slotmem_shm: Rework SHM reuse/deletion to not
+     depend on the number of restarts (non-Unix systems) and preserve shared
+     names as much as possible on configuration changes for SHMs and persisted
+     files.  PR 62044.
+     trunk patch: http://svn.apache.org/r1822509
+                  http://svn.apache.org/r1822511
+                  http://svn.apache.org/r1823412
+                  http://svn.apache.org/r1823415
+                  http://svn.apache.org/r1823416
+                  http://svn.apache.org/r1823564
+                  http://svn.apache.org/r1823572
+                  http://svn.apache.org/r1823575
+     2.4.x patch: trunk works (modulo CHANGES)
+                  (or http://home.apache.org/~ylavic/patches/httpd-2.4.x-PR62044-slotmems_reuse.patch)
+     +1: ylavic, jim,
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]
@@ -299,6 +329,9 @@ PATCHES/ISSUES THAT ARE BEING WORKED
      So the only fix allowing us to use PCRE 10 in httpd 2.4 would be to write
      this as a thread safe storage buffer for the majority of cases (<10 $args)
      and we don't have a portable tls mechanism to do so.
+     jorton: Adding ap_pregexec/_len which pass a pool would also work
+             for internal users of this api; not sure if performance
+             impact is significant from using malloc here.
 
 
 PATCHES/ISSUES THAT ARE STALLED