]> granicus.if.org Git - apache/commitdiff
Update to reflect the fact that most of the listed blockers actually aren't
authorStefan Fritsch <sf@apache.org>
Sat, 12 Nov 2011 23:43:36 +0000 (23:43 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 12 Nov 2011 23:43:36 +0000 (23:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1201355 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 07fdfb8fd54d5b9f26669d0f4aa6da9eae4e9000..d94b67ffe6231fd0d7869f1f274862bee114091e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -84,6 +84,12 @@ RELEASE SHOWSTOPPERS:
     See https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/docs/STATUS 
     under 'modules docs' for a comprehensive list of undocumented modules.
 
+  * Decide and document the API guarantees for mod_lua. Current consensous at
+    the hackathon seems to be that mod_lua should be released as experimental
+    with a note that the API may change during 2.4.x.
+
+  NEW ISSUES THAT WOULD BE NICE TO HAVE DONE IN 2.4 BUT ARE NOT BLOCKERS
+
   * The mod_session* modules need to be checked that their hooks respect
     the returning of int (HTTP status codes) and apr_status_t as appropriate,
     and any anomolies fixed.
@@ -103,13 +109,6 @@ RELEASE SHOWSTOPPERS:
     a painless event mpm experience.
     sf: can be done in 2.4.x>0
 
-  * Decide and document the API guarantees for mod_lua. Current consensous at
-    the hackathon seems to be that mod_lua should be released as experimental
-    with a note that the API may change during 2.4.x.
-
-  FOR BETA:
-
-
   OLD ISSUES THAT WERE THOUGHT TO BE SHOWSTOPPERS FOR 2.2 BUT OBVIOUSLY WEREN'T:
 
   * Handling of non-trailing / config by non-default handler is broken