summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--STATUS17
1 files changed, 8 insertions, 9 deletions
diff --git a/STATUS b/STATUS
index df0b6bb63..cac40850d 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*-
-Last modified at [$Date: 2002/08/01 16:00:31 $]
+Last modified at [$Date: 2002/08/19 21:38:46 $]
Release:
@@ -59,14 +59,6 @@ RELEASE SHOWSTOPPERS:
CURRENT VOTES:
- * Is this really a showstopper for the 1.0 release?:
- * Almost every API in APR depends on pools, but pool semantics
- aren't a good match for a lot of applications. We need to find
- a way to support alternate allocators polymorphically without
- a significant performance penalty.
-
- Not a showstopper: Thom, Justin, Sander, Fitz
-
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
* The return type of a thread function (void *) is inconsistent with
@@ -371,3 +363,10 @@ Stuff waiting for code thawing after Beta 1:
misc/unix/getuuid.c that forces md5 to be in APR.
Sander: +1 for the move.
+Stuff for post 1.0:
+
+ * Almost every API in APR depends on pools, but pool semantics
+ aren't a good match for a lot of applications. We need to find
+ a way to support alternate allocators polymorphically without
+ a significant performance penalty.
+