gstein 00/12/09 05:55:43
Modified: . STATUS
Log:
going out of town for a day. leave notes for the stuff in my head. I'll do
the stuff in the two "release" sections before the 2.0a9 release, unless
somebody else digs in and does it before Sunday evening.
Revision Changes Path
1.7 +29 -10 apr-util/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr-util/STATUS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -u -r1.6 -r1.7
--- STATUS 2000/12/08 23:17:44 1.6
+++ STATUS 2000/12/09 13:55:43 1.7
@@ -1,27 +1,54 @@
APRUTIL LIBRARY STATUS:
-*-text-*-
-Last modified at [$Date: 2000/12/08 23:17:44 $]
+Last modified at [$Date: 2000/12/09 13:55:43 $]
Release:
+ ...on the 12th as part of Apache 2.0a9 [need specifics here]
+
RELEASE SHOWSTOPPERS:
- * Fill repository with code
+ * revise the included SDBM package to use the apr_ prefix (on the
+ header and on the function/typedef names.
+ Status: Greg +0, Ryan +1(?), OtherBill +1
+ * Pick up APRVARS from APR (for building the test progs). Export
+ some library variables from APRUTIL (e.g. -lgdbm) for clients to
+ use. (Greg volunteers)
+
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
+ * fix apr_dbm_geterror() prototype
+ Status: OtherBill +1, Greg +1
+
+ * auto-rebuild aprutil.exports (and apr.exports) during the
+ make/build process.
+ Status: Ryan +1, Greg +1
+
+ * move apu_private.h to include/private/
+ Status: Ryan +1, OtherBill +1, Greg +0
+
+ * turn ap_bucket_split_any() into ap_brigade_split().
+ Message-ID: ???
+ Status: Greg +1
+ Note: awaiting code from Cliff Wooley for this
+
Other bugs that need fixing:
Other features that need writing:
+ * populate src/uri and src/xml from Apache
+
Documentation that needs writing:
* API documentation
Status:
+ * doc the lifetimes of apr_dbm return values
+
Available Patches:
@@ -44,11 +71,3 @@
Status:
apr-util/include/: Ryan +1, Greg +0, OtherBill +1
apache-2.0/src/include/: Greg +1, Ryan -0.5, OtherBill -0.5
-
- * revise the included SDBM package to use the apr_ prefix (on the
- header and on the function/typedef names.
- Status: Greg +0, Ryan +1(?)
-
- * Pick up APRVARS from APR (for building the test progs). Export
- some library variables from APRUTIL (e.g. -lgdbm) for clients to
- use. (Greg volunteers)