rbb 00/12/16 19:08:44
Modified: . STATUS
. STATUS
. STATUS
Log:
Update some STATUS files.
Revision Changes Path
1.166 +19 -2 httpd-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-2.0/STATUS,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- STATUS 2000/12/14 11:13:56 1.165
+++ STATUS 2000/12/17 03:08:43 1.166
@@ -1,9 +1,11 @@
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2000/12/14 11:13:56 $]
+Last modified at [$Date: 2000/12/17 03:08:43 $]
Release:
- 2.0a9 : ???
+ 2.0b1 : Scheduled to release December 22, 2000
+ rbb volunteers to be RM
+ 2.0a9 : released December 12, 2000
2.0a8 : released November 20, 2000
2.0a7 : released October 8, 2000
2.0a6 : released August 18, 2000
@@ -72,6 +74,21 @@
* release distros do not include a "test" dir. don't put it in the
top-level SUBDIRS list, but definitely get it cleaned for the
dev guys. (Greg volunteers)
+
+ * The installed layout needs to be fixed. This means that the header
+ files need to be installed in the correct location. Expect a message
+ in a few minutes with my opinion for how this should look.
+ Status: rbb volunteers
+
+ * The instructions for rolling a release need to be updated for
+ 2.0.
+ Status: rbb volunteers
+
+ * binbuild.sh may need to be updated. I haven't looked into this, but I
+ would be surprised if it works.
+ Status: rbb volunteers
+
+ * Apache.org needs to start running Apache 2.0 if at all possible.
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
1.10 +5 -1 apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr/STATUS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- STATUS 2000/12/14 11:10:05 1.9
+++ STATUS 2000/12/17 03:08:44 1.10
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS:
-*-text-*-
-Last modified at [$Date: 2000/12/14 11:10:05 $]
+Last modified at [$Date: 2000/12/17 03:08:44 $]
Release:
@@ -13,6 +13,10 @@
2.0a1 : released March 10, 2000
RELEASE SHOWSTOPPERS:
+
+ * Source code layout needs to be decided for apr and apr-util. There
+ has been some discussion about adding a src/ directory to apr or
+ removing it from apr-util/. Either way, this needs to be decided.
* Rename Symbols:
apr_opendir --> apr_dir_open
1.10 +5 -1 apr-util/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr-util/STATUS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- STATUS 2000/12/14 11:30:54 1.9
+++ STATUS 2000/12/17 03:08:44 1.10
@@ -1,11 +1,15 @@
APRUTIL LIBRARY STATUS:
-*-text-*-
-Last modified at [$Date: 2000/12/14 11:30:54 $]
+Last modified at [$Date: 2000/12/17 03:08:44 $]
Release:
...on the 12th as part of Apache 2.0a9 [need specifics here]
RELEASE SHOWSTOPPERS:
+
+ * Source code layout needs to be decided for apr and apr-util. There
+ has been some discussion about adding a src/ directory to apr or
removing
+ it from apr-util/. Either way, this needs to be decided.
* release distros do not include a "test" dir. don't put it in the
top-level SUBDIRS list, but definitely get it cleaned for the