stas 01/08/21 19:31:29
Modified: . CREDITS Changes
Log:
correct my email address
Revision Changes Path
1.6 +2 -2 modperl/CREDITS
Index: CREDITS
===================================================================
RCS file: /home/cvs/modperl/CREDITS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- CREDITS 1998/12/22 16:34:48 1.5
+++ CREDITS 2001/08/22 02:31:29 1.6
@@ -187,7 +187,7 @@
mod_perls, along with various bug spotting and stopping since the
early days. He has also contributed to the Apache/Perl API.
-=item Stas Bekman ([EMAIL PROTECTED])
+=item Stas Bekman ([EMAIL PROTECTED])
Stas' "Mod Perl Developer's Mini Guide" has saved many lives.
He has also contributed a great deal to the mod_perl documentation and
@@ -340,4 +340,4 @@
=head1 REVISION
-$Revision: 1.5 $ $Date: 1998/12/22 16:34:48 $
+$Revision: 1.6 $ $Date: 2001/08/22 02:31:29 $
1.618 +7 -7 modperl/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl/Changes,v
retrieving revision 1.617
retrieving revision 1.618
diff -u -r1.617 -r1.618
--- Changes 2001/08/13 16:02:20 1.617
+++ Changes 2001/08/22 02:31:29 1.618
@@ -93,7 +93,7 @@
fix double-loading bug of Perl{Require,Module}s at startup time
-improve Apache::MyConfig [Stas Bekman <[EMAIL PROTECTED]>]
+improve Apache::MyConfig [Stas Bekman <[EMAIL PROTECTED]>]
back out 'stop win32 crash when bringing down service' change, no
longer needed with 1.3.19
@@ -170,7 +170,7 @@
Solving an 'uninitialized value' warn in Apache::SizeLimit.
post_connection() expects a return status from the callback function.
-[Stas Bekman <[EMAIL PROTECTED]>]
+[Stas Bekman <[EMAIL PROTECTED]>]
include mod_perl hook/feature config and pod in Apache::MyConfig
[Geoffrey Young <[EMAIL PROTECTED]>]
@@ -197,7 +197,7 @@
[Ken Williams <[EMAIL PROTECTED]>, Dave Rolsky <[EMAIL PROTECTED]>]
Documenting the new PerlAddVar httpd.conf directive
-[Stas Bekman <[EMAIL PROTECTED]>]
+[Stas Bekman <[EMAIL PROTECTED]>]
new Apache::test::static_modules() method
[Ken Williams <[EMAIL PROTECTED]>]
@@ -451,7 +451,7 @@
$Apache::Server::AddPerlVersion uses $^V for Perl/v5.6.0+
update mod_ssl config for 'make test'
-[Stas Bekman <[EMAIL PROTECTED]>]
+[Stas Bekman <[EMAIL PROTECTED]>]
reset the stack pointer after calling perl_require_module() in
perl_call_handler(). this fix will most likely cure the reports of
@@ -711,11 +711,11 @@
not the complete URI [Andrei A. Voropaev <[EMAIL PROTECTED]>]
fixed the failure of t/modules/file test in 'make test' suit by untainting
-the $ENV{PATH} in ./t/net/perl/file.pl [Stas Bekman <[EMAIL PROTECTED]>]
+the $ENV{PATH} in ./t/net/perl/file.pl [Stas Bekman <[EMAIL PROTECTED]>]
Apache::RegistryLoader::handler was rewritten to allow a better
diagnostics of scripts preloading problems. [Stas Bekman
-<[EMAIL PROTECTED]>]
+<[EMAIL PROTECTED]>]
document the fact that $r->args can be used to set the query string
as well as get it [Andrei A. Voropaev <[EMAIL PROTECTED]>]
@@ -1619,7 +1619,7 @@
have ldopts yank ExtUtils::Liblist message:
Note (probably harmless): No library found for ...
-from stdout to stderr [Stas Bekman <[EMAIL PROTECTED]>]
+from stdout to stderr [Stas Bekman <[EMAIL PROTECTED]>]
change Apache.xs/typemap so classes who inherit from the Apache class
can invoke methods with a hash object, provided $hash->{_r} contains a