    * 19 Sep 2003 John Ogness <jogness@antivir.de>
      Version 1.2.2: Fixed copy/paste mistake in example_mt.c

    * 18 Sep 2003 John Ogness <jogness@antivir.de>
      Version 1.2.2: Added configure script

    * 9 Sep 2003 John Ogness <jogness@antivir.de>
      Version 1.2.2: Added UNREGISTER to device protocol

    * 29 Aug 2003 John Ogness <jogness@antivir.de>
      Version 1.2.2-pre3: DazukoIO has a thread-safe API available (_TS). access_t.deny now has the current value. "unloaded" message printed when removing module.

    * 20 Jul 2003 John Ogness <jogness@antivir.de>
      Version 1.2.2-pre2: DazukoIO supports threads (but it is not thread-safe).

    * 7 Jul 2003 Andre Duclos <shirka@wanadoo.fr>
      Version 1.2.2-pre1: Catch SIGTERM and SIGINT in example program, rather than "15". (patch #1675)

    * 7 Jul 2003 Andre Duclos <shirka@wanadoo.fr>
      Version 1.2.2-pre1: Added return codes for failed insert_path_fs(). (patch #1696)

    * 7 Jul 2003 John Ogness <jogness@antivir.de>
      Version 1.2.2-pre1: Added dazuko_should_scan() optimization.

    * 14 Jun 2003 John Ogness <jogness@antivir.de>
      Version 1.2.1-pre2: _SUPPORT defines fixed and snprintf is now only used with newer kernels.

    * 30 May 2003 John Ogness <jogness@antivir.de>
      Version 1.2.1-pre1: Finding the hidden system call table is now based on sys_close rather than sys_exit.

    * 30 Apr 2003 John Ogness <jogness@antivir.de>
      Version 1.2.0: Dazuko interface now under BSD License. Fixed memory leak and possible seg faults with unregistration. Active count now atomic. ON_EXEC does allow the registered daemon to run exec unchecked.

    * 10 Apr 2003 John Ogness <jogness@antivir.de>
      Version 1.2.0-pre2: Re-implemented cascading (array based rather than list based). Many functions now inline and/or static. ON_EXEC back by default!

    * 4 Feb 2003 John Ogness <jogness@antivir.de>
      Version 1.2.0-birthday: Added support for multiple daemons types, fixed memory leak in ON_EXEC.

    * 18 Dec 2002 John Ogness <jogness@antivir.de>
      Version 1.1.2-pre3: ON_EXEC,ON_CLOSE_MODIFIED events returned. All event types now sit under defines.

    * 18 Dec 2002 Steve Wade <swade_or@hotmail.com>
      Version 1.1.2-pre3: Added ON_CLOSE_MODIFIED get_hash optimizations.

    * 9 Dec 2002 Andre Duclos <shirka@wanadoo.fr>
      Version 1.1.2-pre2: Added devfs support. (patch #761)

    * 5 Nov 2002 Danilo Massa <danilo.massa@tin.it>
      Version 1.1.2-pre1: The module is now compatible with RedHat 8.0.

    * 17 Oct 2002 John Ogness <jogness@antivir.de>
      Version 1.1.1: The execute events are no longer detected. This is due to a number of reports that it sometimes causes kernel errors. Until the Dazuko execve code can be made more robust, this functionality will remain disabled.

    * 12 Aug 2002 John Ogness <jogness@antivir.de>
      Version 1.1.0: The ON_CLOSE_MODIFIED event has been eliminated, which may cause compatibility problems with existing software. Please be aware of this when using the new version.

    * 23 Apr 2002 John Ogness <jogness@antivir.de>
      Version 1.0.3: Check for some invalid structures. This will hopefully catch some problems when the wrong source code is used.

    * 28 Feb 2002 John Ogness <jogness@antivir.de>
      Version 1.0.2: Changed the C interface SetXXX to AddXXX for paths.

    * 28 Feb 2002 John Ogness <jogness@antivir.de>
      Version 1.0.1: Added the ON_CLOSE_MODIFIED event and correctly implemented the ON_CLOSE event.

