Snare 0.8 - Intitial Public Release

Snare 0.9
	- Added user exception (report all users EXCEPT x).
	- Added open-flag filtering (report when file opened in WRITE mode).
	- Removed kernel ring buffer. Now using linked lists with dynamically allocated memory.
          This removes the large initial memory cost of loading the audit module.
	- Fixed problems with nautilus using copy_from_user for some variables.
	- Added sequence numbering to audit events.
	- Added host source, and event type (LinuxAudit) to audit events.
	- Facility added to send audit data over the network to remote systems.
	- create_module auditing added.
	- connect() and accept() auditing added.
	- Reporting and checking for objectives is now based on the EFFECTIVE userid, rather than the real userid.

Snare 0.9.1
        Fairly significant restructuring of the core package leading to better stability under extreme audit loads.

	Many changes recommended by the RedHat kernel team implemented, including:
	- Migration to semaphore locking, rather than spin-locks
	- Better mirroring of the execve functionality.
	- More streamlined handling of the various audit classes.
