diff options
author | thommay <thommay@13f79535-47bb-0310-9956-ffa450edef68> | 2002-08-19 21:38:46 +0000 |
---|---|---|
committer | thommay <thommay@13f79535-47bb-0310-9956-ffa450edef68> | 2002-08-19 21:38:46 +0000 |
commit | 4bf64d265548cf0219a48b57949930af217300e9 (patch) | |
tree | 04e692d5357cb4e34fe1851f9d6ec781ab5a5dd8 /STATUS | |
parent | 9dfd1f9447fed73b4c32b34c2953eca1e465a5b5 (diff) | |
download | libapr-4bf64d265548cf0219a48b57949930af217300e9.tar.gz |
This vote seems to be pretty resolved.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63820 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -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. + |