CHANGELOG file for RRDMON

From rrdmon-0.05 to rrdmon-0.06 :
---------------------------------

- Added a --cgisuffix option to choose the cgis suffix.
  default is .cgi

- Added --upperlimit option, the minimum upper bound of a graph
  and --lowerlimit option, the maximum lower bound of a graph.
  
- Added --rigid option that includes --rigid option in rrdgraph command.

- Added a "Build on Tobi Oetiker's RRDTOOL" at bottom of the page.

From rrdmon-0.04 to rrdmon-0.05 :
---------------------------------

- The option greenlimit can be a float.

- Modified the printing in graphs.

- Added a --numformat to format the floats 
  ave:xx.x    min:xx.x    max:xx.x    last:xx.x
  in graphics.
  
- Added a border=0 attribute to the images.

- Added a menu for the groups.

- Added a link to the top of the page at the left of each image.

- Added a link to the bottom of the page at the right of each image.

- Added RRDMON links at the page bottom. (doc + download + author)

- Added a --docpage option to link to the documentation from the cgis.

- Added rcs file on script rrdmon.

- Added a --rrdtoolpath option.

- Last but not least : 
  Corrected the mispelling Jim Trocki name in CREDITS.


From rrdmon-0.03 to rrdmon-0.04 :
---------------------------------

- Added doc/ directory. You can do:
      cd doc/ && make 

- Corrected a bug "Page up to date until next xxx" in the cgis.
  ($refreshtime became wrong since $primaryDataPointPeriod exists)

From rrdmon-0.02 to rrdmon-0.03 :
---------------------------------

- Added a VERSION file.

- Added a --pidfile option.

- Bug correction in $monRetry definition.

- Added default values to $norefreshcgi and $checkcgi to
  avoid the -w warning ("Use of uninitialized value...").

- Created the etc/rrdmon.init shell script to be used in
  the init.d/ directory (like any Unix System V rc.d/* file).
  Can be used like:
      $ rrdmon.init stop
      $ rrdmon.init start
  Do not forget to change the paths in the first lines.

From rrdmon-0.01 to rrdmon-0.02 :
---------------------------------

- Separated the directories images/ rrdbases/ etc.
- Added a menu with the period top of pages.

From scratch to rrdmon-0.01 :
-----------------------------

- Everything except above.
