dougm 2002/09/04 18:50:45 Modified: . Changes STATUS Log: update Revision Changes Path 1.43 +4 -1 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- Changes 29 Aug 2002 02:28:44 -0000 1.42 +++ Changes 5 Sep 2002 01:50:45 -0000 1.43 @@ -10,13 +10,16 @@ =item 1.99_06-dev +add $r->add_config method to add dynamic configuration at request time + add Apache::DIR_MAGIC_TYPE constant add support for directive handlers fix source_scan to run with current httpd/apr -add Apache::Directive->insert method to add dynamic configuration +add Apache::Server->add_config method to add dynamic configuration at +server startup time add Apache::Directive->to_string method 1.11 +2 -2 modperl-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/modperl-2.0/STATUS,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- STATUS 4 Sep 2002 18:02:51 -0000 1.10 +++ STATUS 5 Sep 2002 01:50:45 -0000 1.11 @@ -57,7 +57,7 @@ * pluggable <Perl> sections have been implemented but need a default handler to actually convert the Perl code into apache config -* Apache->httpd_conf compat method mapping to Apache::Directive->insert +* Apache->httpd_conf compat method mapping to Apache::Server->add_config * directive handlers are supported but need some work for 1.x compat - Apache::ModuleConfig->get needs a compat method mapping to