]> granicus.if.org Git - apache/commitdiff
33 has come and gone.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 8 Mar 2002 17:43:41 +0000 (17:43 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 8 Mar 2002 17:43:41 +0000 (17:43 +0000)
Add note about the fact that we aren't doing config substitution properly.
This is a showstopper, IMHO.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93794 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e138057c9a090e5edec41f55e6da5b2ba090721e..6c096b033d8a96d71512348361a8d406006797cf 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,9 +1,10 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2002/03/08 14:32:55 $]
+Last modified at [$Date: 2002/03/08 17:43:41 $]
 
 Release:
 
-    2.0.33  : in development
+    2.0.34  : in development
+    2.0.33  : tagged March 6, 2002.
     2.0.32  : released Feburary 16, 2002.
     2.0.31  : rolled Feburary 1, 2002.  not released.
     2.0.30  : tagged January 8, 2002.  not rolled.
@@ -43,10 +44,8 @@ on related projects:
 
 CURRENT RELEASE NOTES:
 
-    * 33 status: tag on 3/7/2002?  Ideally, this release should have all
-                 showstoppers removed.  Are we dreaming?  Can the horde
-                 of developers actually focus on removing them in a week?
-                 (Note: Win32 had its .32 yanked due to a mmap() bug.)
+    * 34 status: Let's get all API changes and showstoppers in this one.
+                 Please.
 
 FINAL RELEASE SHOWSTOPPERS:
 
@@ -75,6 +74,10 @@ FINAL RELEASE SHOWSTOPPERS:
           * Free lists for bucket allocation
           * Pool allocator change
 
+    * We do not properly substitute the prefix-variables in the configuration
+      scripts or generated-configs.  (i.e. if sysconfdir is etc,
+      httpd-std.conf points to conf.)
+
     * Address popular PRs
         * Win32 doesn't install as service correctly [9863, 9914, 9961]
         * Don't be stupid and cd to a blank directory when doing installs