New tests.
[mono.git] / mcs / class / System.ServiceProcess / ChangeLog
1 2006-09-14  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * Makefile: Treat warnings as error. Ignore no warnings.
4         * System.ServiceProcess.dll.sources: Added ServiceControllerImpl.cs,
5         UnixServiceController.cs and Win32ServiceController.cs.
6         * System.ServiceProcess_test.dll.sources: Added
7         ServiceControllerTest.cs.
8
9 2005-01-23  Geoff Norton  <gnorton@customerdna.com>
10
11         * System.ServiceProcess.dll.sources: Add ServiceInstaller and 
12         ServiceProcessInstaller to the build.
13
14 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
15
16         * Makefile: Updated to include unit tests.
17         * System.ServiceProcess.dll.sources: Added ServiceControllerPermission
18         class to the build.
19         * System.ServiceProcess_test.dll.sources: New. Added sources file for 
20         unit tests.
21
22 2003-07-30  Duncan Mak  <duncan@ximian.com>
23
24         * TimeoutException.cs: 
25         * ServiceProcessDescriptionAttribute.cs:
26         * ServiceControllerPermissionAttribute.cs:              
27         * ServiceControllerPermissionEntryCollection.cs:
28         * ServiceControllerPermissionEntry.cs: Added.
29
30         * TODOAttribute.cs:
31         * Locale.cs: Added.
32
33         * ServiceBase.cs: Added missing APIs.
34         
35 2003-02-23  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
36
37         * added makefile and other tidbits to be able to make in Linux
38
39 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
40
41         * added System.ServiceProcess.build file
42         * added ChangeLog file