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 au...@apache.org on 2006/07/05 20:08:49 UTC

svn commit: r419301 - /perl/Apache-SizeLimit/trunk/Changes

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 <pg...@p6m7g8.com>]
@@ -21,15 +21,31 @@
 actually kill a process when using Perl 5.8.1+ on Linux.
 [Dave Rolsky <au...@urth.org>]
 
-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 <au...@urth.org>]
+
+Added a new method, C<add_cleanup_handler()>.
+[Dave Rolsky <au...@urth.org>]
+
+Documentation for new API, as well as lots of general work on the
+docs.
+[Dave Rolsky <au...@urth.org>]
+
+Much code refactoring.
+[Dave Rolsky <au...@urth.org>]
+
+Added many tests for both the new and deprecated APIs.
+[Dave Rolsky <au...@urth.org>]
+
+Deprecated use of globals and the existing C<setmax()>, C<setmin()>,
+and C<setmax_unshared()> functions.
 [Dave Rolsky <au...@urth.org>]
 
 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 <au...@urth.org>]
-
-Deprecated direct use of globals to set memory limits.
 [Dave Rolsky <au...@urth.org>]
 
 =item 0.05 mp2 core / not released