Author: autarch Date: Wed Jul 5 11:08:49 2006 New Revision: 419301 URL: http://svn.apache.org/viewvc?rev=419301&view=rev Log: Updated Changes based on work I just checked in.
Modified: perl/Apache-SizeLimit/trunk/Changes Modified: perl/Apache-SizeLimit/trunk/Changes URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/Changes?rev=419301&r1=419300&r2=419301&view=diff ============================================================================== --- perl/Apache-SizeLimit/trunk/Changes (original) +++ perl/Apache-SizeLimit/trunk/Changes Wed Jul 5 11:08:49 2006 @@ -6,7 +6,7 @@ =over 6 -=item 0.06-dev +=item 0.9-dev Copied from the mod_perl 1 core for an independent CPAN release. [Philip M. Gollucci <[EMAIL PROTECTED]>] @@ -21,15 +21,31 @@ actually kill a process when using Perl 5.8.1+ on Linux. [Dave Rolsky <[EMAIL PROTECTED]>] -Lots of work on the docs. +Added new OO methods for configuring the module, +C<set_max_process_size()>, C<set_min_shared_size()> ,and +C<set_max_unshared_size()>. +[Dave Rolsky <[EMAIL PROTECTED]>] + +Added a new method, C<add_cleanup_handler()>. +[Dave Rolsky <[EMAIL PROTECTED]>] + +Documentation for new API, as well as lots of general work on the +docs. +[Dave Rolsky <[EMAIL PROTECTED]>] + +Much code refactoring. +[Dave Rolsky <[EMAIL PROTECTED]>] + +Added many tests for both the new and deprecated APIs. +[Dave Rolsky <[EMAIL PROTECTED]>] + +Deprecated use of globals and the existing C<setmax()>, C<setmin()>, +and C<setmax_unshared()> functions. [Dave Rolsky <[EMAIL PROTECTED]>] When calling C<setmax()>, C<setmin()>, and C<setmax_unshared()>, only add Apache::SizeLimit as a cleanup handler once, not once for each function call. Taken from Apache2::SizeLimit. -[Dave Rolsky <[EMAIL PROTECTED]>] - -Deprecated direct use of globals to set memory limits. [Dave Rolsky <[EMAIL PROTECTED]>] =item 0.05 mp2 core / not released