X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=Changes;fp=Changes;h=a2af1342d2a0b3b401719d8cbe0207811534409d;hp=89b296913f3a989818308ccdae916cb7baf663f5;hb=f2071d95aaaa4817e91cc33530deedc8d701d44d;hpb=c2aa814a3bb6b452737aa199082904bc6b583814 diff --git a/Changes b/Changes index 89b2969..a2af134 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,15 @@ Revision history for Test-Valgrind +1.19 2016-08-01 21:00 UTC + + Fix : valgrind 3.1x will no longer be treated as valgrind 3.1.0, + causing the wrong command line arguments to be used. + Thanks Lucas Nussbaum and Gregor Herrmann from Debian for + reporting and providing feedback (Debian bug 832833). + + Fix : The number of callers is now capped at 24, as this is the + maximum number supported by valgrind. An higher number of + frames could lead to the generation of unusable suppressions + in both old and recent versions of valgrind. + 1.18 2015-11-16 15:00 UTC + Chg : A new Test::Valgrind::Version class has been added to represent valgrind version numbers, instead of lazily relying on