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