geoff 2003/11/25 10:41:58
Modified: . Changes Log: add :mpmq import tag to Apache::Const Revision Changes Path 1.261 +4 -1 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.260 retrieving revision 1.261 diff -u -r1.260 -r1.261 --- Changes 23 Nov 2003 21:26:01 -0000 1.260 +++ Changes 25 Nov 2003 18:41:58 -0000 1.261 @@ -12,6 +12,8 @@ =item 1.99_12-dev +add :mpmq import tag to Apache::Const [Geoffrey Young] + Fix ModPerl::Registry handlers family to modify $0 only for the duration of the handler, by localizing it [Stas] @@ -64,7 +66,8 @@ When 'make test' fails we now print the info on what to do next [Stas] At the end of 'make install' we now print the info how to proceed with -mod_perl and what to do in the case of post-install problems [Geoff] +mod_perl and what to do in the case of post-install problems +[Geoffrey Young] Adjust the source to properly work with 5.8.2's new algorithm of dynamic re-hashing of hashes on hash collision attack. [Nicholas Clark