]> granicus.if.org Git - apache/blobdiff - STATUS
replace recent AJP direct comparisons to APR_TIMEUP with APR_STATUS_IS_TIMEUP.
[apache] / STATUS
diff --git a/STATUS b/STATUS
index bdf60c730dc38797fc79b16195147a3343fdc9c3..4e0c14117d16af55afe01c61cd27d11ac94c76da 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -17,16 +17,17 @@ Consult the following STATUS files for information on related projects:
 
 Patches considered for backport are noted in their branches' STATUS:
 
-  * http://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x/STATUS
   * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/STATUS
   * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/STATUS
 
 
+
 Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.3.11  : In development.
+    2.3.12  : In development.
+    2.3.11  : Released as Beta on March 7, 2011.
     2.3.10  : Tagged on December 13, 2010. Released Dec 21, 2010.
     2.3.9   : Tagged on November 23, 2010, not released.
     2.3.8   : Tagged on August 24, 2010.
@@ -59,29 +60,29 @@ Contributors looking for a mission:
 CURRENT RELEASE NOTES:
 
 
+GA PLAN:
+
+ Jim proposes another beta release the end of March, another in
+ April with a goal towards GA in May (at the latest). Jim volunteers
+ to RM these.
+
 RELEASE SHOWSTOPPERS:
 
   FOR GA:
 
   * Modules that are not ready for production use should be marked as
-    experimental.  Candidates:
+    experimental or be removed. The same for modules without documentation.
+    Candidates:
     - MPM simple
     - mod_serf
 
   * Review the example configuration. It should be based on current best
     practices and not use deprecated features.
 
-  FOR BETA:
-
-  * Modules without documentation need to be moved to experimental or be
-    removed.
-
   * Not all MPMs are updated to set conn_rec::current_thread correctly.
       (Prefork, Worker, Event, Simple are updated).
       jim sez: Then we just ship with those... mark any others as
-                experimental
-
-  FOR NEXT ALPHA:
+                experimental, pgollucci +1 jim
 
   * 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,
@@ -89,10 +90,13 @@ RELEASE SHOWSTOPPERS:
     jim sez: from what I can see, mod_session* is no worse that other
              modules that mix these 2 types... clean up is
              forthcoming but should not be considered a blocker, imo
+    pgollucci: +1 jim
 
   * mod_ssl's proxy support only allows one proxy client certificate per
     frontend virtual host. Lift this restriction.
-    jim sez: Why a blocker?
+    jim sez: Why a blocker?, pgollucci +1 jim
+
+  FOR BETA:
 
 
   OLD ISSUES THAT WERE THOUGHT TO BE SHOWSTOPPERS FOR 2.2 BUT OBVIOUSLY WEREN'T:
@@ -121,7 +125,7 @@ CURRENT VOTES:
     Recent discussion indicates we should designate a (short name).
     This is not yet a [Vote] - Your nominations please:
       * Apache HTTP Server (httpd)
-        +1: sctemme (why mess with it?)
+        +1: sctemme (why mess with it?), pgollucci
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: