Version		Description
--------------------------------------------------------------
v0.4
* Scrolling has been added. If the input file has more than 5 entries,
  the data is cycled every few seconds. (by LiM)
* Few bug fixed

v0.3
* Non-polling mode (-p option) was added - in this mode data
  file is read only when SIGUSR1 signal is recieved.
  Use "kill -USR1 <pid>" in your scripts to update the LCD screen
  by demand. See next change about where to get PID of the process.
  (Thanks again to Leonid)
* Trying to create PID file in the same place data file is
  located - <data_file_path>.pid (by default - $HOME/.wmfstatusrc.pid)
* Empty data file is now created if it didn't exist before.

v0.2
* Fixed the bug, which caused to search for input file 
  in [/home/finik/.wmfstatusrc] regardless of the user running
  the program. (stupid me:)
  Thanks to Leonid Igolnik and Kolb Norbert for pointing out
  the problem and sending their fixes.

v0.1
* First initial public release.
