2006-05-22  Jack O'Quin  <joq@io.com>

	* Update to latest Andrew Morton kernel patch

	This module is no longer included in Andrew Morton's kernel
	development tree.  The kernel developers prefer their own rlimits
	solution for this problem.  Since that is their responsibility, I
	defer to their feelings about it.  Since that solution requires
	PAM updates which have been very slow to appear in end-user
	distributions, I still provide this (simpler) solution via
	SourceForge for those who need it.

2004-11-24  Jack O'Quin  <joq@io.com>

	* Remove unnecessary includes.

2004-10-31  Jack O'Quin  <joq@io.com>

	* Remove unnecessary `CONFIG_SECURITY_SELINUX=y' requirement from
	INSTALL instructions.

2004-10-30  Jack O'Quin  <joq@io.com>

	* Apply changes from Chris Wright for LKML submission.  No longer
	uses /proc/sys/security/realtime, now relys on builtin sysfs
	infrastructure: /sys/module/realtime/parameters.

2004-10-05  Jack O'Quin  <joq@io.com>

	* Compile the /proc/sys/security/realtime code only if
	SECURITY_REALTIME is defined in <linux/sysctl.h> (for
	compatibility with kernels lacking Jody's patch).

2004-10-04  Jack O'Quin  <joq@io.com>

	* Remove `allcaps' option.  It seems unnecessary and dangerous for
	inclusion in the kernel.

2004-10-03  Jack O'Quin  <joq@io.com>

	* Apply changes from Jody McIntyre for LKML submission.  Adds
	parameter update via /proc/sys/security/realtime.  No longer
	supports kernel versions before 2.6.6.  Fixes a bug when `any' and
	`gid' parameters used together.

2004-05-12  Jack O'Quin  <joq@io.com>

	* Handle new 2.6.6 capabilities structure.

2004-04-25  Jack O'Quin  <joq@io.com>

	* First SourceForge release.  Make package name agree.

2004-04-07  Jack O'Quin  <joq@io.com>

	* Add version magic.

2004-03-12  Jack O'Quin  <joq@io.com>

	* Handle new 2.6.4 concurrent groups structure.

2004-02-26  Jack O'Quin  <joq@io.com>

	* Make sure CONFIG_SECURITY_CAPABILITIES=m in kernel config.

	* Add config hint if unable to register security capabilities.

