VDR Plugin 'cpumon' Revision History
--------------------------------------

2008-02-02: Version 0.0.6:
- redesigned the data structure as a ring buffer with about 150 entries. The
  oldest values are overwritten by the newest ones. A pointer marks the current
  values.
- changed the display algorithm of the values. The display updates in the specified
  update interval and shows all last 150 values. New values are "inserted" at the
  left side of the display and the older ones are shifted right. 
- added option to reset the collected cpu utilisation data with the "up" key
- exiting when pressing an unspecified key

2007-12-27: Version 0.0.5a:
- included italian and russian translations (thanks to Gringo from the italian
  vdr community and SergArb from www.vdrportal.de)
- included a vdr-1.5 diff (thanks to Zzam from www.vdrportal.de)

2007-01-08: Version 0.0.5:
- higher values are now drawn before lower ones (required for
  solid functions).
- added option to display solid functions
- bigger osd (150 values are gathered)
- a sum over all four values is displayed in the legend

2007-01-07: Version 0.0.4
- fixed a possible crash when pressing the menu button while the plugin
  osd is displayed (thanks to rdnzl and alien2924 from vdr-portal)  
- added the output of the current values in the legend
- a minimum of 10 milliseconds is set and stored, if less than 10
  milliseconds are set in the setup

2007-01-03: Version 0.0.3
- renaming of the plugin (formerly cpuusage)
- the OSD now stays displayed until the user interacts or deactivates
  the plugin
- added option to display the values as dots or as dots combined with
  lines ("display mode")
- added option to change the polling interval
- added a setup menu to change the polling interval and display mode
- code restructuration and cleanup

2006-12-31: Version 0.0.2
- code cleanup
- reduced own cpu utilisation
- output values are more accurate
- added option to enable / disable the grid with the "down" key
- fixed a warning displayed at compile time

2006-10-23: Version 0.0.1
- Initial revision.
