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