summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--STATUS7
1 files changed, 7 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index 0f12222fb4..8c01f72967 100644
--- 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.