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