stas 2004/09/21 18:37:02
Modified: todo api_status features_maybe release
Log:
more status updates
Revision Changes Path
1.42 +0 -11 modperl-2.0/todo/api_status
Index: api_status
===================================================================
RCS file: /home/cvs/modperl-2.0/todo/api_status,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -u -r1.41 -r1.42
--- api_status 22 Sep 2004 01:30:46 -0000 1.41
+++ api_status 22 Sep 2004 01:37:02 -0000 1.42
@@ -129,17 +129,6 @@
### Other API related things ###
################################
-Q: APR::BucketAlloc object returned by $r->connection->bucket_alloc
- doesn't have a real package. It's OK for now, but when used outside
- httpd, where that allocation should come from?
-
-A: Add glue for function: apr_bucket_alloc_create(pool);
- not urgent for 2.0
-
-* why APR::OS::thread_current returns an object and to get the tid,
- you need to dereference it? that doesn't sounds too
- intuitive. Should we change it to return the id right away?
-
* the following accessors might be turned into read/write (they are
readonly at the moment). if you think that should be the case,
please document the change and hopefully add a new sub-test.
1.9 +6 -0 modperl-2.0/todo/features_maybe
Index: features_maybe
===================================================================
RCS file: /home/cvs/modperl-2.0/todo/features_maybe,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -u -r1.8 -r1.9
--- features_maybe 18 Sep 2004 18:11:18 -0000 1.8
+++ features_maybe 22 Sep 2004 01:37:02 -0000 1.9
@@ -2,6 +2,12 @@
# Nice to have features #
#########################
+* APR::BucketAlloc object returned by $r->connection->bucket_alloc
+ doesn't have a real package. It's OK for now, but when used outside
+ httpd, where that allocation should come from?
+ - Add glue for function: apr_bucket_alloc_create(pool);
+ not urgent for 2.0
+
* 'apachectl configtest' will not test perl modules, unless <perl>
section or PerlLoadModule has happeneded to be loaded (since by
default we start perl in the post-config phase. A possible solution
1.62 +13 -0 modperl-2.0/todo/release
Index: release
===================================================================
RCS file: /home/cvs/modperl-2.0/todo/release,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -u -r1.61 -r1.62
--- release 22 Sep 2004 01:13:01 -0000 1.61
+++ release 22 Sep 2004 01:37:02 -0000 1.62
@@ -4,8 +4,21 @@
-- see also todo/api_status
+* why APR::OS::thread_current returns an object and to get the tid,
+ you need to dereference it? that doesn't sounds too
+ intuitive.
+ - change it to return the id right away?
+ - rename it to be current_thread_id
+ - update docs
+ owner: gozer
+
* $r->log_reason:
just add to compat
+ owner: stas
+
+* APR::Finfo constants: APR::FILETYPE_* and APR::FILEPROT_* will
+ probably be APR::FTYPE_* and APR::FPROT_*
+ will know exactly once libapr is fixed
owner: stas
* $r->document_root: