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