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 to...@apache.org on 2011/02/24 12:58:33 UTC

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

Author: torsten
Date: Thu Feb 24 11:58:33 2011
New Revision: 1074120

URL: http://svn.apache.org/viewvc?rev=1074120&view=rev
Log:
Changes entry for r1069513 added

Modified:
    perl/Apache-SizeLimit/trunk/Changes

Modified: perl/Apache-SizeLimit/trunk/Changes
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/Changes?rev=1074120&r1=1074119&r2=1074120&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/Changes (original)
+++ perl/Apache-SizeLimit/trunk/Changes Thu Feb 24 11:58:33 2011
@@ -8,6 +8,9 @@ Changes - Apache::SizeLimit change logfi
 
 =item 0.96-dev
 
+Unshared size is now interpreted as RSS - shared instead of VSIZE - shared
+on Linux [Torsten]
+
 Subtest 1 checks that Apache2::SizeLimit->_limits_are_exceeded() returns
 false without any limits. But if the test runs near the end of the test
 suite it may very well be that some other test has set a limit. [Torsten]