Mailing List Archive

svn commit: r1911172 - /perl/Apache-SizeLimit/trunk/Changes
Author: stevehay
Date: Fri Jul 21 10:23:38 2023
New Revision: 1911172

URL: http://svn.apache.org/viewvc?rev=1911172&view=rev
Log:
Update Changes for previous two commits

Modified:
perl/Apache-SizeLimit/trunk/Changes

Modified: perl/Apache-SizeLimit/trunk/Changes
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/Changes?rev=1911172&r1=1911171&r2=1911172&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/Changes (original)
+++ perl/Apache-SizeLimit/trunk/Changes Fri Jul 21 10:23:38 2023
@@ -8,6 +8,12 @@ Changes - Apache::SizeLimit change logfi

=item 0.98-dev

+Remove use of Linux::Smaps - it is slow and uses wrong statistics anyway.
+[Zefram <zefram@fysh.org>, CPAN RT#93757]
+
+Fix unshared memory values when using /proc/self/statm.
+[Zefram <zefram@fysh.org>, CPAN RT#73752]
+
Fix unnecessary FAIL reports on CPAN Testers by checking for mod_perl or
mod_perl2.
[Andreas Koenig <ANDK@cpan.org>; Steve Hay]