Author: randyk
Date: Sat May  7 06:55:07 2005
New Revision: 169080

URL: http://svn.apache.org/viewcvs?rev=169080&view=rev
Log:
add Changes item describing the fixes used to get the 404.t and
redirect.t ModPerl-Registry tests working on Win32.

Modified:
    perl/modperl/trunk/Changes

Modified: perl/modperl/trunk/Changes
URL: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?rev=169080&r1=169079&r2=169080&view=diff
==============================================================================
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Sat May  7 06:55:07 2005
@@ -12,6 +12,14 @@
 
 =item 1.999_24-dev
 
+add APR::Status::is_(EACCES|ENOENT), and use in ModPerl::RegistryCooker
+to return, as appropriate, Apache2::Const::(FORBIDDEN|NOT_FOUND),
+based on [EMAIL PROTECTED] Also remove a check in modperl_slurp_filename
+of src/modules/perl/modperl_util.c to enable $@ to be set when
+opening or reading a file fails. This fixes a bug on Win32, revealed
+in 404.t and redirect.t of the ModPerl-Registry tests, as reported
+by Steve Hay and Markus Wichitill [Stas, Randy Kobes]
+
 link Apache2::* and ModPerl::* to mod_perl.a and DynaLoader.a, but
 -lmod_perl and -lDynaLoader don't work, and we can't supply the full
 paths, because MakeMaker doesn't allow this. I workaround this by


Reply via email to