2007-08-07  John D. Ramsdell  <ramsdell@mitre.org>

	* auptrace.c (signal_group): Added support for handling a keyboard
	interrupt, by adding code that makes the traced child a process
	group leader and a signal handler for SIGINT.  The handler
	forwards the signal to the process group and then registers the
	default handler for the signal.

2007-07-27  John D. Ramsdell  <ramsdell@mitre.org>

	* auptrace.c (parent): Made suggested log base file names ten
	characters long so as to ensure proper sorting.

2007-07-03  John D. Ramsdell  <ramsdell@mitre.org>

	* configure.ac: Set version to 1.0.

2007-06-30  John D. Ramsdell  <ramsdell@mitre.org>

	* auptrace.c: Added debug mode that displays signals but doesn't
	audit. 

	* forkpipeline.c: Added test case.  README describes usage.

2007-05-30    <ramsdell@mitre.org>

	* auptrace.c (set_id): Added support for running a process under a
	uid other than root using the -u option.

