31.12.2008: 0.2.1
	* Some messages format corrected.
	* Startscript improved.
	* Low level functions for read and write in libcpupowerd removed.
	* Some minor changes.

31.10.2008: 0.2.0
	* FreeBSD support added.
	* Security exit handling on unproper governor/frequency change. 
	  If other program adjusts the governor/frequency more than 10 times
	  in an hour a security exit will be done.
	* Surpress allowed frequencies in the config file.
	  If you don't want use all available frequencies, you can
	  delete or comment out with # the relevant lines in the 
	  autogenerated config file.
	* Parameter -f (foreground mode) removed.
	  If you don't use the daemon mode, you are automatically
	  in foreground mode.
	* New -m (messagelevel) parameter for message level handling added.
	  Possible values: 0 (only error messages),
	  1 (0 + warning messages, default), 2 (1 + info messages).
	  In the daemon mode, messages are send to syslog daemon, to stdout
	  otherwise.
	* CPU layer removed from maintenance and coreid renamed to cpuid.
	  cpupowerd now controls the frequency of the mastercpu(s)
	  and don't need to know details about the physical cpus.
	* Linux start script added.
	  In the folder /tools a linux start script is available.
	  It loads all the necessary kernel moduls and starts cpupowerd.
	  In case a needed kernel modul isn't available, the start script
	  exits with an error message.
	  The possible parameters of the script is start, stop and restart.
	  You may edit the script before running it if you want to change
	  the cpupowerd start parameters.

05.06.2008: 0.1.2
	* Compiler in Makefile from gcc to cc changed.
	* Version number adjusted.

04.06.2008: 0.1.1
	* VID/FID setting check in msr_amd.c, function msr_set_status_amd added.
	* Datatype for frequency(-ies) from long to int changed.
	* lseek return value check in msr.c, functions msr_write and msr_read
      added.
    * Possible integer overflow in msr_amd.c, function msr_get_status_amd
      fixed.
    * Some error messages corrected.

21.05.2008: 0.1.0
    * First public release.
