Author: geoff Date: Thu Apr 7 07:23:31 2005 New Revision: 160404 URL: http://svn.apache.org/viewcvs?view=rev&rev=160404 Log: rename Apache->request() to Apache2::RequestUtil->request()
also, float Apache2:: rename items to the top of the changes list, as they are the most important aspect of this release regardless of the time order in which things happened Modified: perl/modperl/trunk/Changes Modified: perl/modperl/trunk/Changes URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?view=diff&r1=160403&r2=160404 ============================================================================== --- perl/modperl/trunk/Changes (original) +++ perl/modperl/trunk/Changes Thu Apr 7 07:23:31 2005 @@ -18,16 +18,9 @@ 1.99_XX. Please read the below changes carefully. *************************************************** -Make sure that CPAN shell doesn't triple over usage of -$ExtUtils::MakeMaker::VERSION [Randy Kobes] - -make sure not to use apr_os_thread_current in debug mode when libapr -wasn't built with threads support [Stas] - -Apache2::RequestRec->new now sets $r->request_time [Stas] - s/Apache::/Apache2::/g and s/mod_perl/mod_perl2/g in all module -APIs [joes]. +APIs. so, Apache::RequestRec is now Apache2::RequestRec, +Apache::compat is now Apache2::compat, and so on. [joes] move all Apache:: constants to Apache2::Const and all APR:: constants to APR::Const. for example, Apache:OK is now Apache2::Const::OK and @@ -40,6 +33,16 @@ add $ENV{MOD_PERL_API_VERSION} as something that clearly distinguishes which mod_perl version is being used at request time. [Geoffrey Young] +Make sure that CPAN shell doesn't triple over usage of +$ExtUtils::MakeMaker::VERSION [Randy Kobes] + +rename Apache->request() to Apache2::RequestUtil->request() +[Geoffrey Young] + +make sure not to use apr_os_thread_current in debug mode when libapr +wasn't built with threads support [Stas] + +Apache2::RequestRec->new now sets $r->request_time [Stas] remove CGI.pm and Apache::Request dependencies from Apache2::Status since they weren't used at all [Geoffrey Young]