]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/blob - Changes
This is 0.13
[perl/modules/Linux-SysInfo.git] / Changes
1 Revision history for Linux-SysInfo
2
3 0.13    2010-03-05 22:50 UTC
4         + Fix : t/30-threads.t will not be correctly skipped for perls with
5                 ithreads but without threads.pm. Thanks David Cantrell for
6                 providing access to a machine with such a perl.
7
8 0.12    2010-01-07 17:50 UTC
9         + Fix : Work around Kwalitee test misfailures.
10         + Tst : Test thread safety.
11
12 0.11    2009-03-10 16:25 UTC
13         + Chg : Perl 5.6 is required.
14         + Doc : Some formatting cleanup.
15         + Tst : Check that the returned values look like numbers.
16         + Upd : META.yml spec updated to 1.4.
17
18 0.10    2008-03-10 15:40 UTC
19         + Doc : The usual set of POD typos.
20         + Fix : Ensure that we're on linux with $^O, as some smokers don't seem
21                 to apply anymore the rule of "if it's in the Linux:: namespace,
22                 then errors should be reported as FAILures only if we actually
23                 are on linux".
24         + Tst : Tiny refinements.
25
26 0.09    2008-03-09 13:00 UTC
27         + Add : ':funcs' and ':consts' export tags.
28         + Doc : Copyright update.
29         + Fix : Correct dependencies listing in META.yml.
30         + Tst : Author tests overhaul.
31         + Tst : t/95-portability-files.t.
32
33 0.08    2007-11-19 09:25 UTC
34         + Fix : 5.10.0_RC1 compatibility fix.
35
36 0.07    2007-08-28 12:30 UTC
37         + Chg : s/require (XSLoader)/use $1/.
38         + Fix : Tests are now strict.
39
40 0.06    2007-08-14 18:40 UTC
41         + Fix : Building for perl-5.6.x and perl-5.9.{3,4}.
42
43 0.05    2007-08-13 11:10 UTC
44         + Add : Kwalitee test.
45         + Chg : Makefile.PL overhaul.
46         + Chg : Hash keys are now shared. This new implementation doesn't like
47                 5.9.3, but seems to be somehow ok with 5.9.5. If you're using
48                 5.9.3, either upgrade or keep with the precedent module version.
49
50 0.04    2007-05-03 09:35 UTC
51         + Add : The samples/sysinfo.pl sample script.
52         + Chg : Declare LS_HAS_EXTENDED with newCONSTSUB.
53         + Fix : Missing LICENSE in Makefile.PL
54         + Fix : Skipping extended tests will now display the good reason.
55
56 0.03    2007-04-18 10:25 UTC
57         + Fix : Load average raw values have to be shifted on a platform
58                 dependant way. They are now correctly reported.
59         + Fix : Missing META.yml
60         + Doc : Information about binary compatibility.
61
62 0.01    2007-04-11 12:45 UTC
63         * First version, released on an unsuspecting world.
64