diff options
author | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2003-11-21 10:42:03 +0000 |
---|---|---|
committer | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2003-11-21 10:42:03 +0000 |
commit | 7f77c2e1bbbd9e724add4b78285945395584d702 (patch) | |
tree | 333637925f32505375020c7c1cce2aeb0588f8d9 /STATUS | |
parent | 42a6708951f921b45de899fffb251f51b6c4e9cc (diff) | |
download | libapr-7f77c2e1bbbd9e724add4b78285945395584d702.tar.gz |
NO_USE_SIGACTION was only declared by Win32, and not tested within
the win32 mpm anyways. Thanks to Jeff for pointing out that this
patch was quite safe.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*- -Last modified at [$Date: 2003/11/17 09:56:46 $] +Last modified at [$Date: 2003/11/21 10:42:03 $] Release: @@ -34,7 +34,6 @@ RELEASE 1.0 SHOWSTOPPERS: Some headers with issues: apr.hnw (READDIR_IS_THREAD_SAFE, ENUM_BITFIELD, _POSIX_THREAD_SAFE_FUNCTIONS (?)) - apr.hw (NO_USE_SIGACTION) * Flush out the test suite and make sure it passes on all platforms. @@ -44,9 +43,10 @@ RELEASE 1.0 SHOWSTOPPERS: unified test suite, and adding more tests to make the suite comprehensive. - * close out the XXX's already! (wrowe: this is "production release" - quality code with that many unanswered questions?) If they aren't - showstoppers, deprecate them to TODO:s. + * Eliminate the TODO's and XXX's by using the doxygen @bug feature + to allow us to better track the open issues, and provide historical + bug lists that help porters understand what was wrong in the old + versions of APR that they would be upgrading from. CURRENT VOTES: |