wrowe 01/05/17 06:37:00
Modified: . STATUS
. STATUS
Log:
There is a list of pending renames in apr... comments folks?
Revision Changes Path
1.43 +3 -13 apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr/STATUS,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- STATUS 2001/05/15 14:48:50 1.42
+++ STATUS 2001/05/17 13:36:44 1.43
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS:
-*-text-*-
-Last modified at [$Date: 2001/05/15 14:48:50 $]
+Last modified at [$Date: 2001/05/17 13:36:44 $]
Release:
@@ -15,14 +15,6 @@
RELEASE SHOWSTOPPERS:
- * Unix apr_stat/lstat/getfileinfo were very fast hacks, needs review.
- Ignore APR_FINFO_NAME issues for b1, I've noted that issue below.
- OtherBill asks has someone done so?
-
- * OS2 apr_stat/lstat/getfileinfo/dir_read were very fast hacks, need
- cleanup, toggle messy (APR_INCOMPLETE) result when appropriate.
- OtherBill asks has someone done so?
-
* complete the efforts started by DougM for cleaner fn naming
conventions: see proposed name changes in renames_pending
and offer up any additions/vetos/clarifications.
@@ -38,10 +30,6 @@
calls getaddrinfo() is bogus and causes undesired DNS requests.
Status: Jeff will look into this
- * Solve Win32 APR_CHR, APR_BLK, etc for Win32 apr_stat without
- GetFileType? How about inode/dev/nlink?
- Status: OtherBill's WIP
-
* SysV semaphore support isn't usable by Apache when started as
root because we don't have a way to allow the semaphore to be
used by the configured User and Group. Current work-around:
@@ -129,6 +117,8 @@
* need to export the shared library extension (e.g. ".so") for the
platform. clients need to use this to construct filenames to
pass to apr_dso_load()
+ -- note on Win32 we distinguish 'apache module' names from other
+ 'loadable module' names, so be careful with Apache's directive.
* may be good to have a --disable-ipv6 configure option
1.27 +4 -5 apr-util/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr-util/STATUS,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- STATUS 2001/04/12 15:30:47 1.26
+++ STATUS 2001/05/17 13:36:52 1.27
@@ -1,5 +1,5 @@
APRUTIL LIBRARY STATUS:
-*-text-*-
-Last modified at [$Date: 2001/04/12 15:30:47 $]
+Last modified at [$Date: 2001/05/17 13:36:52 $]
Release:
2.0a9 : released December 12, 2000
@@ -8,7 +8,8 @@
RELEASE SHOWSTOPPERS:
* Need apu_compat.h to track the latest renames
- [Will voulenteers - is on it]
+ Status: someone want to step up to diff names between 1.3.x
+ and apr/apr-util? Sounds like a job for a perl script...
* add misc/version.c and related machinery once the pattern is
laid out in APR.
@@ -24,9 +25,6 @@
Other bugs that need fixing:
- * revise the included SDBM package to use the apr_ prefix on the
- function/typedef names.
- Status: Greg +1
Other features that need writing:
@@ -34,6 +32,7 @@
* write apr_brigade_(p)getline, per the hackathon
* populate src/uri from Apache
+ Status: Justin looks like he's attacking this at the moment
* possibly move test/testdbm* to util/dbu
Status: Greg +1 (volunteers)