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

	* ServiceControllerPermission.cs: Accept empty service name before 2.0

2005-04-09  Joerg Rosenkranz  <joergr@voelcker.com>

	* ServiceBase.cs: Cleaned up callback code.
	
2005-04-08  Joerg Rosenkranz  <joergr@voelcker.com>

	* ServiceBase.cs: Introduced static callback for interoperability
	with mono-service.
	
2005-04-06  Joerg Rosenkranz  <joergr@voelcker.com>

	* ServiceBase.cs: Fixed default values of members.
	
2005-04-04  Joerg Rosenkranz  <joergr@voelcker.com>

	* ServiceBase.cs: Introduced static field for interoperation with monod.
	Implemented Run methods.
	
2004-01-23  Geoff Norton  <gnorton@customerdna.com>

	* ServiceBase.cs: Implement missing virtuals.
	* ServiceInstaller.cs: Initial Implementation.
	* ServiceProcessInstaller.cs: Initial Implementation.

2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>

	* ChangeLog: New.
	* ServiceControllerPermission.cs: New. Added permission class.
	* ServiceControllerPermissionAttribute.cs: Completed TODO, added 
	missing validations (machine and service names). Fixed AttributeUsage.
	* ServiceControllerPermissionEntry.cs: Added internal GetBaseEntry for
	synchronization. Converted spaces to tabs.
	* ServiceControllerPermissionEntryCollection.cs: Added synchronization 
	with entries in the base class. Converted spaces to tabs.
