]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blob - Changes
More suppressions
[perl/modules/Test-Valgrind.git] / Changes
1 Revision history for Test-Valgrind
2
3 0.06    2008-09-09 22:10 UTC
4         + Fix : Suppressions were installed in the wrong path. Thanks Marvin
5                 Humphrey for reporting this.
6         + Fix : Really load XSLoader when generating suppressions. Thanks Marvin
7                 Humphrey again for bringing this to my attention.
8         + Fix : The logic for finding the file to run through valgrind was
9                 flawed, which lead to generate suppressions against
10                 Test/Valgrind.pm only.
11
12 0.051   2008-09-02 17:20 UTC
13         + Fix : Forgot to upgrade version of the suppression placeholder module.
14
15 0.05    2008-08-25 22:05 UTC
16         + Chg : Lower the default caller to 12.
17         + Tst : Add a real-life test that gets executed only if you have a C
18                 compiler.
19
20 0.04    2008-05-13 16:25 UTC
21         + Chg : Don't smoke this on 5.005 please.
22         + Chg : Better way to find the valgrind executable.
23
24 0.03    2008-04-21 15:35 UTC
25         + Fix : Include the mock Suppressions.pm rather than an empty file.
26
27 0.02    2008-04-21 15:25 UTC
28         + Add : Test::Valgrind now depends on Perl::Destruct::Level. This is
29                 needed for non-debugging perls because we can't set their
30                 level of memory cleanup correctness on exit with the
31                 PERL_DESTRUCT_LEVEL environment variable.
32         + Add : Hardcode valgrind path into the new constant
33                 Test::Valgrind::Suppressions::VG_PATH.
34         + Chg : Test::Valgrind::Suppressions::supppath() is now supp_path().
35         + Chg : lib/Test/Valgrind/Suppressions.pm.tpl was renamed to
36                 lib/Test/Valgrind/Suppressions.tpl for file portability reasons.
37
38 0.01    2008-04-19 15:50 UTC
39         First version, released on an unsuspecting world.
40