0.9.4   Jan Astalos (astalos.ui@savba.sk)

        - added swapping info
        - added disk read/write rates
        - monitoring of LM sensors
        - monitors are selectable in Makefile
        - bug fixes (of course :))

0.9.3   Jan Astalos (astalos.ui@savba.sk)

        - improved format of record file:
           - host is stored as offset to host table (1 Byte, maximum 256 hosts)
	   - time is stored as number of 1/100 seconds from start of recording
	   - host and time are in separate records written only when they
             change
             
        - average load values are in short integers instead of floats
        - added to monitoring of processes:
        		major faults (swapping)
       			read and written bytes to ext2 filesystem

        - added to monitoring of system:
                        context switch rate
                        
        - system monitoring separated from procmon. Reason: to allow monitoring
          of system performance metrics without monitoring of all processes.
          Note: performance prediction code is working only with procmon.

	- monitor code rewritten. It is (hopefuly) much more clear now.
          completely based on select() instead of interval timer.
          added integrated monitor.

	- removed node IP address resolving code via DNS. It remained from
	  the times when CIS was designed for Clusters of Workstations.
	  Since Beowulfs generally have computing nodes hidden, node IP address
          is not unique. Node ID (in record file) now consists of {server_IPaddr,
          node_IPaddr}.

	- default CIS port set to 500 (620 was used by NFS lock manager)

	- manual pages
        
        - bug fixes


0.9.2   Jan Astalos (astalos.ui@savba.sk)

        - First GPL release
