X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=7939405dfa7419767b9817e7b2917ca5d714ba4d;hb=01cae1ae25699e5619d0daa4670f0c8930b433bf;hp=d2abddc04db4151216488062eff2955b767011ab;hpb=9f7a4d2110b605b8b74a7b1512b6bf6597ceca1d;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/Changes b/Changes index d2abddc..7939405 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,26 @@ Revision history for Linux-SysInfo -0.02 2007-04-18 10:18 UTC +0.07 2007-08-28 12:30 UTC + + Chg : s/require (XSLoader)/use $1/. + + Fix : Tests are now strict. + +0.06 2007-08-14 18:40 UTC + + Fix : Building for perl-5.6.x and perl-5.9.{3,4}. + +0.05 2007-08-13 11:10 UTC + + Add : Kwalitee test. + + Chg : Makefile.PL overhaul. + + Chg : Hash keys are now shared. This new implementation doesn't like + 5.9.3, but seems to be somehow ok with 5.9.5. If you're using + 5.9.3, either upgrade or keep with the precedent module version. + +0.04 2007-05-03 09:35 UTC + + Add : The samples/sysinfo.pl sample script. + + Chg : Declare LS_HAS_EXTENDED with newCONSTSUB. + + Fix : Missing LICENSE in Makefile.PL + + Fix : Skipping extended tests will now display the good reason. + +0.03 2007-04-18 10:25 UTC + Fix : Load average raw values have to be shifted on a platform dependant way. They are now correctly reported. + Fix : Missing META.yml