Author: stas Date: Fri Sep 2 12:13:07 2005 New Revision: 267277 URL: http://svn.apache.org/viewcvs?rev=267277&view=rev Log: Nick *** is really Nikolay Ananiev
Modified: perl/modperl/trunk/Changes Modified: perl/modperl/trunk/Changes URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?rev=267277&r1=267276&r2=267277&view=diff ============================================================================== --- perl/modperl/trunk/Changes (original) +++ perl/modperl/trunk/Changes Fri Sep 2 12:13:07 2005 @@ -34,7 +34,7 @@ croak in case a filter returns DECLINED after calling $f->read (as it is not supposed to happen) [Stas] -another round of cygwin fixes [Nick *** <[EMAIL PROTECTED]>] +another round of cygwin fixes [Nikolay Ananiev <[EMAIL PROTECTED]>] Multiple fixes to make mod_perl 2.0 work with blead-perl (5.9.3+) [Stas] @@ -60,10 +60,10 @@ Fix a broken regexp in Apache2::Build::dir() on win32 that would incorrectly attempt to fully-qualify paths like c:/some/path -[Nick *** <[EMAIL PROTECTED]>] +[Nikolay Ananiev <[EMAIL PROTECTED]>] Fix the "No library found" warnings when building on win32 without -apxs and MP_AP_PREFIX [Nick *** <[EMAIL PROTECTED]>] +apxs and MP_AP_PREFIX [Nikolay Ananiev <[EMAIL PROTECTED]>] The pure-perl ModPerl::Util::unload_package implementation was accidently deleting sub-stashes [Gozer] @@ -147,15 +147,15 @@ Fix a warning triggered by `ln` on Cygwin, when running perl Makefile.PL for a second time without previously running make -clean. [Nick *** <[EMAIL PROTECTED]>] +clean. [Nikolay Ananiev <[EMAIL PROTECTED]>] When compiling a static mod_perl and MP_AP_CONFIGURE="--with-apr=/some/path" argument is given, Apache will use the apr-config at the given path, but mod_perl was using the -default at "srclib/apr/.libs". Fix that [Nick *** <[EMAIL PROTECTED]>] +default at "srclib/apr/.libs". Fix that [Nikolay Ananiev <[EMAIL PROTECTED]>] Show MP_APU_CONFIG as an argument to Makefile.PL in the Usage -menu. [Nick *** <[EMAIL PROTECTED]>] +menu. [Nikolay Ananiev <[EMAIL PROTECTED]>] Makefile.PL: fix the pre-rename mp2 install diagnostics code, to use the mp version of 1.999xx and not 1.999_xx, as the latter is @@ -177,8 +177,8 @@ DynaLoader.a to libDynaLoader.a (I don't create a symlink, because, when running make clean, the real DynaLoader.a may get deleted). The APR::* extensions are not affected, because in both cases we link them -against aprext. Also other small fixes are added. [Nick *** -<[EMAIL PROTECTED]>] +against aprext. Also other small fixes are added. [Nikolay Ananiev +<[EMAIL PROTECTED]>] @@ -186,10 +186,10 @@ =item 1.999_23 - May 3, 2005 fix Apache2::Build::dynamic_link_MSWin32 to generate a new line after -dynamic_link code in Makefile [Nick *** <[EMAIL PROTECTED]>] +dynamic_link code in Makefile [Nikolay Ananiev <[EMAIL PROTECTED]>] fix a warning in Apache2::Build::build_config() when building -with MP_STATIC_EXTS=1 [Nick *** <[EMAIL PROTECTED]>] +with MP_STATIC_EXTS=1 [Nikolay Ananiev <[EMAIL PROTECTED]>] improving DSO support on cygwin. The problem with cygwin is that it behaves like windows (it's a posix layer over windows after @@ -197,8 +197,8 @@ just like on win32, by adding -lapr-0 -laprutil-0 and -lhttpd. On windows, Apache supplies all the three libraries and it's easy to link, but on cygwin apache doesn't play nice and doesn't supply -libhttpd. This change adds libapr and libaprutil. [Nick *** -<[EMAIL PROTECTED]>] +libhttpd. This change adds libapr and libaprutil. [Nikolay Ananiev +<[EMAIL PROTECTED]>] improve the diagnostics when detecting mp2 < 1.999022, tell the user which files and/or dirs need to be removed [Stas] @@ -271,7 +271,7 @@ Fixes for Apache2::Reload's touchfile feature (return Apache2::Const::OK instead of 1) [Chris Warren <[EMAIL PROTECTED]>] -cygwin fixes: [Nick *** <[EMAIL PROTECTED]>] +cygwin fixes: [Nikolay Ananiev <[EMAIL PROTECTED]>] - doesn't like XS wrapper starting with 'static' - need to compile everything with -DCYGWIN