summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-03-20 16:36:51 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-03-20 16:36:51 +0000
commit19cca8d83738ac6b72bdee0849508124a87749bf (patch)
treeb36e7cfbef904845becb2ffec1412da756c89796
parent0c9950201d1e5b27600a66d3cd58d4463dc84e5d (diff)
downloadlibapr-19cca8d83738ac6b72bdee0849508124a87749bf.tar.gz
Clean up status, noting the pending release, splitting showstoppers
into 0.9 and 1.0 categories, and knocking off one issue on Win32 that was fixed by closing apr_proc_t::hproc under the same conditions as unix would prune zombie processes. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64438 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS25
1 files changed, 9 insertions, 16 deletions
diff --git a/STATUS b/STATUS
index e00bd3317..19f9bb5b2 100644
--- a/STATUS
+++ b/STATUS
@@ -1,9 +1,9 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*-
-Last modified at [$Date: 2003/03/07 21:38:40 $]
+Last modified at [$Date: 2003/03/20 16:36:51 $]
Release:
- 0.9.2 : in progress
+ 0.9.2 : candidate tagged WAR_0_9_2_RC2, slated for release March 20
0.9.1 : released September 11, 2002
0.9.0 : released August 28, 2002
@@ -17,11 +17,17 @@ Release:
2.0a2 : released March 31, 2000
2.0a1 : released March 10, 2000
-RELEASE SHOWSTOPPERS:
+
+RELEASE 0.9 SHOWSTOPPERS:
+
+
+
+RELEASE 1.0 SHOWSTOPPERS:
* Must namespace protect all include/apr_foo.h headers. Jon Travis
has especially observed these including apr within Apache-1.3.
Message-ID: <20020128100116.A4288@covalent.net>
+ Deprecating the symbols in 0.9, eliminating them with 1.0.
(Those problems have been fixed, but it is a good example of
what to look for.)
Some headers with issues:
@@ -29,8 +35,6 @@ RELEASE SHOWSTOPPERS:
_POSIX_THREAD_SAFE_FUNCTIONS (?))
apr.hw (NO_USE_SIGACTION)
- 1.0 showstopper (not 0.9.x): gstein, wrowe
- [wrowe observed we have deprecated for now, not trashing old names.]
* Flush out the test suite and make sure it passes on all platforms.
We currently have about 450 functions in APR and 147 tests. That
@@ -51,17 +55,6 @@ RELEASE SHOWSTOPPERS:
Thom says: I think this is close to done; does anyone want to add any
further renames?
- 1.0 showstopper (not 0.9.x): gstein, wrowe
-
- * When Win32 apr_proc_create was fixed, the apr_proc_t hproc
- member was added for that platform. That's a problem (and
- was when pid was abused as well) since nobody goes and cleans
- up hproc after the process is dead. Can't do a pool cleanup,
- since apr_proc_create didn't allocate the apr_proc_t storage.
- (Aren't transparent types swell?) Suggestions?
-
- 1.0 showstopper (not 0.9.x): gstein
-
CURRENT VOTES: