In .:
[mono.git] / mcs / class / System.ServiceProcess / System.ServiceProcess / ChangeLog
1 2006-01-13  Ben Maurer  <bmaurer@andrew.cmu.edu>
2
3         * ServiceInstaller.cs: Stubs for 2.0 stuff
4
5 2005-11-14  Marek Safar  <marek.safar@seznam.cz>
6
7         * ServiceController.cs: Simple stub only.
8
9 2005-05-31  Sebastien Pouliot  <sebastien@ximian.com>
10
11         * ServiceControllerPermission.cs: Accept empty service name before 2.0
12
13 2005-04-09  Joerg Rosenkranz  <joergr@voelcker.com>
14
15         * ServiceBase.cs: Cleaned up callback code.
16         
17 2005-04-08  Joerg Rosenkranz  <joergr@voelcker.com>
18
19         * ServiceBase.cs: Introduced static callback for interoperability
20         with mono-service.
21         
22 2005-04-06  Joerg Rosenkranz  <joergr@voelcker.com>
23
24         * ServiceBase.cs: Fixed default values of members.
25         
26 2005-04-04  Joerg Rosenkranz  <joergr@voelcker.com>
27
28         * ServiceBase.cs: Introduced static field for interoperation with monod.
29         Implemented Run methods.
30         
31 2004-01-23  Geoff Norton  <gnorton@customerdna.com>
32
33         * ServiceBase.cs: Implement missing virtuals.
34         * ServiceInstaller.cs: Initial Implementation.
35         * ServiceProcessInstaller.cs: Initial Implementation.
36
37 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
38
39         * ChangeLog: New.
40         * ServiceControllerPermission.cs: New. Added permission class.
41         * ServiceControllerPermissionAttribute.cs: Completed TODO, added 
42         missing validations (machine and service names). Fixed AttributeUsage.
43         * ServiceControllerPermissionEntry.cs: Added internal GetBaseEntry for
44         synchronization. Converted spaces to tabs.
45         * ServiceControllerPermissionEntryCollection.cs: Added synchronization 
46         with entries in the base class. Converted spaces to tabs.