stas 2003/11/21 23:42:12
Modified: . Changes Log: a few speling fixes Revision Changes Path 1.257 +9 -9 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.256 retrieving revision 1.257 diff -u -u -r1.256 -r1.257 --- Changes 19 Nov 2003 19:30:11 -0000 1.256 +++ Changes 22 Nov 2003 07:42:12 -0000 1.257 @@ -21,7 +21,7 @@ add :filetype import tag to APR::Const [Geoffrey Young] -<Perl> sections now proprely set $0 to the name of the configuration +<Perl> sections now properly set $0 to the name of the configuration file they are in. [Philippe M. Chiasson] Apache::Status: provide a workaround for Config::myconfig() which @@ -31,7 +31,7 @@ Fix Apache::Status::handler to return 'Apache::OK' [Juanma Barranquero <[EMAIL PROTECTED]>] -<Perl> sections now proprely set filename and line number information, +<Perl> sections now properly set filename and line number information, making error messages report the correct location. [Philippe M. Chiasson] =item 1.99_11 - November 10, 2003 @@ -75,11 +75,11 @@ (as if the process was never forked), provide a local workaround (+ new test). [Rafael Garcia-Suarez <[EMAIL PROTECTED]>] -overriden STD* streams now can be further overriden and will be +overridden STD* streams now can be further overridden and will be properly restored, which allows functions like $r->internal_redirect work (+add tests) [Stas] -implement perlio's getarg hook, which now allows dupping STD* streams +implement perlio's getarg hook, which now allows duping STD* streams overloaded by modperl [Stas] Add PerlMapToStorageHandler [Geoffrey Young] @@ -104,7 +104,7 @@ Prevent the 'Use of uninitialized value.' warning when ModPerl::Util::exit is used. [Stas] -To make the test-sute sandbox-friendly, which break when things try to +To make the test-suite sandbox-friendly, which break when things try to run off /tmp, use t/logs as the location of the mod_cgid socket and TMPDIR env var [Haroon Rafique <[EMAIL PROTECTED]>] @@ -135,7 +135,7 @@ it is invalid to return HTTP_INTERNAL_SERVER_ERROR or any other HTTP response code from modperl_wbucket_pass, therefore set the error code -into r->status and return APR_SUCCESS. Untill now response handler +into r->status and return APR_SUCCESS. Until now response handler with messed up response headers, were causing no response what so ever to the client. LWP was assuming 500, and it was all fine, testing without LWP has immediately revealed that there was a problem in the @@ -147,8 +147,8 @@ the server that has encountered this problem, to make it easier to debug. [Stas] -mod_perl handler must be dupped for any mpm which runs within -USE_ITHREAD. Untill now there was a big problem with prefork mpm if +mod_perl handler must be duped for any mpm which runs within +USE_ITHREAD. Until now there was a big problem with prefork mpm if any of its vhosts was using PerlOptions +(Parent|Clone) and happened to load handlers before the main server. When that was happening the main server will see that the handler was resolved (since it sees the @@ -242,7 +242,7 @@ triggers an assert in httpd internal filters and 8192 is a good default. [Stas] -Fix DynaLoader breakeage when using DL_GLOBAL on OpenBSD +Fix DynaLoader breakage when using DL_GLOBAL on OpenBSD [Philippe M. Chiasson <[EMAIL PROTECTED]>] renamed the private modperl_module_config_get_obj function to