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