summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS9
1 files changed, 1 insertions, 8 deletions
diff --git a/STATUS b/STATUS
index 6b54e86a7..f1876d9a8 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*-
-Last modified at [$Date: 2002/05/07 03:35:34 $]
+Last modified at [$Date: 2002/05/24 18:34:36 $]
Release:
@@ -44,13 +44,6 @@ RELEASE SHOWSTOPPERS:
since apr_proc_create didn't allocate the apr_proc_t storage.
(Aren't transparent types swell?) Suggestions?
- * The new lock API is a full replacement for the old API. Before
- we do a major APR release, we must deprecate the old locks API,
- lest we support 2 lock APIs in perpetuity.
-
- * The new apr_global_mutex_t lock type must be implemented on
- all platforms.
-
* 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