From: Graham Leggett Date: Fri, 27 Dec 2019 22:56:01 +0000 (+0000) Subject: More nice to do for 2.6.x. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1743 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b96babfb66ed68c7dc134f1fa550ac28f5066faf;p=thirdparty%2Fapache%2Fhttpd.git More nice to do for 2.6.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872040 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0f12222fb43..8c01f729675 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.