Revision history for Perl extension Sys::Info.
Time zone is GMT+2.
0.52_9 Fri Jun 27 00:20:40 2008
=> ::Linux
* Implemented various OS meta keys.
* Implemented CPU architecture key.
0.52_8 Thu Jun 26 01:02:15 2008
=> ::Linux
* Implement ::OS::tz()
* Implement ::OS::edition() for Ubuntu.
* Implement manufacturer meta key.
* ::OS::build() now returns the timestamp instead of time string.
Use it as: print( scalar localtime $os->build ) to get a string.
=> Updated unknown tests.
0.52_7 Tue Jun 24 23:55:04 2008
=> Fix broken ::CPU under linux.
=> Unix::Processors is now required under linux.
0.52_6 Sun Jun 22 00:27:02 2008
=> Fix for available devices list.
=> ::CPU
* ::ht() method now returns the number of threads
* Removed disable_si option from ::CPU.
* Fixed load() for Windows.
0.52_5 Fri Jun 20 00:45:24 2008
=> Moved CPU::load() in the the base class to make the checks for all drivers.
=> New subclass Sys::Info::Constants.
=> Some fixes.
0.52_4 Wed Jun 18 01:53:56 2008
=> Tidied ::Windows::OS.
=> New ::Windows::OS method cdkey().
=> Fix for ::CPU::hyper_threading():
0.52_3 Wed Jun 11 21:11:46 2008
=> $os->login_name_real() is now deprecated. Use $os->login_name( real => 1 )
0.52_2 Sun Jun 8 01:07:47 2008
=> Sys::Info::OS::long_name() is now deprecated.
=> Improved driver loading mechanism.
=> $os->long_name deprecated. Use $os->name( long => 1 )
0.52_1 Fri Jun 6 00:11:05 2008
=> Improved OS detection for Windows. Now the editions can also be detected.
=> Windows Server 2008 is now supported.
=> Added new method edition() to Sys::Info::OS.
=> $os->name & $os->long_name & $os->version are now accept parameters.
=> Added a way to detect if Win32::API is available or not under Windows.
=> Initiated a XS interface to Win32 API functions.
TODO: Improve XS interface and disable WMI as it is so slow
TODO: Consider Win32::API usage.
=> Added a Core 2 detection code to Sys::Info::Driver::Unknown::Device::CPU::Env.
0.51 Sun Dec 30 23:08:52 2007
=> Fix for pod coverage test.
0.50 Sun Dec 30 21:44:11 2007
=> Added 'multiplier' key to CPU metadata (WMI).
=> Implemented CPU load for Windows. However,
it is not recommended to use if you want speed.
=> Moved ::CPU into ::Device::CPU. A lot of changes took place.
=> New driver model.
0.2 Wed Nov 29 22:56:05 2006
=> First public release.