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