]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
More nice to do for 2.6.x.
authorGraham Leggett <minfrin@apache.org>
Fri, 27 Dec 2019 22:56:01 +0000 (22:56 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 27 Dec 2019 22:56:01 +0000 (22:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872040 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0f12222fb43ae45b258479503dc3ace593d529a1..8c01f72967562f1798ae8cf9ba58e1468cd48061 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -57,6 +57,13 @@ CURRENT VOTES:
 
 THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE:
 
+  * Remove directives whose purpose was to preserve existing buggy behaviour
+    in v2.4.x.
+
+  * Re-align structures to be memory efficient. Move bit fields to the
+    top of structures so that they can be extended without adding a
+    memory overhead.
+
   * Seriously ramp up/replace test framework and cases to have better
     coverage of existing special cases and behaviours users rely on.