Revision: 1359 Author: [email protected] Date: Wed Sep 15 02:53:22 2010 Log: Prep for dev release
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1359 Modified: /trunk/Changes ======================================= --- /trunk/Changes Mon Sep 13 14:11:28 2010 +++ /trunk/Changes Wed Sep 15 02:53:22 2010 @@ -6,12 +6,15 @@ =cut -=head2 Changes in Devel::NYTProf 4.05 (svn 1352) 13th Sept 2010 +=head2 Changes in Devel::NYTProf 4.05 (svn 1359) 15th Sept 2010 Fixed tests to work with a new optimization in perl 5.13.4. Fixed handling of negative values for subroutine line ranges (that may be added to %DB::sub by buggy software). - Protect against bad line numbers hanging report generation. + Fixed handling of negative times from unstable clocks + that caused spikes in statement times. (Currently negative + times cause warnings. In future they'll be handled.) + Fixed risk of bad line numbers hanging report generation. =head2 Changes in Devel::NYTProf 4.04 (svn 1332) 9th July 2010 -- You've received this message because you are subscribed to the Devel::NYTProf Development User group. Group hosted at: http://groups.google.com/group/develnytprof-dev Project hosted at: http://perl-devel-nytprof.googlecode.com CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf To post, email: [email protected] To unsubscribe, email: [email protected]
