Hardware/CPU/CPUGroup.cs
2011-04-16 Added initial support for AMD Fusion (family 14h) CPUs.
2011-04-09 Added support for AMD 10h core temperature sensors and Asus ATK0110 devices on Linux.
2011-01-27 Added support for AMD family 11h CPUs.
2010-11-03 Added CPUID support for Linux.
2010-10-31 Replaced the non-kernel code of WinRing0 with a managed implementation. The new implementation should fix Issue 32 and simplify further work on Issue 46.
2010-09-21 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
2010-09-20 Refactored the CPU classes and added a GenericCPU class.
2010-09-08 Fixed some Code Analysis warnings.
2010-08-15 Fixed some Code Analysis warnings.
2010-08-12 Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
2010-08-08 Refactored the hardware monitoring code into a library (Issue 101).
2010-05-22 A few bug fixes to avoid crashes on Linux systems.
2010-04-26 Fixed a few more crash causing bugs.
2010-04-26 Added a processorIndex to CPU classes for multi CPU support.
2010-04-24 Implemented APIC based CPU enumeration (Issue 41).
2010-02-14 Added core and bus clock support for Intel CPUs (Core 2).
2010-02-09 Added upper bound for valid fan RPM on IT87.
2010-02-08 Added NVAPI report output.
2010-02-01 Release version 0.1.7. Improved report writer.
2010-01-31 Release version 0.1.5. Added support for AMD family 0Fh CPUs. Fixed saving of wrong window size values for minimized forms (by not saving them).
2010-01-26 Initial commit.