X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=32c6f35a6f354250edac3a97700bd98fe9bbe65d;hb=ffd28b6ca6ef34779e1fc40bf2acd053e36935a7;hp=7939405dfa7419767b9817e7b2917ca5d714ba4d;hpb=01cae1ae25699e5619d0daa4670f0c8930b433bf;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/Changes b/Changes index 7939405..32c6f35 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,38 @@ Revision history for Linux-SysInfo +0.13 2010-03-05 22:50 UTC + + Fix : t/30-threads.t will not be correctly skipped for perls with + ithreads but without threads.pm. Thanks David Cantrell for + providing access to a machine with such a perl. + +0.12 2010-01-07 17:50 UTC + + Fix : Work around Kwalitee test misfailures. + + Tst : Test thread safety. + +0.11 2009-03-10 16:25 UTC + + Chg : Perl 5.6 is required. + + Doc : Some formatting cleanup. + + Tst : Check that the returned values look like numbers. + + Upd : META.yml spec updated to 1.4. + +0.10 2008-03-10 15:40 UTC + + Doc : The usual set of POD typos. + + Fix : Ensure that we're on linux with $^O, as some smokers don't seem + to apply anymore the rule of "if it's in the Linux:: namespace, + then errors should be reported as FAILures only if we actually + are on linux". + + Tst : Tiny refinements. + +0.09 2008-03-09 13:00 UTC + + Add : ':funcs' and ':consts' export tags. + + Doc : Copyright update. + + Fix : Correct dependencies listing in META.yml. + + Tst : Author tests overhaul. + + Tst : t/95-portability-files.t. + +0.08 2007-11-19 09:25 UTC + + Fix : 5.10.0_RC1 compatibility fix. + 0.07 2007-08-28 12:30 UTC + Chg : s/require (XSLoader)/use $1/. + Fix : Tests are now strict.