]> granicus.if.org Git - apache/blobdiff - STATUS
Revive stalled work with comments addressed, resetting votes.
[apache] / STATUS
diff --git a/STATUS b/STATUS
index cf77134140383984a45716eded74b2976d28f883..6e8de3d1dae909641e012975b2fb6b0a3d52c8f6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -35,7 +35,7 @@ Release history:
           while x.{even}.z versions are Stable/GA releases.]
 
     2.4.19  : In development.
-    2.4.18  : Tagged on December 8, 2015. Released on Decmber 14, 2015.
+    2.4.18  : Tagged on December 8, 2015. Released on December 14, 2015.
     2.4.17  : Tagged on October 9, 2015. Released October 13, 2015.
     2.4.16  : Tagged on July 9, 2015. Released July 15, 2015
     2.4.15  : Tagged on June 19, 2015. Not released.
@@ -113,6 +113,7 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
 
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -124,15 +125,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: jkaluza
      ylavic: +1 with r1723295 (likewise for ecparams).
      rpluem says: Can we get an updated 2.4.x proposal that includes r1723295?
-
-  *) mod_ssl: Add SSLOCSPProxyURL to add the possibility to do all queries
-     to OCSP responders through a HTTP proxy.
-     Trunk version of patch:
-         http://svn.apache.org/r1726881
-         http://svn.apache.org/r1727111
-     Backport version for 2.4.x of patch:
-         Trunk version of patch works modulo CHANGES
-     +1: rpluem, jim
+     ylavic: working on it...
 
   *) mod_proxy_hcheck: Dynamic reverse proxy backend health check module
      Trunk version of patch: <various>
@@ -140,6 +133,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://home.apache.org/~jim/patches/hcheck-2.4.patch
          <Plus docs>
      +1: jim
+     ylavic: Needs r1732957 for empty APLOGNO()s.
+     ylavic: Looks like the changes on struct proxy_worker_shared would break
+             startup with "BalancerPersist on" due to the strict checks on
+             the sizes of existing slotmems (slotmem_create/attach)?
 
   *) core: Track the useragent_host per-request when mod_remoteip or similar
      modules track a per-request useragent_ip.  Modules should be updated
@@ -177,21 +174,48 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/r1732369
      2.4.x patch:
          Trunk version of patch works
+     +1: jailletc36, ylavic
+
+  *) proxy_util: Add missing APLOGNO()s from r1732266 (already backported
+                 to 2.4.x/19)
+     trunk patch: http://svn.apache.org/r1732954
+     2.4.x patch: trunk works (modulo docs/log-message-tags)
+     +1: ylavic
+
+  *) core: Add missing APLOGNO() from r1729495 (somehow r1725395 was
+           backported in r1729495 but without this "server/core.c" change)
+     trunk patch: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/core.c?r1=1725395&r2=1725394&pathrev=1725395&view=patch
+     2.4.x patch: trunk above works
+     +1: ylavic
+
+  *) mod_proxy: Play/restore the TLS-SNI on new backend connections which
+     had to be issued because the remote closed the previous/reusable one
+     during idle (keep-alive) time.
+     trunk patch: http://svn.apache.org/r1729826
+                  http://svn.apache.org/r1729847
+                  http://svn.apache.org/r1732986
+                  http://svn.apache.org/r1733056
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_proxy-SNI_reuse-v2.patch
+     +1: ylavic
+
+  *) core: Fix a bug in <UnDefine ...> directive processing. When used, the
+           last <Define...>'ed variable was also withdrawn. PR 59019
+     Trunk patch:
+         http://svn.apache.org/r1732716
+     2.4.x patch:
+         Trunk version of patch works (modulo CHNAGES)
      +1: jailletc36
-  
-PATCHES/ISSUES THAT ARE BEING WORKED
 
-   * core: Fix crash in ap_mpm_pod_check call caused by NULL dereference of
-          its parameter when starting httpd as single process (httpd -X).
+   * prefork: Fix crash in ap_mpm_pod_check call caused by NULL dereference of
+           its parameter when starting httpd as single process (httpd -X).
      trunk patch: http://svn.apache.org/r1711479
-     2.4.x patch: trunk works
-     +1: jkaluza, jim
-     minfrin: Needs extra parens to suppress a warning:
-              prefork.c:1319:16: note: place parentheses around the assignment
-              to silence this warning
-     jailletc36: This has been done in r1711919
-     ylavic: Also, I don't think the changes on worker/event are needed,
-             only prefork requires the accept mutex in ONE_PROCESS mode.
+                  http://svn.apache.org/r1733064
+                  http://svn.apache.org/r1733068
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-prefork-ONE_PROCESS_POD.patch
+     +1: ylavic
+
+
+PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if
      it comes from an origin server, module or script. Allow the previous