CPU Info 0.5.2:
 - i2c (lm_sensors) fan support added
 - ibm-acpi: support for the ibm_acpi-extra-thermal.patch added

CPU Info 0.5.1:
 - fan support for the ibm-acpi kernel module added
 - omnibook support fixed

CPU Info 0.5:
 - 0.5 is able to display as many sources as you want
 - cpufreq subsystem source is able to handle multiple CPUs
 - a "Source" provides a QWidget to displays its values (not just a Label, this provides flexibility to do fancy things in future)
 - the prefs dialog is reworked. every source has its own prefs dialog which could inherit the more general prefs dialog of the super class
 - debian directory cleaned to make it easier for deb packagers (thanks to Manfred Paul)
  
CPU Info 0.4.3:
- let the user choose the alignment of the sources (thanks to Jocke Andersson)

CPU Info 0.4.2:
 - support for the thermal sensors of the IBM Hard Drive Active Protection System (HDAPS) driver added. The corresponding kernel module is called hdaps.
 - rounds frequencies more intelligent (i.e. 1333 MHz to 1.3 GHz but 860 MHz not to 900 MHz)

CPU Info 0.4.1:
 - support for showing the degrees in Fahrenheit added (switch the to Imperial system per kcontrol: "Regional & Accessibility"->"Country/Region & Language"->"Other")
 - cpufreq frequency source rounds its value to save space
 - fixes a resize bug that prevents the applet from beeing relayouted if the user changed the prefs

CPU Info 0.4:
 - cpufreqd control module added (thanks to Valentine Sinitsyn)
 - support for iBook G4 CPU and GPU thermal zones added (thanks to Flavio Castelli)
 - initial i2c (lm_sensors) thermal support added
 - amount of resize events minimized (the applet is only resized if the width is greater than a previous cached value)

CPU Info 0.3.1:
 - new layout manager implemented which is able to handle small kicker panels

CPU Info 0.3:
 - ibm-acpi support added (http://ibm-acpi.sourceforge.net)
 - proc frequency source: rounded value to save space
 - tooltip shows the selected source italic
 - extended context menu to let the user choose different sources

CPU Info 0.2:
 - support for multiple sources added
 - the source can now be choosen by the user
 - omnibook support added (http://sourceforge.net/projects/omke)
 - tool tip added that shows the values of all sensors

CPU Info 0.1:
 - supports only the last sensor of the Linux ACPI Thermal Zone Driver
 - supports the Linux kernel cpufreq subsystem
 - supprtos the Linux /proc/cpuinfo interface (if cpufreq is not available)
 - Font type and color configuration