Major changes in release 0.3:

* Implemented first version of initial file system synchronization
both at startup time and after a SIGHUP. Resynchronization after a
kernel ring buffer overflow should work, too.

* Implemented handling of alternate install path in the "install"
directive including "whole" mode (option -w).

* Fixed omirrk bug where omirrk crashed after running find subprocess.

* Fixed linux kernel bug where processes on the write queue were locked
if `omirrk' died.


Major changes in release 0.2:

* Implemented file contents update.

* Added support for linux 2.0.x kernels.

* Fixed bug where after a rename operation of an open file the old
filename was used for synchronization due to an inconsistency in the
inode-to-name cache.

* No longer uses stdin if a dash "-" is used for the configfile since
that's not useful, except for debugging and if needed, /dev/fd/0 may
be used.

* Fix bug where second SIGCHLD was lost resulting in zombie processes.

