]> granicus.if.org Git - apache/commitdiff
Add some known issues / maybe-blockers
authorStefan Fritsch <sf@apache.org>
Tue, 22 Nov 2011 21:22:22 +0000 (21:22 +0000)
committerStefan Fritsch <sf@apache.org>
Tue, 22 Nov 2011 21:22:22 +0000 (21:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1205179 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5995c299c4de69a2d8948609cc0159a9040feab9..32f9ba327766d28f6db086650a92ec88ef0d07c1 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -110,8 +110,17 @@ RELEASE SHOWSTOPPERS:
     (Either fixing it or removing it constitutes an API change, which is
     why it matters)
 
+  * Change the arguments to the error log hook, to allow access to the 
+    conn_rec. Or decide that we don't want it.
+
+  * Decide if we want something done about mod_request in the face of the
+    upcoming apreq integration. Maybe document that it will be obsoleted
+    within 2.4.x? Or remove it (but it is needed by mod_auth_form)?
+
   NEW ISSUES THAT WOULD BE NICE TO HAVE DONE IN 2.4 BUT ARE NOT BLOCKERS
 
+  * Configure code for luajit is broken (links to wrong library).
+
   * 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.