You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2005/09/02 21:13:11 UTC

svn commit: r267277 - /perl/modperl/trunk/Changes

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 *** <do...@abv.bg>]
+another round of cygwin fixes [Nikolay Ananiev <an...@thegdb.com>]
 
 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 *** <do...@abv.bg>]
+[Nikolay Ananiev <an...@thegdb.com>]
 
 Fix the "No library found" warnings when building on win32 without
-apxs and MP_AP_PREFIX [Nick *** <do...@abv.bg>]
+apxs and MP_AP_PREFIX [Nikolay Ananiev <an...@thegdb.com>]
 
 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 *** <do...@abv.bg>]
+clean. [Nikolay Ananiev <an...@thegdb.com>]
 
 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 *** <do...@abv.bg>]
+default at "srclib/apr/.libs". Fix that [Nikolay Ananiev <an...@thegdb.com>]
 
 Show MP_APU_CONFIG as an argument to Makefile.PL in the Usage
-menu. [Nick *** <do...@abv.bg>]
+menu. [Nikolay Ananiev <an...@thegdb.com>]
 
 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 ***
-<do...@abv.bg>]
+against aprext.  Also other small fixes are added. [Nikolay Ananiev
+<an...@thegdb.com>]
 
 
 
@@ -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 *** <do...@abv.bg>]
+dynamic_link code in Makefile [Nikolay Ananiev <an...@thegdb.com>]
 
 fix a warning in Apache2::Build::build_config() when building
-with MP_STATIC_EXTS=1 [Nick *** <do...@abv.bg>]
+with MP_STATIC_EXTS=1 [Nikolay Ananiev <an...@thegdb.com>]
 
 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 ***
-<do...@abv.bg>]
+libhttpd. This change adds libapr and libaprutil. [Nikolay Ananiev
+<an...@thegdb.com>]
 
 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 <ch...@cisco.com>]
 
-cygwin fixes: [Nick *** <do...@abv.bg>]
+cygwin fixes: [Nikolay Ananiev <an...@thegdb.com>]
 - doesn't like XS wrapper starting with 'static'
 - need to compile everything with -DCYGWIN