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