			 CHANGES version 1.2

	     This file summarizes changes made since 1.0

Version 1.2:

* monit now saves its pidfile in /var/run or /etc when run by root

* Fixed Mailserver-statment so real hostnames can be used as well as
  localhost.

* Fixed permission problem when checking for running process. This
  problem occured when monit was started by a regular user and monit
  tested a program run by root (e.g. a program doing setuid=root). 
  In this case monit wrongfully reported that the program was not 
  running, even if it did.

* The following was provided by Olivier Beyssac and included into
  this release:

  - In case your server provides IP-based or name-based virtual hosts
    you can now use monit for connection testing to explicit stated  
    hostnames:
        New format for this is : host <hostname> port <number>
    This is backward-compatible with the "port <number>" only
    statment, where the hostname is implicit localhost.

  - Added an every statment, to check a process every n cycle

Version 1.1:

* Support for UDP as well as TCP in port checking

* Program timeout mechanism and alert notification

* Fixed minor precedence problem between global 'set-variables' set at
  the command-line and the control file
  

Version 1.0:

* Initial release

