]> granicus.if.org Git - apache/blobdiff - STATUS
Vote.
[apache] / STATUS
diff --git a/STATUS b/STATUS
index db47f3f37d965b442d38995eb4f5eb894de518fb..cc073639d9a053140a78c083015706d3ebb3d509 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -34,7 +34,7 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.4.19  : In development.
+    2.4.19  : In development. Jim to T&R March 21, 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
@@ -112,7 +112,6 @@ RELEASE SHOWSTOPPERS:
 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 ]
@@ -156,26 +155,26 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Includes backport of r1729208 to set ALPN protocols for ssl backend
      connections. 
      Trunk version of patch: <various>
-     Backport version for 2.4.x of patch: https://www.eissing.org/proxy_http2_2.4v2.patch 
-     +1: icing
+     Backport version for 2.4.x of patch: https://www.eissing.org/proxy_http2_2.4v4.patch
+     +1: icing, ylavic
      updated patch after review by cjaillet, merged 1735668,1735748 from trunk
+     updated patch with APLOGNOs by merging 1735931,1735935 from trunk
+     updated patch with APLOGNOs by merging 1735942 from trunk
+
+  *) CGIVar for controlling building of REQUEST_URI (and future uses)
+     As mentioned on dev@:
+     * This is intended to replace existing methods of configuring how various
+       CGI vars should be built over the long term, though only REQUEST_URI is
+       handled for now.
+     * If the mechanism should be usable by third-party modules for its own
+       concerns, a check for recognized-envvar can be removed from the command
+       processor and the rest of the code will let the third-party module do
+       the right thing since the rule for a var is a character string in a table,
+       not a separate core_dir_config flag with enumerated values.
+     Trunk patch: r1734947, 1735952
+     2.4.x patch: https://emptyhammock.com/media/downloads/CGIVar-to-2.4.x.txt
+     +1: trawick, ylavic
 
-  *) mod_authz_host: add "forward-dns" authorization provider
-     trunk patch: http://svn.apache.org/r1734412
-     2.4.x patch: trunk should work (possible minor issue on next-number)
-     +1: fabien, ylavic
-     ylavic: I would have liked more (doc) emphasis on the lower security of
-             "Require forward-dns" vs "Require host"'s double DNS lookup but
-             that could/should be a (short) follow up, though if it can be done
-             before the third vote feel free to keep mine :)
-
-  *) mod_ssl: Add hooks to allow mod_ssl_ct to work on 2.4.x branch
-     Note: mod_ssl_ct in trunk also uses a proxy hook (proxy_detach_backend),
-           but that is only to set some envvars for logging, not for
-           functionality.  I think a better solution is required in that case.
-     trunk revisions: r1587607, r1588868
-     2.4.x patch: https://emptyhammock.com/media/downloads/mod_ssl_openssl-to-2.4.x.txt
-     +1: trawick
  
 PATCHES/ISSUES THAT ARE BEING WORKED