]> granicus.if.org Git - apache/blobdiff - STATUS
These are in 2.4.x
[apache] / STATUS
diff --git a/STATUS b/STATUS
index e40a8797f3e27e2e67ff1c63048cd74e78b13672..610d92dc2712c0136745136cb9a5564054cd9828 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -26,7 +26,7 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.5.0   : In Development.
+-8s    2.5.0   : In Development.
 
 Contributors looking for a mission:
 
@@ -127,7 +127,9 @@ THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE:
   * True event-loop/asynchronous support in the server core.
 
   * Modify configuration syntax to separate meta-directives from runtime
-    directives (e.g. If vs. IfVersion).
+    directives (e.g. If vs. IfVersion). Allow as much static analysis of the
+    configuration as possible without needing to start the server to figure out
+    what's going on.
 
   * Support JSON-like configuration files
 
@@ -148,6 +150,11 @@ THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE:
     understanding what worth looking at in order to improve overall performance.
     (https://cdn.wp.nginx.com/wp-content/uploads/2016/12/Amplify-Dashboards-page-base-for-filters.png)
 
+  * Drop CGI-1.1-incompatible behaviors kept for compatibility reasons with
+    "broken" server implementations (PR 51517). (Note that many of them are
+    "broken" *because* of our behaviors.)
+
+
 OLD ISSUES THAT WERE THOUGHT TO BE SHOWSTOPPERS FOR 2.4 BUT OBVIOUSLY WEREN'T:
 
   * Handling of non-trailing / config by non-default handler is broken