]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blob - Changes
This is 1.01
[perl/modules/Test-Valgrind.git] / Changes
1 Revision history for Test-Valgrind
2
3 1.01    2009-04-14 21:15 UTC
4         + Add : Allow testing code given by -e. Hurray for source filters!
5         + Fix : Lazily load version.pm in Test::Valgrind::Session so that it's
6                 not really needed at configure time.
7         + Fix : Don't unload dynamic extensions by default so that their symbols
8                 still appear in the stack traces.
9
10 1.00    2009-04-12 22:50 UTC
11         Complete rewrite. The options passed to Test::Valgrind->import have
12         changed, so please have a look at the doc.
13         + Add : A brand new reusable API.
14         + Add : Suppressions are now versionized following the perl interpreter
15                 and valgrind. They are regenerated as needed and stored in the
16                 user home directory.
17         + Add : memcheck output is parsed by XML::Twig.
18         + Add : The output of the original script is now correctly captured.
19         + Rem : Lots of ugly hacks in the toolchain.
20
21 0.08    2009-02-08 18:25 UTC
22         + Add : Unload the libraries loaded by DynaLoader at END time, reducing
23                 the number of leaks in perl.
24         + Rem : The useless t/21-good-block.t.
25         + Upd : META.yml spec updated to 1.4.
26
27 0.07    2008-09-30 13:35 UTC
28         + Chg : Now conforms to the Test::Builder framework.
29         + Fix : STDERR is longer eaten.
30         + Fix : Eat STDOUT or print it as diagnostics, but never let him go
31                 through naked, as this may fiddle with the tests output.
32         + Fix : 'make test' without prior 'make'.
33
34 0.06    2008-09-09 22:10 UTC
35         + Fix : Suppressions were installed in the wrong path. Thanks Marvin
36                 Humphrey for reporting this.
37         + Fix : Really load XSLoader when generating suppressions. Thanks Marvin
38                 Humphrey again for bringing this to my attention.
39         + Fix : The logic for finding the file to run through valgrind was
40                 flawed, which lead to generate suppressions against
41                 Test/Valgrind.pm only.
42
43 0.051   2008-09-02 17:20 UTC
44         + Fix : Forgot to upgrade version of the suppression placeholder module.
45
46 0.05    2008-08-25 22:05 UTC
47         + Chg : Lower the default caller to 12.
48         + Tst : Add a real-life test that gets executed only if you have a C
49                 compiler.
50
51 0.04    2008-05-13 16:25 UTC
52         + Chg : Don't smoke this on 5.005 please.
53         + Chg : Better way to find the valgrind executable.
54
55 0.03    2008-04-21 15:35 UTC
56         + Fix : Include the mock Suppressions.pm rather than an empty file.
57
58 0.02    2008-04-21 15:25 UTC
59         + Add : Test::Valgrind now depends on Perl::Destruct::Level. This is
60                 needed for non-debugging perls because we can't set their
61                 level of memory cleanup correctness on exit with the
62                 PERL_DESTRUCT_LEVEL environment variable.
63         + Add : Hardcode valgrind path into the new constant
64                 Test::Valgrind::Suppressions::VG_PATH.
65         + Chg : Test::Valgrind::Suppressions::supppath() is now supp_path().
66         + Chg : lib/Test/Valgrind/Suppressions.pm.tpl was renamed to
67                 lib/Test/Valgrind/Suppressions.tpl for file portability reasons.
68
69 0.01    2008-04-19 15:50 UTC
70         First version, released on an unsuspecting world.
71