2006-06-27  Wade Berrier <wberrier@novell.com>

	* Makefile.am: Use mcs from the mcs tree instead of
	what's in the path.  Rename targets so tests are not compiled at
	build time.

2006-06-26  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Use mono-wrapper (and not the installed mono). Remove
	SWF tests from execution.

2006-06-22  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Updated Makefile to add the CAS tests to the tarball
	and enable them to be more broadly tested;
	* Makefile: Removed and replaced by Makefile.am

2005-05-13  Sebastien Pouliot  <sebastien@ximian.com>

	* tpool1-2.cs: New. ThreadPool based tests.

2005-05-12  Sebastien Pouliot  <sebastien@ximian.com>

	* delegate1-2.cs: Updated to use ControlEvidence.
	* swf-timer3.cs: Updated to execute the SWF message loop.
	* README: fixed typos.

2005-05-11  Sebastien Pouliot  <sebastien@ximian.com>

	* delegate1-2.cs: New. Delegate based tests.
	* Makefile: Updated for new tests.
	* README: Updated for new tests.
	* swf-control1.cs: New. Control.BeginInvoke test.
	* swf-timer3-4.cs: New. Timer tests requiring SWF.
	* timer1-2.cs: Changed to use ControlEvidence.

2005-04-21  Sebastien Pouliot  <sebastien@ximian.com>

	* ChangeLog: New. Track changes in the tests.
	* Makefile: New. Build and execute tests.
	* README: Informations about the tests.
	* thread1.cs: New. Deny unmanaged code before creating the thread 
	object.
	* thread2.cs: New. Deny unmanaged code after creating the thread 
	object but before calling Start.
	* thread3.cs: New. Deny unmanaged code after creating the thread 
	object and calling Start.
	* timer1.cs: New. Use System.Threading.Timer (Thread.Start) to test 
	stack propagation.
	* timer2.cs: New. Use System.Timers.Timer (ThreadPool.
	QueueUserWorkItem) to test stack propagation.
